http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Compute the descriptor given the bgr image and the point location, using oppponent color (CGIV 2008 "Color Descriptors for Object Category Recognition").
Namespace: Emgu.CV.Features2DAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Matrix<float> ComputeDescriptorsRaw( Image<Bgr, byte> image, VectorOfKeyPoint keyPoints ) |
Visual Basic |
---|
Public Function ComputeDescriptorsRaw ( _ image As Image(Of Bgr, Byte), _ keyPoints As VectorOfKeyPoint _ ) As Matrix(Of Single) |
Visual C++ |
---|
public: Matrix<float>^ ComputeDescriptorsRaw( Image<Bgr, unsigned char>^ image, VectorOfKeyPoint^ keyPoints ) |
Parameters
- image
- Type: Emgu.CV..::..Image<(Of <(<'Bgr, Byte>)>)>
The image where the descriptor will be computed from
- keyPoints
- Type: Emgu.CV.Util..::..VectorOfKeyPoint
The keypoint where the descriptor will be computed from. Keypoints for which a descriptor cannot be computed are removed.