mirror of
https://github.com/zebrajr/opencv.git
synced 2025-12-06 12:19:50 +01:00
Fix Typos in Comments and Error Messages Across Multiple Files #27434 Description: This pull request corrects several typographical errors in comments and error messages in the following files: - `samples/directx/d3d11_interop.cpp`: Fixed typo in the error message ("betweem" → "between"). - `samples/dnn/yolo_detector.cpp`: Fixed typo in a comment ("elemets" → "elements"). - `samples/winrt/ImageManipulations/MediaExtensions/OcvTransform.cpp`: Fixed typo in a comment ("peferred" → "preferred"). These changes improve code readability and maintain consistency in documentation and error reporting. No functional code was modified. |
||
|---|---|---|
| .. | ||
| FaceDetection | ||
| ImageManipulations | ||
| JavaScript | ||
| OcvImageProcessing | ||
| .gitignore | ||
| readme.txt | ||
Building OpenCV WinRT Samples ============================= Samples are created to run against x86 architecture OpenCV binaries. Please follow the instructions in "platforms/winrt/readme.txt" to generate and build OpenCV for WinRT.