File List
Here is a list of all files with brief descriptions:
contrib/mul/mfpf/mfpf_add_all_loaders.cxx [code]
contrib/mul/mfpf/mfpf_add_all_loaders.h [code]
contrib/mul/mfpf/mfpf_dp_snake.cxx [code]Basic snake, using dynamic programming to update
contrib/mul/mfpf/mfpf_dp_snake.h [code]Basic snake, using dynamic programming to update
contrib/mul/mfpf/mfpf_draw_matches.cxx [code]Function to draw a feature point on an image
contrib/mul/mfpf/mfpf_draw_matches.h [code]Function to draw a representation of each match onto an image
contrib/mul/mfpf/mfpf_draw_pose_cross.cxx [code]Function to draw a feature point on an image
contrib/mul/mfpf/mfpf_draw_pose_cross.h [code]Function to draw a cross on an image
contrib/mul/mfpf/mfpf_draw_pose_lines.cxx [code]Function to draw a feature point on an image
contrib/mul/mfpf/mfpf_draw_pose_lines.h [code]Function to draw lines on an image
contrib/mul/mfpf/mfpf_edge_finder.cxx [code]Locates strongest edge along a profile
contrib/mul/mfpf/mfpf_edge_finder.h [code]Locates strongest edge along a profile
contrib/mul/mfpf/mfpf_edge_finder_builder.cxx [code]Builder for mfpf_edge_finder objects
contrib/mul/mfpf/mfpf_edge_finder_builder.h [code]Builder for mfpf_edge_finder objects
contrib/mul/mfpf/mfpf_feature_vec.h [code]Container for set of poses and associated fit values
contrib/mul/mfpf/mfpf_grad_corr2d.cxx [code]Searches over a grid using normalised correlation
contrib/mul/mfpf/mfpf_grad_corr2d.h [code]Searches over a grid using normalised correlation
contrib/mul/mfpf/mfpf_grad_corr2d_builder.cxx [code]Builder for mfpf_grad_corr2d objects
contrib/mul/mfpf/mfpf_grad_corr2d_builder.h [code]Builder for mfpf_grad_corr2d objects
contrib/mul/mfpf/mfpf_hog_box_finder.cxx [code]Searches for rectangular region using HOG features
contrib/mul/mfpf/mfpf_hog_box_finder.h [code]Searches for rectangular region using HOG features
contrib/mul/mfpf/mfpf_hog_box_finder_builder.cxx [code]Builder for mfpf_hog_box_finder objects
contrib/mul/mfpf/mfpf_hog_box_finder_builder.h [code]Builder for mfpf_region_finder objects
contrib/mul/mfpf/mfpf_lin_clsfy_finder_builder.cxx [code]Builds mfpf_region_finder objects which use a linear classifier
contrib/mul/mfpf/mfpf_lin_clsfy_finder_builder.h [code]Builds mfpf_region_finder objects which use a linear classifier
contrib/mul/mfpf/mfpf_log_lin_class_cost.cxx [code]Computes log prob based on output of a linear classifier
contrib/mul/mfpf/mfpf_log_lin_class_cost.h [code]Computes log prob based on output of a linear classifier
contrib/mul/mfpf/mfpf_max_finder.cxx [code]Locates largest value along a profile
contrib/mul/mfpf/mfpf_max_finder.h [code]Locates largest value along a profile
contrib/mul/mfpf/mfpf_mr_point_finder.cxx [code]Multi-res point finder. Searches at range of scales
contrib/mul/mfpf/mfpf_mr_point_finder.h [code]Multi-res point finder. Searches at range of scales
contrib/mul/mfpf/mfpf_mr_point_finder_builder.cxx [code]Builder for mfpf_mr_point_finder objects
contrib/mul/mfpf/mfpf_mr_point_finder_builder.h [code]Builder for mfpf_mr_point_finder objects
contrib/mul/mfpf/mfpf_norm_corr1d.cxx [code]Searches along a profile using normalised correlation
contrib/mul/mfpf/mfpf_norm_corr1d.h [code]Searches along a profile using normalised correlation
contrib/mul/mfpf/mfpf_norm_corr1d_builder.cxx [code]Builder for mfpf_norm_corr1d objects
contrib/mul/mfpf/mfpf_norm_corr1d_builder.h [code]Builder for mfpf_norm_corr1d objects
contrib/mul/mfpf/mfpf_norm_corr2d.cxx [code]Searches over a grid using normalised correlation
contrib/mul/mfpf/mfpf_norm_corr2d.h [code]Searches over a grid using normalised correlation
contrib/mul/mfpf/mfpf_norm_corr2d_builder.cxx [code]Builder for mfpf_norm_corr2d objects
contrib/mul/mfpf/mfpf_norm_corr2d_builder.h [code]Builder for mfpf_norm_corr2d objects
contrib/mul/mfpf/mfpf_norm_vec.h [code]Sets vec to have zero mean and unit length
contrib/mul/mfpf/mfpf_patch_data.cxx [code]Defines region size, shape, and form of model to use
contrib/mul/mfpf/mfpf_patch_data.h [code]Defines region size, shape, and form of model to use
contrib/mul/mfpf/mfpf_point_finder.cxx [code]Base for classes which locate feature points
contrib/mul/mfpf/mfpf_point_finder.h [code]Base for classes which locate feature points
contrib/mul/mfpf/mfpf_point_finder_builder.cxx [code]Base for classes which build mfpf_point_finder objects
contrib/mul/mfpf/mfpf_point_finder_builder.h [code]Base for classes which build mfpf_point_finder objects
contrib/mul/mfpf/mfpf_pose.h [code]Defines position and scale/orientation of an object
contrib/mul/mfpf/mfpf_pose_predictor.cxx [code]Uses regression to predict new pose from current sample
contrib/mul/mfpf/mfpf_pose_predictor.h [code]Uses regression to predict new pose from current sample
contrib/mul/mfpf/mfpf_pose_predictor_builder.cxx [code]Trains regressor in an mfpf_pose_predictor
contrib/mul/mfpf/mfpf_pose_predictor_builder.h [code]Trains regressor in an mfpf_pose_predictor
contrib/mul/mfpf/mfpf_pose_set.h [code]Container for set of poses and associated fit values
contrib/mul/mfpf/mfpf_profile_pdf.cxx [code]Searches along a profile using a statistical model
contrib/mul/mfpf/mfpf_profile_pdf.h [code]Searches along a profile using a statistical model
contrib/mul/mfpf/mfpf_profile_pdf_builder.cxx [code]Builder for mfpf_profile_pdf objects
contrib/mul/mfpf/mfpf_profile_pdf_builder.h [code]Builder for mfpf_profile_pdf objects
contrib/mul/mfpf/mfpf_prune_overlaps.cxx [code]Function to remove any overlapping matching responses
contrib/mul/mfpf/mfpf_prune_overlaps.h [code]Function to remove any overlapping matching responses
contrib/mul/mfpf/mfpf_region_about_lineseg.cxx [code]Region centred on line between two points
contrib/mul/mfpf/mfpf_region_about_lineseg.h [code]Region centred on line segment between two points
contrib/mul/mfpf/mfpf_region_about_pt.cxx [code]Region centred on a single point, pose defined by other pts
contrib/mul/mfpf/mfpf_region_about_pt.h [code]Region centred on a single point, pose defined by other pts
contrib/mul/mfpf/mfpf_region_definer.cxx [code]Base for objects which generate regions from sets of points
contrib/mul/mfpf/mfpf_region_definer.h [code]Base for objects which generate regions from sets of points
contrib/mul/mfpf/mfpf_region_finder.cxx [code]Searches for an arbitrary shaped region
contrib/mul/mfpf/mfpf_region_finder.h [code]Searches for an arbitrary shaped region
contrib/mul/mfpf/mfpf_region_finder_builder.cxx [code]Builder for mfpf_region_finder objects
contrib/mul/mfpf/mfpf_region_finder_builder.h [code]Builder for mfpf_region_finder objects
contrib/mul/mfpf/mfpf_region_form.h [code]Defines pose and shape (box/ellipse etc) of a region
contrib/mul/mfpf/mfpf_region_pdf.cxx [code]Searches with a PDF of an arbitrary region
contrib/mul/mfpf/mfpf_region_pdf.h [code]Searches with a PDF of an arbitrary region
contrib/mul/mfpf/mfpf_region_pdf_builder.cxx [code]Builder for mfpf_region_pdf objects
contrib/mul/mfpf/mfpf_region_pdf_builder.h [code]Builder for mfpf_region_pdf objects
contrib/mul/mfpf/mfpf_sad_vec_cost.cxx [code]Computes weighted sum of absolute differences to a mean
contrib/mul/mfpf/mfpf_sad_vec_cost.h [code]Computes weighted sum of absolute differences to a mean
contrib/mul/mfpf/mfpf_sad_vec_cost_builder.cxx [code]Builder for mfpf_sad_vec_cost objects
contrib/mul/mfpf/mfpf_sad_vec_cost_builder.h [code]Builder for mfpf_sad_vec_cost objects
contrib/mul/mfpf/mfpf_sample_region.h [code]Sample vector from image, assuming istep==np, pstep=1
contrib/mul/mfpf/mfpf_searcher.cxx [code]Algorithms to perform global search for multiple matches
contrib/mul/mfpf/mfpf_searcher.h [code]Algorithms to perform global search for multiple matches
contrib/mul/mfpf/mfpf_sort_matches.cxx [code]Sorts matches so first has smallest fit
contrib/mul/mfpf/mfpf_sort_matches.h [code]Sorts matches so first has smallest fit
contrib/mul/mfpf/mfpf_ssd_vec_cost.cxx [code]Computes weighted sum of square differences to a mean
contrib/mul/mfpf/mfpf_ssd_vec_cost.h [code]Computes weighted sum of square differences to a mean
contrib/mul/mfpf/mfpf_ssd_vec_cost_builder.cxx [code]Builder for mfpf_ssd_vec_cost objects
contrib/mul/mfpf/mfpf_ssd_vec_cost_builder.h [code]Builder for mfpf_ssd_vec_cost objects
contrib/mul/mfpf/mfpf_vec_cost.cxx [code]Cost functions to evaluate vector of pixel samples
contrib/mul/mfpf/mfpf_vec_cost.h [code]Cost functions to evaluate vector of pixel samples
contrib/mul/mfpf/mfpf_vec_cost_builder.cxx [code]Base for classes which build mfpf_vec_cost objects
contrib/mul/mfpf/mfpf_vec_cost_builder.h [code]Base for classes which build mfpf_vec_cost objects
contrib/mul/mfpf/tools/mfpf_build_finder.cxx [code]Tool to build a finder from a set of training images
contrib/mul/mfpf/tools/mfpf_test_finder.cxx [code]Tool to test a finder on a set of annotated images