Maksim Shabunin

Results 20 issues of Maksim Shabunin

Hopefully resolves #44

:exclamation: Merge with https://github.com/opencv/opencv_contrib/pull/3809 Proposal to remove WinRT/WinCE/WP8 in OpenCV 5.x #### Motivation: * WinRT EOL 2023 * https://learn.microsoft.com/en-us/lifecycle/products/windows-rt * https://en.wikipedia.org/wiki/Windows_RT * WinCE EOL 2023 * https://learn.microsoft.com/en-us/lifecycle/products/windows-embedded-compact-2013 * https://en.wikipedia.org/wiki/Windows_Embedded_Compact *...

cleanup

Removed several tests from 3d module due to their usage of `cvtest::Rodrigues` function implemented using C-API . These tests should be rewritten (see also #24957). - TEST(Calib3d_Rodrigues, accuracy) - TEST(Calib3d_FindFundamentalMat,...

* Raise C++ standard to C++17 * Show warnings for possible configuration issues (C++ standard, GCC/Clang compiler versions), but do not halt the configuration process * Selected VS 2017 15.7...

During work on #22754 some tests have been removed completely because their refactoring deemed too complex and would require more effort to recreate and stabilize on all platforms. As a...

bug
test
category: imgproc
category: video

See https://github.com/opencv/opencv/pull/26311 for details

merge with opencv/opencv_contrib#3937 **TODO**: add color names features #27381

feature
category: video

**WIP** TODO: ``` @inproceedings{van2007applying, title={Applying color names to image description}, author={Van de Weijer, Joost and Schmid, Cordelia}, booktitle={2007 IEEE International Conference on Image Processing}, volume={3}, pages={III--493}, year={2007}, organization={IEEE} } @article{van2009learning,...

feature
category: objdetect

merge with opencv/opencv#27328 * removed `cv::tracking::trackerCSRT` and `cv::legacy::tracking::trackerCSRT` in favor of the one from _video_ module * removed from samples and tests * removed from docs (moved to main) **Note:**...