AutoCV Functions¶
- class autocv.autocv.AutoCV(hwnd: int = -1)[source]¶
Bases:
InputCoordinate window capture, live inspection tools, and automation hooks.
- antigcp() bool[source]¶
Install the GetCursorPos patch shipped with the prebuilt extension.
- Returns:
Truewhen the patch succeeds, otherwiseFalse.- Return type:
- image_picker() tuple[npt.NDArray[np.uint8] | None, tuple[int, int, int, int] | None][source]¶
Launch the ROI picker overlay.
- color_picker() tuple[tuple[int, int, int], tuple[int, int]] | None[source]¶
Launch the pixel colour picker.
- image_filter() FilterSettings[source]¶
Return interactive filter settings derived from the current backbuffer.