opencv/samples/winrt
leopardracer b395a2e307
Merge pull request #27434 from leopardracer:4.x
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.
2025-06-11 16:19:05 +03:00
..
FaceDetection samples: avoid using of legacy C-like API (part 2) 2018-03-29 14:17:23 +03:00
ImageManipulations Merge pull request #27434 from leopardracer:4.x 2025-06-11 16:19:05 +03:00
JavaScript Updated the OpenCV logo 2020-07-28 18:31:21 +03:00
OcvImageProcessing Updated the OpenCV logo 2020-07-28 18:31:21 +03:00
.gitignore Added and updated WinRT samples 2015-03-02 22:26:44 +03:00
readme.txt Fixing 'doc' buildbot job: removing trailing whitespaces and tab indents 2015-03-02 22:26:45 +03:00

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.