Skip to content

ximgproc_HoughOp

Extended image processingclassOpenCV 5.0.0
import { ximgproc_HoughOp } from '@banou/opencv-wasm'

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

ARGUMENTSConstructor or factory
CLASSximgproc_HoughOp
RETURN TYPEOwned native handle
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Native object: release it with using or delete(). Factories can return null; check before calling methods.

Specifies binary operations. The enum specifies binary operations, that is such ones which involve two operands. Formally, a binary operation f on a set S is a binary relation that maps elements of the Cartesian product S \times S to S:

 f: S \times S \to S 

Constructors and members

static FHT_MIN

Binary minimum operation. The constant specifies the binary minimum operation

FHT_MIN: ximgproc_HoughOpValue<0>,

static FHT_MAX

Binary maximum operation. The constant specifies the binary maximum operation

FHT_MAX: ximgproc_HoughOpValue<1>,

static FHT_ADD

Binary addition operation. The constant specifies the binary addition operation

FHT_ADD: ximgproc_HoughOpValue<2>,

static FHT_AVE

Binary average operation. The constant specifies the binary average operation

FHT_AVE: ximgproc_HoughOpValue<3>

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.