Skip to content

Commit ebefc7a

Browse files
committed
minor change to API
1 parent 368da7f commit ebefc7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/rgbd/include/opencv2/rgbd.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -388,9 +388,9 @@ namespace rgbd
388388
* @param sensor_error_c_ coefficient of the sensor error with respect to the. 0 by default
389389
* @param method The method to use to compute the planes, by default RGBD_PLANE_METHOD_DEFAULT
390390
*/
391-
RgbdPlane(int block_size, int min_size, double threshold, double sensor_error_a_ = 0,
392-
double sensor_error_b_ = 0, double sensor_error_c_ = 0, int method =
393-
RgbdPlane::RGBD_PLANE_METHOD_DEFAULT);
391+
RgbdPlane(int method, int block_size,
392+
int min_size, double threshold, double sensor_error_a_ = 0,
393+
double sensor_error_b_ = 0, double sensor_error_c_ = 0);
394394

395395
~RgbdPlane();
396396

0 commit comments

Comments
 (0)