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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user