Rustemt / hppg

Automatically exported from code.google.com/p/hppg
0 stars 0 forks source link

Use ROI for images color indexing. #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
From google paper.

"Many of the features values below are computed for a region of interest (ROI) 
in the image, which is a rectangle centered in the image, inset by of the 
original image dimensions on all sides. The size of this ROI was determined 
empirically."

Reference:
http://www.cs.cmu.edu/~har/visapp2006.pdf

Will need to take in effect in next version of gallery. Color indexer CPP 
application and PHP version. Should provide a little bit more precise color 
search results.

Original issue reported on code.google.com by remdex on 20 Aug 2011 at 8:25

GoogleCodeExporter commented 8 years ago
For reference:
http://nashruddin.com/OpenCV_Circular_ROI
http://nashruddin.com/OpenCV_Region_of_Interest_(ROI)

Original comment by remdex on 21 Aug 2011 at 5:45

GoogleCodeExporter commented 8 years ago
Elipse for image indexing.
http://opencv.willowgarage.com/documentation/drawing_functions.html

Original comment by remdex on 21 Aug 2011 at 5:50

GoogleCodeExporter commented 8 years ago
Implemented in:
r1226

Original comment by remdex on 22 Aug 2011 at 7:13