opencv/modules
Vadim Levin dad72fd47b feat: add highgui functions to typing stubs
Manually add typing stubs for functions defined in `cv2_highgui.hpp`:
- `createTrackbar`

    ```python
     def createTrackbar(trackbarName: str,
                   windowName: str,
                   value: int,
                   count: int,
                   onChange: Callable[[int], None]) -> None: ...
    ```

- `createButton`

    ```python
    def createButton(buttonName: str,
                     onChange: Callable[[tuple[int] | tuple[int, Any]], None],
                     userData: Any | None = ...,
                     buttonType: int = ...,
                     initialButtonState: int = ...) -> None: ...
    ```

- `setMouseCallback`

    ```python
    def setMouseCallback(
        windowName: str,
        onMouse: Callback[[int, int, int, int, Any | None], None],
        param: Any | None = ...
    ) -> None: ...
    ```
2023-07-26 16:34:43 +03:00
..
calib3d remove unused 2023-07-22 10:44:37 +01:00
core Disable warning C5054 in VS 2022 C++20 2023-07-26 09:23:32 +03:00
dnn Merge pull request #24043 from zixianweei:use-vaddq_f32-on-arm64 2023-07-25 11:41:09 +03:00
features2d Merge remote-tracking branch 'origin/3.4' into merge-3.4 2023-05-24 14:37:48 +03:00
flann Merge pull request #24028 from VadimLevin:dev/vlevin/fix-flann-python-bindings 2023-07-21 12:44:56 +03:00
gapi Merge pull request #24024 from TolyaTalamanov:at/add-onnx-openvino-execution-provider 2023-07-21 12:18:06 +03:00
highgui Use OpenCV logging instead of std::cerr. 2023-07-19 10:49:54 +03:00
imgcodecs Use OpenCV logging instead of std::cerr. 2023-07-19 10:49:54 +03:00
imgproc Disable warning C5054 in VS 2022 C++20 2023-07-26 09:23:32 +03:00
java build: w/a compiler warnings for GCC 11-12 and Clang 13, reduce build output 2023-07-10 11:27:59 +03:00
js if browser supports wasm but only asm.js path provided use asm.js as fallback 2023-06-17 09:38:57 +03:00
ml Merge remote-tracking branch 'origin/3.4' into merge-3.4 2023-04-21 10:55:04 +03:00
objc Backport 5.x: Support for module names that start from digit in ObjC bindings generator. 2023-05-25 11:45:59 +03:00
objdetect update aruco bytesList docs 2023-07-13 13:50:07 +03:00
photo Deprecated convertTypeStr and made new variant that also takes the buffer size 2023-04-26 09:48:15 -04:00
python feat: add highgui functions to typing stubs 2023-07-26 16:34:43 +03:00
stitching Merge pull request #23740 from Peekabooc:4.x 2023-06-09 13:40:02 +03:00
ts cuda: add SkipTestException handling 2023-07-17 18:03:40 +03:00
video Warning supression fix for XCode 13.1 and newer. Backport #23203 2023-02-06 11:12:05 +03:00
videoio Disable warning C5054 in VS 2022 C++20 2023-07-26 09:23:32 +03:00
world cmake: VERSION_GREATER_EQUAL is not supported in CMake 3.5.1 2022-12-26 17:41:53 +00:00