ximgproc_EdgeAwareFiltersList
import { ximgproc_EdgeAwareFiltersList } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
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.