Re: Search based on images

2010-12-11 Thread Geert-Jan Brits
Well-known algorithms for detecting 'highly descriptive features'  in images
that can cope with scaling and rotation (up to a certain degree of course)
are
SIFT and SURF (SURF is generally considered the more mature of the two
afaik)

http://en.wikipedia.org/wiki/Scale-invariant_feature_transform
http://en.wikipedia.org/wiki/SURF

http://en.wikipedia.org/wiki/SURFthat link comes with links to the
original papers as well as a list of open-source implementations, e.g:
http://code.google.com/p/javasurf/

http://code.google.com/p/javasurf/I don't have experience with the
open-source code myself, and you probably have to make a similiary-like
method based on the more low-level methods that implement these algorithms.
So this is perhaps a more 'down in the trenches' -approach, but at least it
should give you some solid background on how this is done.

Geert-Jan

2010/12/11 Dennis Gearon gear...@sbcglobal.net

 Tried one, of Perry Mason's secretary when she was young (and HOOOT),
 Barbara Hale.
 http://www.skylighters.org/ggparade/index8.html

 Didn't find it. 1.8 billion images indexed is probably a DROP in the bucket
 of
 what's out there.

  Dennis Gearon


 Signature Warning
 
 It is always a good idea to learn from your own mistakes. It is usually a
 better
 idea to learn from others’ mistakes, so you do not have to make them
 yourself.
 from 'http://blogs.techrepublic.com.com/security/?p=4501tag=nl.e036'


 EARTH has a Right To Life,
 otherwise we all die.



 - Original Message 
 From: Dennis Gearon gear...@sbcglobal.net
 To: solr-user@lucene.apache.org
 Sent: Fri, December 10, 2010 9:24:53 PM
 Subject: Re: Search based on images

 Threre is actually some image recognition search engine software  somewhere
 I
 heard about. Take a picture of something, say a poster,  upload it, and it
 will
 adjust for some lighting/angle/distortion, and  try to find it on the web
 somewhere.

 You hear about crazy stuff like this at dev camps. Basically, handme downs
 from
 Homeland Security and the military ;-)
 Dennis Gearon


 Signature Warning
 
 It is always a good idea to learn from your own mistakes. It is usually a
 better

 idea to learn from others’ mistakes, so you do not have to make them
 yourself.
 from 'http://blogs.techrepublic.com.com/security/?p=4501tag=nl.e036'


 EARTH has a Right To Life,
 otherwise we all die.



Re: Search based on images

2010-12-10 Thread Lance Norskog
Searching for an image with a painted query! Wow.

On Wed, Dec 8, 2010 at 11:14 PM, Maciej Lisiewski c2h...@poczta.fm wrote:
 There is imgSeek ( http://www.imgseek.net/isk-daemon ), which while being
 far from perfect (can't handle rotated images) is quite simple and has
 already been added to xapian.
 Paper on the method used:
 http://grail.cs.washington.edu/projects/query/mrquery.pdf


 --
 Maciej Lisiewski

 I know some people use OpenCV to include the function into search
 service. I also wish to see this functionality in future Solr.


 - Original Message - From: sivaprasad
 sivaprasa...@echidnainc.com
 To: solr-user@lucene.apache.org
 Sent: Thursday, December 09, 2010 1:57 PM
 Subject: Search based on images



 Hi,

 If i upload a product image, i need to find the similar images based
 on the
 uploaded image.The sample is given below.

 http://www.gazopa.com/similar?img=eb04%3A9601%2F1543805img_url=http%3A%2F%2Fd.yimg.com%2Fi%2Fng%2Fsp%2Fp4%2F20090208%2F20%2F350396776.jpg#


 Anybody has any ideas on this.Please suggest any papers on this.


 Regards,
 JS
 --
 View this message in context:

 http://lucene.472066.n3.nabble.com/Search-based-on-images-tp2056050p2056050.html

 Sent from the Solr - User mailing list archive at Nabble.com.



 -
 No virus found in this message.
 Checked by AVG - www.avg.com
 Version: 10.0.1170 / Virus Database: 426/3304 - Release Date: 12/08/10





 
 Swiateczne tapety na telefon!
 Pobierz  http://linkint.pl/f2882





-- 
Lance Norskog
goks...@gmail.com


Re: Search based on images

2010-12-10 Thread Dennis Gearon
Threre is actually some image recognition search engine software  somewhere I 
heard about. Take a picture of something, say a poster,  upload it, and it will 
adjust for some lighting/angle/distortion, and  try to find it on the web 
somewhere.

You hear about crazy stuff like this at dev camps. Basically, handme downs from 
Homeland Security and the military ;-)
 Dennis Gearon


Signature Warning

It is always a good idea to learn from your own mistakes. It is usually a 
better 
idea to learn from others’ mistakes, so you do not have to make them yourself. 
from 'http://blogs.techrepublic.com.com/security/?p=4501tag=nl.e036'


EARTH has a Right To Life,
otherwise we all die.



Re: Search based on images

2010-12-10 Thread Maciej Lisiewski

W dniu 2010-12-11 06:24, Dennis Gearon pisze:

Threre is actually some image recognition search engine software  somewhere I
heard about. Take a picture of something, say a poster,  upload it, and it will
adjust for some lighting/angle/distortion, and  try to find it on the web
somewhere.


tineye.com

Works quite well.


--
Maciej Lisiewski

--
VW Passat czy Golf?
Nowy czy używany?
Wybierz sam i sprawdź  http://linkint.pl/f288c



Re: Search based on images

2010-12-10 Thread Dennis Gearon
Tried one, of Perry Mason's secretary when she was young (and HOOOT), 
Barbara Hale.
http://www.skylighters.org/ggparade/index8.html

Didn't find it. 1.8 billion images indexed is probably a DROP in the bucket of 
what's out there.

 Dennis Gearon


Signature Warning

It is always a good idea to learn from your own mistakes. It is usually a 
better 
idea to learn from others’ mistakes, so you do not have to make them yourself. 
from 'http://blogs.techrepublic.com.com/security/?p=4501tag=nl.e036'


EARTH has a Right To Life,
otherwise we all die.



- Original Message 
From: Dennis Gearon gear...@sbcglobal.net
To: solr-user@lucene.apache.org
Sent: Fri, December 10, 2010 9:24:53 PM
Subject: Re: Search based on images

Threre is actually some image recognition search engine software  somewhere I 
heard about. Take a picture of something, say a poster,  upload it, and it will 
adjust for some lighting/angle/distortion, and  try to find it on the web 
somewhere.

You hear about crazy stuff like this at dev camps. Basically, handme downs from 
Homeland Security and the military ;-)
Dennis Gearon


Signature Warning

It is always a good idea to learn from your own mistakes. It is usually a 
better 

idea to learn from others’ mistakes, so you do not have to make them yourself. 
from 'http://blogs.techrepublic.com.com/security/?p=4501tag=nl.e036'


EARTH has a Right To Life,
otherwise we all die.


Re: Search based on images

2010-12-09 Thread Jak Akdemir
The LIRE (Lucene Image REtrieval) library focused on searching images
according to its texture and  color property.
http://www.semanticmetadata.net/lire/
http://portal.acm.org/citation.cfm?id=1459577

Sincerely,
Jak Akdemir
http://portal.acm.org/citation.cfm?id=1459577
On Thu, Dec 9, 2010 at 7:57 AM, sivaprasad sivaprasa...@echidnainc.comwrote:


 Hi,

 If i upload a product image, i need to find the similar images based on the
 uploaded image.The sample is given below.

 http://www.gazopa.com/similar?img=eb04%3A9601%2F1543805img_url=http%3A%2F%2Fd.yimg.com%2Fi%2Fng%2Fsp%2Fp4%2F20090208%2F20%2F350396776.jpg#

 Anybody has any ideas on this.Please suggest any papers on this.


 Regards,
 JS
 --
 View this message in context:
 http://lucene.472066.n3.nabble.com/Search-based-on-images-tp2056050p2056050.html
 Sent from the Solr - User mailing list archive at Nabble.com.



Re: Search based on images

2010-12-09 Thread Michael Zach
Hello Scott,

can you please provide more details on this? Any links to projects combining 
OpenCV and Solr?

Regards
Michael

- Ursprüngliche Mail -
Von: scott chu (朱炎詹) scott@udngroup.com
An: solr-user@lucene.apache.org
Gesendet: Donnerstag, 9. Dezember 2010 08:01:52
Betreff: Re: Search based on images

I know some people use OpenCV to include the function into search service. I 
also wish to see this functionality in future Solr.


- Original Message - 
From: sivaprasad sivaprasa...@echidnainc.com
To: solr-user@lucene.apache.org
Sent: Thursday, December 09, 2010 1:57 PM
Subject: Search based on images



 Hi,

 If i upload a product image, i need to find the similar images based on 
 the
 uploaded image.The sample is given below.
 http://www.gazopa.com/similar?img=eb04%3A9601%2F1543805img_url=http%3A%2F%2Fd.yimg.com%2Fi%2Fng%2Fsp%2Fp4%2F20090208%2F20%2F350396776.jpg#

 Anybody has any ideas on this.Please suggest any papers on this.


 Regards,
 JS
 -- 
 View this message in context: 
 http://lucene.472066.n3.nabble.com/Search-based-on-images-tp2056050p2056050.html
 Sent from the Solr - User mailing list archive at Nabble.com.



 -
 No virus found in this message.
 Checked by AVG - www.avg.com
 Version: 10.0.1170 / Virus Database: 426/3304 - Release Date: 12/08/10
 



Search based on images

2010-12-08 Thread sivaprasad

Hi,

If i upload a product image, i need to find the similar images based on the
uploaded image.The sample is given below.
http://www.gazopa.com/similar?img=eb04%3A9601%2F1543805img_url=http%3A%2F%2Fd.yimg.com%2Fi%2Fng%2Fsp%2Fp4%2F20090208%2F20%2F350396776.jpg#

Anybody has any ideas on this.Please suggest any papers on this.


Regards,
JS
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/Search-based-on-images-tp2056050p2056050.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Search based on images

2010-12-08 Thread 朱炎詹
I know some people use OpenCV to include the function into search service. I 
also wish to see this functionality in future Solr.



- Original Message - 
From: sivaprasad sivaprasa...@echidnainc.com

To: solr-user@lucene.apache.org
Sent: Thursday, December 09, 2010 1:57 PM
Subject: Search based on images




Hi,

If i upload a product image, i need to find the similar images based on 
the

uploaded image.The sample is given below.
http://www.gazopa.com/similar?img=eb04%3A9601%2F1543805img_url=http%3A%2F%2Fd.yimg.com%2Fi%2Fng%2Fsp%2Fp4%2F20090208%2F20%2F350396776.jpg#

Anybody has any ideas on this.Please suggest any papers on this.


Regards,
JS
--
View this message in context: 
http://lucene.472066.n3.nabble.com/Search-based-on-images-tp2056050p2056050.html

Sent from the Solr - User mailing list archive at Nabble.com.



-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1170 / Virus Database: 426/3304 - Release Date: 12/08/10





Re: Search based on images

2010-12-08 Thread Maciej Lisiewski
There is imgSeek ( http://www.imgseek.net/isk-daemon ), which while 
being far from perfect (can't handle rotated images) is quite simple and 
has already been added to xapian.
Paper on the method used: 
http://grail.cs.washington.edu/projects/query/mrquery.pdf



--
Maciej Lisiewski


I know some people use OpenCV to include the function into search
service. I also wish to see this functionality in future Solr.


- Original Message - From: sivaprasad
sivaprasa...@echidnainc.com
To: solr-user@lucene.apache.org
Sent: Thursday, December 09, 2010 1:57 PM
Subject: Search based on images




Hi,

If i upload a product image, i need to find the similar images based
on the
uploaded image.The sample is given below.
http://www.gazopa.com/similar?img=eb04%3A9601%2F1543805img_url=http%3A%2F%2Fd.yimg.com%2Fi%2Fng%2Fsp%2Fp4%2F20090208%2F20%2F350396776.jpg#


Anybody has any ideas on this.Please suggest any papers on this.


Regards,
JS
--
View this message in context:
http://lucene.472066.n3.nabble.com/Search-based-on-images-tp2056050p2056050.html

Sent from the Solr - User mailing list archive at Nabble.com.



-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1170 / Virus Database: 426/3304 - Release Date: 12/08/10








Swiateczne tapety na telefon!
Pobierz  http://linkint.pl/f2882