-
-
-
-
-
[
Matlab]
kmeans.rar
Application of kmeans clustering algorithm to segment a grey scale image on diferent classes.
-
[
Visual C++ (VC++)]
CWBButtonDemo.zip
CWBButton is a WindowBlinds like resizable image button derived from a CButton. In MFC, You can use the class called CBitmapButton, but that s not enough. The size of button is the size of the bitmap, and you can t put a text by calling the API ...
-
-
-
[
Unix_Linux]
SnakesDemo.zip
Active contour demo implements snake, which essentially is an A* search. This can be used for image registration, segmentation, feature extraction.
-
[
Unix_Linux]
GCoptimization_1.3.zip
Graph-cut implementation is used for combinatorial optimization, which is a fast and robust means to achieve stereo matching, image restoration, segmentation.
-
[
Unix_Linux]
bp-vision.zip
Believe propagation is a popular method to achieve combinatorial optimization. This program contains two sets of codes-- image restoration from noisy data and depth estimation from stereo images.