Feeds:
Posts
Comments

Archive for March, 2008

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 [...]

Read Full Post »

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 [...]

Read Full Post »