Accessing Pixel data using FreeImage - android

I am using freeimage.so for my android project,How can I access pixel data,ie RGB components of a picture taken from the SD card,I had been searching on this topic for quite a long time..any help would be highly appreciated.
Thanking you in advance

Well,
I got the solution,complete manual in PDF form from the below URL:-
http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CFkQFjAB&url=http%3A%2F%2Fgraphics.stanford.edu%2Fcourses%2Fcs148-10-summer%2Fdocs%2FFreeImage3131.pdf&ei=_0ANUPrFL4vRrQfL0IHJCA&usg=AFQjCNG3TTEnjbAktNJwDMujoWOqZkV7jw

Related

Find out related images

I am looking for the way to get related images like Pinterest search. I have searched a lot. Most of the solution is to compare image pixel by pixel something like this. What I want is to compare the image if comparing result is more than 75% I want to show the images.
Is there any algorithm or image processing library available for Android to achieve this?
Please help to solve this. Any help would be appreciated.
thanks,

Image save path

i am making a Android application using PhoneGap. After capturing the image, i want the saved path of that image into the textfield.
So please help me how to get the path or any tutorial will be also fine.
I don't know if it help you but i found this post and this one as well
hope it help. Good luck!

Convert Pdf page to Image using DroidText in android

I'm trying to use droidText Link here to convert an PDF page to an Image (to show in ImageView! However, I can't find any solution for this with droidText lib after 2 day of google searching! So I want to ask for a help to solve this problem? Anyone does it before? Can you show me some examples? Thanks!
I Foud a Link (it is not related to droitext), you can use it to build your solution
http://www.jpedal.org/gplSrc/org/jpedal/examples/images/ConvertPagesToImages.java.html?_hstc=123926613.cadb52490e653b75bf4281c606218039.1356089256893.1356089256893.1356089256893.1&_hssc=123926613.1.1356089256893]
you can have a look on the function
extractPageAsImage

android decoding video frame not displayed properly - interlacing problem?

I am beginner in android. I am working on porting ffmpeg to android and i am able to display the picture, which looks really odd. I am providiing the links to pictures please advice me what really went wrong in my case.
In the native code I call sws_scale function to convert image from native format to rgb 565 and I use this rgb565 frame to be displayed using canvas and bitmap in java code.
I am guessing this is interlacing problem, but not sure. Need suggestions . Please help.
How are you calling ffmpeg? I definitely agree that its an interlacing issue. Can you just pass deinterlace to it?

Android Image Problem and threshold

Long time reader never posted until now.
Im having some trouble with Android, im implementing a library called JJIL its an open source imaging library.
My problem is this i need to run some analysis on an image and to do
so i need to have it in jjil.core.image format and once those
processes are complete i need to convert the changed image from
jjil.core.image to java.awt.image.
I cant seem to find a method of doing this does anyone have any ideas
or have any experience with this?
I would be grateful of any help.
Danny
You should let others know what you found... probably you found that android.graphics.Bitmap has a getPixel(x,y) method that returns an int representing the ARGB value?
http://developer.android.com/reference/android/graphics/Bitmap.html
I have done some serious research into this and i have found that i can extract the rgb values of a bitmap image with a similar method.
But the threshold that i was using the previous library for is now not possible because i have had to abandon the use of this library.
Is there a way to use colour matrix's to threshold the image? Or better still is there an inbuilt method that would do this automatically?
Thank you for any help.
Danny

Categories

Resources