mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Merge pull request #28301 from raimbekovm:fix-more-typos
docs: fix spelling errors in documentation and code #28301 - [x] I agree to contribute to the project under Apache 2 License. - [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV - [x] The PR is proposed to the proper branch - [ ] There is a reference to the original bug report and related work - [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable - [ ] The feature is well documented and sample code can be built with the project CMake ### Description Fixed multiple spelling errors across documentation, comments, and code: - 'colummn' → 'column' (cublas.hpp, 3 occurrences) - 'points_per_colum' → 'points_per_column' (calib3d.hpp, 3 occurrences) - 'Asignee' → 'Assignee' (sift files, 2 occurrences) - 'compability' → 'compatibility' (face.hpp, 2 occurrences) - 'orignal' → 'original' (aruco_detector.cpp) - 'refrence' → 'reference' (chessboard.cpp) - 'indeces' → 'indices' (stitching.hpp) - 'OutputPrecison' → 'OutputPrecision' (test) - 'tranform' → 'transform' (slice_layer.cpp, 3 occurrences) Total: 24 fixes across 14 files. Documentation and comment changes only, no functional impact.
This commit is contained in:
@@ -74,7 +74,7 @@ public:
|
||||
/** @brief Creates an instance of face detector class with given parameters
|
||||
*
|
||||
* @param model the path to the requested model
|
||||
* @param config the path to the config file for compability, which is not requested for ONNX models
|
||||
* @param config the path to the config file for compatibility, which is not requested for ONNX models
|
||||
* @param input_size the size of the input image
|
||||
* @param score_threshold the threshold to filter out bounding boxes of score smaller than the given value
|
||||
* @param nms_threshold the threshold to suppress bounding boxes of IoU bigger than the given value
|
||||
@@ -150,7 +150,7 @@ public:
|
||||
|
||||
/** @brief Creates an instance of this class with given parameters
|
||||
* @param model the path of the onnx model used for face recognition
|
||||
* @param config the path to the config file for compability, which is not requested for ONNX models
|
||||
* @param config the path to the config file for compatibility, which is not requested for ONNX models
|
||||
* @param backend_id the id of backend
|
||||
* @param target_id the id of target device
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user