RectanglesIntersectTypes
import { RectanglesIntersectTypes } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSConstructor or factory
CLASSRectanglesIntersectTypes
RETURN TYPEOwned native handle
Native object: release it with using or delete(). Factories can return null; check before calling methods.
types of intersection between rectangles
Constructors and members
static INTERSECT_NONE
No intersection
INTERSECT_NONE: RectanglesIntersectTypesValue<0>,static INTERSECT_PARTIAL
There is a partial intersection
INTERSECT_PARTIAL: RectanglesIntersectTypesValue<1>,static INTERSECT_FULL
One of the rectangle is fully enclosed in the other
INTERSECT_FULL: RectanglesIntersectTypesValue<2>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.