1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-18 17:24:28 +08:00

Merge pull request #1022 from Sahloul:features/python_wrapper/surface_matching_step

This commit is contained in:
Alexander Alekhin
2017-02-23 12:40:14 +00:00
4 changed files with 36 additions and 40 deletions

View File

@@ -148,7 +148,7 @@ protected:
double angle_step, angle_step_radians, distance_step;
double sampling_step_relative, angle_step_relative, distance_step_relative;
Mat sampled_pc, ppf;
int num_ref_points, ppf_step;
int num_ref_points;
hashtable_int* hash_table;
THash* hash_nodes;