Skip to content

utils_testRotatedRect

Core and matricesfunctionOpenCV 5.0.0
import { utils_testRotatedRect } from '@banou/opencv-wasm'

Use after await initOpenCV(). See the initialization and named imports guide.

ARGUMENTSx, y, w, h
FUNCTIONutils_testRotatedRect
RETURN TYPERotatedRect
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Run OpenCV's binding regression helper utils_testRotatedRect. This diagnostic exercises argument conversion, overload selection or native exception propagation as indicated by its name.

utils_testRotatedRect(x: number, y: number, w: number, h: number, angle: number): RotatedRect;
x

x argument (number).

y

y argument (number).

w

w argument (number).

h

h argument (number).

angle

angle argument (number).

Returns

The RotatedRect result.

These signatures describe this package. Upstream documentation can mention optional backends that are absent from this build. Check runtime compatibility before choosing a backend or file format.