Skip to content

ximgproc_EdgeAwareFiltersList

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

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

ARGUMENTSConstructor or factory
CLASSximgproc_EdgeAwareFiltersList
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.

Native enum entries for ximgproc edge aware filters list. Pass an entry to enum-typed arguments or its .value to numeric arguments.

Constructors and members

static DTF_NC

dtf nc constant (0), defined by OpenCV for cv::ximgproc.

DTF_NC: ximgproc_EdgeAwareFiltersListValue<0>,

static DTF_IC

dtf ic constant (1), defined by OpenCV for cv::ximgproc.

DTF_IC: ximgproc_EdgeAwareFiltersListValue<1>,

static DTF_RF

dtf rf constant (2), defined by OpenCV for cv::ximgproc.

DTF_RF: ximgproc_EdgeAwareFiltersListValue<2>,

static GUIDED_FILTER

guided filter constant (3), defined by OpenCV for cv::ximgproc.

GUIDED_FILTER: ximgproc_EdgeAwareFiltersListValue<3>,

static AM_FILTER

am filter constant (4), defined by OpenCV for cv::ximgproc.

AM_FILTER: ximgproc_EdgeAwareFiltersListValue<4>

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.