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

Compacted (type)&var.data[i*step] code into var.ptr<type>(i) for bindings compatibility

This commit is contained in:
Hamdi Sahloul
2017-02-23 15:49:36 +09:00
parent 6ab7a0df57
commit 9cd576813f
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;