Maksim Shabunin

Results 20 issues of Maksim Shabunin

## Summary sitemap generation can be turned off in some cases when using multiple threads ## Steps to reproduce * Number of threads is set to 10 in the config...

bug

3 and 5 letters work well. Reproduced in 0.10.2 (via pip) and 0.7.58: https://askbot.org/en/users/?t=user&query=asdf&search= Stacktrace (0.10.2): ``` Internal Server Error: /users/ Traceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 132,...

* current Doxygen version is 1.10 * Doxyfile adapted to new version * MathJax updated to 3.x * `@relates` instructions removed temporarily due to issue in Doxygen (to avoid warnings)...

Merge with https://github.com/opencv/opencv/pull/25042 ``` force_builders_only=none ```

Changes: * moved several macros from types_c.h to cvdef.h (assuming we will continue using them) * removed some cases of C-API usage in _imgproc_ module (`CV_TERMCRIT_*` and `CV_CMP_*`) * refactored...

category: imgproc
cleanup

:exclamation: Potential conflicts with #25958 :exclamation: Merge with: opencv/opencv_contrib#3780 This PR removes usage of C-API from highgui and videoio modules. Only source code is affected, tests were not using obsolete...

category: highgui-gui
category: videoio
category: videoio(camera)
cleanup

Two of removed in #25932 functions are still used in MediaSDK backend in _videoio_ module. https://github.com/opencv/opencv/blob/bacefd3b8dc36ffe9aa8f24b0eaa6ef5d45575b8/modules/videoio/src/cap_mfx_reader.cpp#L270 https://github.com/opencv/opencv/blob/bacefd3b8dc36ffe9aa8f24b0eaa6ef5d45575b8/modules/videoio/src/cap_mfx_writer.cpp#L238-L241

Wrong color conversion mode caused bad colors for NV12 camera input format (RGB instead of BGR).

This PR is the first step in fixing current issues with NEON/RVV, FP16, BF16 and other CPU features on AArch64 and RISC-V platforms. On AArch64 and RISC-V platforms we usually...

For opencv/opencv#26025