Description: This MATLAB implementation computes a correspondence between two shapes
based on ant colony optimization (ACO). The input shapes can be either
two 2D contours (open or closed) or two arbitrary sets of 2D points. The
algorithm is described in detail in:
To Search:
File list (Check if you may need any files):
aco\aco_matching.m
...\area_normalize.m
...\bipartite_matching.m
...\construct_matching.m
...\contour_area.m
...\contour_length.m
...\.......s\bump1.ctr
...\........\bump2.ctr
...\........\fish1.ctr
...\........\fish2.ctr
...\........\hand1.ctr
...\........\hand2.ctr
...\........\plane1.ctr
...\........\plane2.ctr
...\........\fish3.ctr
...\dist2.m
...\distance_matrix.m
...\evaluate_matching.m
...\extract_descriptor.m
...\extract_shape_context.m
...\hungarian.m
...\order_preserving_matching.m
...\pairwise_geodesic_dist.m
...\README
...\sc_compute.m
...\set_global.m
...\shape_matching.m
...\show_contour.m
...\signed_triangle_area.m
...\simmat_chisquare.m
...\simmat_euclidean.m
...\update_pheromones.m
...\valid_range.m
...\viz_matching.m
license.txt