Skip to content

Commit 6ebb38d

Browse files
authored
Merge pull request #3463 from LaurentBerger:typo_in_viz
Typo in viz3d doc
2 parents 9d4b93a + 16f0719 commit 6ebb38d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/viz/include/opencv2/viz/vizcore.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ namespace cv
180180
*/
181181
CV_EXPORTS void writePose(const String& file, const Affine3d& pose, const String& tag = "pose");
182182

183-
/** takes vector<Affine3<T>> with T = float/dobule and writes to a sequence of files with given filename format
183+
/** takes vector<Affine3<T>> with T = float/double and writes to a sequence of files with given filename format
184184
* @param traj Trajectory containing a list of poses. It can be
185185
* - std::vector<cv::Mat>, each cv::Mat is of type CV_32F16 or CV_64FC16
186186
* - std::vector<cv::Affine3f>, std::vector<cv::Affine3d>
@@ -192,7 +192,7 @@ namespace cv
192192
*/
193193
CV_EXPORTS void writeTrajectory(InputArray traj, const String& files_format = "pose%05d.xml", int start = 0, const String& tag = "pose");
194194

195-
/** takes vector<Affine3<T>> with T = float/dobule and loads poses from sequence of files
195+
/** takes vector<Affine3<T>> with T = float/double and loads poses from sequence of files
196196
*
197197
* @param traj Output array containing a lists of poses. It can be
198198
* - std::vector<cv::Affine3f>, std::vector<cv::Affine3d>

0 commit comments

Comments
 (0)