Skip to content

quality_QualityBRISQUE_computeFeatures

qualityfunctionOpenCV 5.0.0
import { quality_QualityBRISQUE_computeFeatures } from '@banou/opencv-wasm'

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

ARGUMENTSimg, features
FUNCTIONquality_QualityBRISQUE_computeFeatures
RETURN TYPEvoid
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

static method for computing image features used by the BRISQUE algorithm

quality_QualityBRISQUE_computeFeatures(img: Mat, features: Mat): void;
img

image (BGR(A) or grayscale) for which to compute features

features

Output destination, filled by the native operation. output row vector of features to cv::Mat or cv::UMat

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.