adapt_template |
Adapting a template to the size of an image. |
best_match |
Searching the best matching of a template and an image. |
best_mg_match |
Searching the best grayvalue matches in a pyramid. |
corner_response__ |
Searching corners in images. |
create_template |
Preparing a pattern for template matching. |
delete_template |
Deallocation of the memory of a template. |
fast_match |
Searching all good matches of a template and an image. |
fast_mg_match |
Searching all good grayvalue matches in a pyramid. |
fill_image |
Expansion of a displacement vector field onto undefined areas. |
gen_gauss_pyramid |
Calculating a Gauss pyramid. |
match__ |
Matching of a template and an image. |
mg_match__ |
Matching a template and an image in a resolution pyramid. |
monotony |
Calculating the monotony operation. |
optical_flow1__ |
Calculates the displacement vector field determined by a directed
smoothness constraint. |
optical_flow2 |
Calculating the Displacement vector field by correlation methods. |