Click or drag to resize

QualityBRISQUEComputeFeatures Method

static method for computing image features used by the BRISQUE algorithm

Namespace:  OpenCvSharp.Quality
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static void ComputeFeatures(
	InputArray img,
	OutputArray features
)

Parameters

img
Type: OpenCvSharpInputArray
image (BGR(A) or grayscale) for which to compute features
features
Type: OpenCvSharpOutputArray
output row vector of features to cv::Mat or cv::UMat
See Also