This post is about image segmentation, as someone asked. My knowledge is poor in field of segmentation, but I have used a simple way of extracting feature, which is similar to a segmentation method. It uses image labeling to find the objects. In this method, color homogeneity of a region will be the criterion to [...]
Archive for March, 2008
Image segmentation
Posted in CBIR, Color pallet, Content based image retrieval, Image Processing, Image segmentation on March 14, 2008 | No Comments »
Some useful notes about developing a complete image retrieval engine by using color and texture
Posted in CBIR, Content based image retrieval, Developing an image retrieval, Image Processing on March 14, 2008 | 18 Comments »
As I promised, here is some useful notes about developing a complete image retrieval engine by using color and texture:
1. Image Gallery
Using a free database which have 1000 middle-sized image in 10 different categories
2. Feature Extraction
Color: 3 * 64-bin Histogram in HSV Color mode (64-bin Histogram for each H, S and V dimention).
Texture: Calculating Co-occurrence [...]