File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
modules/rgbd/include/opencv2/rgbd Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -564,7 +564,7 @@ namespace rgbd
564
564
/* * Method to compute a transformation from the source frame to the destination one.
565
565
* Some odometry algorithms do not used some data of frames (eg. ICP does not use images).
566
566
* 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,
568
568
* system of equations has a solution, etc) and resulting transformation satisfies some test if it's provided
569
569
* by the Odometry inheritor implementation (e.g. thresholds for maximum translation and rotation).
570
570
* @param srcImage Image data of the source frame (CV_8UC1)
You can’t perform that action at this time.
0 commit comments