1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-18 08:44:11 +08:00

Fix typos

backport commit 8c09249352
This commit is contained in:
Brian Wignall
2019-12-02 07:23:05 -05:00
committed by Alexander Alekhin
parent e70a4c423b
commit 078c45633d
62 changed files with 76 additions and 76 deletions

View File

@@ -59,7 +59,7 @@ namespace ppf_match_3d
* @param [in] fileName The PLY model to read
* @param [in] withNormals Flag wheather the input PLY contains normal information,
* and whether it should be loaded or not
* @return Returns the matrix on successfull load
* @return Returns the matrix on successful load
*/
CV_EXPORTS_W Mat loadPLYSimple(const char* fileName, int withNormals = 0);