, including all inherited members.
affine_estimate_radius_ | FlowClustering | |
affineRANSAC(AffineFlowMeasures &points, AffineFlowMeasures &inliers, float inlier_percent_est, float epsilon, int max_iterations=0, int min_iterations=2) | FlowClustering | [inline] |
clusterAffineKMeans(cv::Mat &color_img, cv::Mat &u, cv::Mat &v, AffineFlowMeasures &points) | FlowClustering | [inline] |
clusterFlowFields(cv::Mat &color_img, cv::Mat &depth_img, cv::Mat &u, cv::Mat &v, cv::Mat &mask) | FlowClustering | [inline] |
clusterFlowFieldsKMeans(cv::Mat &color_img, cv::Mat &depth_img, cv::Mat &u, cv::Mat &v, cv::Mat &mask) | FlowClustering | [inline] |
clusterFlowFieldsRANSAC(cv::Mat &color_img, cv::Mat &depth_img, cv::Mat &u, cv::Mat &v, cv::Mat &mask) | FlowClustering | [inline] |
clusterSparseFlowKMeans(cv::Mat &color_img, cv::Mat &depth_img, cv::Mat &u, cv::Mat &v, cv::Mat &mask) | FlowClustering | [inline] |
clusterSparseFlowRANSAC(cv::Mat &color_img, cv::Mat &depth_img, cv::Mat &u, cv::Mat &v, cv::Mat &mask) | FlowClustering | [inline] |
displayClusterCenters(AffineFlowMeasures &cluster_centers, AffineFlowMeasures &samples, cv::Mat &color_img, int cur_max_k=0) | FlowClustering | [inline] |
dx_kernel_ | FlowClustering | [protected] |
dy_kernel_ | FlowClustering | [protected] |
estimateAffineTransform(cv::Mat &u, cv::Mat &v, const int r, const int c, const int radius) | FlowClustering | [inline] |
estimateAffineTransform(AffineFlowMeasures &points) | FlowClustering | [inline] |
FlowClustering(FeatureTracker *ft, int kmeans_max_iter=200, double kmeans_epsilon=0.5, int kmeans_tries=5, int affine_estimate_radius=5, double surf_hessian=100) | FlowClustering | [inline] |
ft_ | FlowClustering | [protected] |
g_kernel_ | FlowClustering | [protected] |
getAffineConsensus(AffineFlowMeasures points, cv::Mat cur_transform, float epsilon) | FlowClustering | [inline] |
getAffineDistortion(AffineFlowMeasure f, cv::Mat A) | FlowClustering | [inline] |
kmeans_epsilon_ | FlowClustering | |
kmeans_max_iter_ | FlowClustering | |
kmeans_tries_ | FlowClustering | |
max_k_ | FlowClustering | |
max_ransac_iters_ | FlowClustering | |
min_affine_point_set_size_ | FlowClustering | |
minimum_new_cluster_separation_ | FlowClustering | |
ransac_epsilon_ | FlowClustering | |
ransac_inlier_percent_est_ | FlowClustering | |