Skip to content

Commit ef0c722

Browse files
committed
Merge pull request #2690 from pauljurczak:patch-2
2 parents 37315ba + 9126355 commit ef0c722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/rgbd/include/opencv2/rgbd/depth.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ namespace rgbd
564564
/** Method to compute a transformation from the source frame to the destination one.
565565
* Some odometry algorithms do not used some data of frames (eg. ICP does not use images).
566566
* In such case corresponding arguments can be set as empty Mat.
567-
* The method returns true if all internal computions were possible (e.g. there were enough correspondences,
567+
* The method returns true if all internal computations were possible (e.g. there were enough correspondences,
568568
* system of equations has a solution, etc) and resulting transformation satisfies some test if it's provided
569569
* by the Odometry inheritor implementation (e.g. thresholds for maximum translation and rotation).
570570
* @param srcImage Image data of the source frame (CV_8UC1)

0 commit comments

Comments
 (0)