1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-19 02:16:34 +08:00

Fix typos

This commit is contained in:
Brian Wignall
2019-12-02 07:23:05 -05:00
parent 763a451654
commit 8c09249352
67 changed files with 81 additions and 81 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);