Click or drag to resize

BIFCompute Method

http://www.emgu.com
Computes features by input image.

Namespace:  Emgu.CV.Face
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public void Compute(
	IInputArray image,
	IOutputArray features
)

Parameters

image
Type: Emgu.CVIInputArray
Input image (CV_32FC1)
features
Type: Emgu.CVIOutputArray
Feature vector (CV_32FC1)
See Also