Re: [android-developers] How to compare Image / Photo?

2016-08-25 Thread Steve Gabrilowitz
Comparing each pixel will not work, unfortunately the problem is much more
complex.  You will need to create some image processing algorithms to
extract various features from each image and then compare them.

On Aug 25, 2016 9:16 AM, "Leena"  wrote:

> Please consider the following scenario:
>
> I have 1000+ ornament models. I will capture images of all the ornaments
> and store these images in library (database)with model numbers. Next time
> when I capture new image it should search for the model in the library &
> return the result (found / not found)with model number if found.
> Do I have to compare each pixel to get the desired result?
> Please let me know.
>
> Thanks in Advance.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/android-developers/6ca6d845-63b1-44b6-815a-
> e4e14b27e602%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CABfabRgesmoVw%2BE5n9d9-EL-VUBD6q_1mHpiKXa37dcvQyCOVQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] How to compare Image / Photo?

2016-08-25 Thread Leena
Please consider the following scenario:

I have 1000+ ornament models. I will capture images of all the ornaments 
and store these images in library (database)with model numbers. Next time 
when I capture new image it should search for the model in the library & 
return the result (found / not found)with model number if found.
Do I have to compare each pixel to get the desired result?
Please let me know.

Thanks in Advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/6ca6d845-63b1-44b6-815a-e4e14b27e602%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.