I would like to build an image search system, that can match both
colors and/or shapes.
The pictures will be quite simple picture with normaly 4-10 colors
(maybe 20 in extreme cases)like an object .
Large areas with the same color (no photographs) or extremely details.
what technique should I use, has anyone done this in c# and sql server?
The picture database will probably contain millions of pictures when
its done, the pictures wont be very large, probably 200-300 pixels in
height and width.
thanx
Dmitriy YeremeyevPosted Aug 4, 2010, 4:27 AM
decomposition of recognition matrices, it is steady against noise of the camera
and well scaled, simply and quickly for training, also it shows acceptable quick-action
on a greater image resolution of entrance video (960x720 and more).
The algorithm works with grayscale images.
I made convenient implementation of algorithm AVM for C#.
And also I prepared detailed documentation "Library AVM SDK simple.NET".
Just print file .\AVM_SDK_simple.net\bin\Go.png and show it
against camera for recognition in example 2.
So, you can try to use C# port of AVM in your researchs already today.