Table of Contents

Method ComputeFeatures

Namespace
OpenCvSharp.Quality
Assembly
OpenCvSharp.dll

ComputeFeatures(InputArray, OutputArray)

static method for computing image features used by the BRISQUE algorithm

public static void ComputeFeatures(InputArray img, OutputArray features)

Parameters

img InputArray

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

features OutputArray

output row vector of features to cv::Mat or cv::UMat