opencv/modules/python
Maksim Shabunin f73560293f
Merge pull request #26101 from mshabunin:cpp-error-ts
C-API cleanup: moved cvErrorStr to new interface, minor ts changes #26101

Merge with opencv/opencv_contrib#3786

**Note:** `toString` might be too generic name (even though it is in `cv::Error::` namespace), another variant is `codeToString` (we have `typeToString` and `depthToString` in check.hpp).

**Note:** _ts_ module seem to have no other C API usage except for `ArrayTest` class which requires refactoring.
2024-09-06 12:05:47 +03:00
..
bindings
package pre: OpenCV 4.10.0 (version++). 2024-05-21 11:37:05 +03:00
python3 Manage Python Limited API version externally. 2024-01-10 12:30:29 +03:00
src2 Merge pull request #26101 from mshabunin:cpp-error-ts 2024-09-06 12:05:47 +03:00
test Merge branch 4.x 2024-08-28 15:06:19 +03:00
CMakeLists.txt Drop Python2 support. 2023-07-14 15:06:53 +03:00
common.cmake Manage Python Limited API version externally. 2024-01-10 12:30:29 +03:00
python_loader.cmake cuda: Add missing python CUDA dependency when CUDA is a first class language 2024-06-04 18:58:09 +03:00
standalone.cmake