[Missing <summary> documentation for "M:Emgu.CV.Features2D.SelfSimDescriptor.Compute(Emgu.CV.Image{Emgu.CV.Structure.Gray,System.Byte},System.Drawing.Size,System.Drawing.Point[])"]

Namespace: Emgu.CV.Features2D
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.0.1010 (2.2.0.1010)

Syntax

         
 C#  Visual Basic  Visual C++ 
public float[] Compute(
	Image<Gray, byte> image,
	Size winStride,
	Point[] locations
)
Public Function Compute ( _
	image As Image(Of Gray, Byte), _
	winStride As Size, _
	locations As Point() _
) As Single()
public:
array<float>^ Compute(
	Image<Gray, unsigned char>^ image, 
	Size winStride, 
	array<Point>^ locations
)

Parameters

image
Image<(Of <(<'Gray, Byte>)>)>

[Missing <param name="image"/> documentation for "M:Emgu.CV.Features2D.SelfSimDescriptor.Compute(Emgu.CV.Image{Emgu.CV.Structure.Gray,System.Byte},System.Drawing.Size,System.Drawing.Point[])"]

winStride
Size

[Missing <param name="winStride"/> documentation for "M:Emgu.CV.Features2D.SelfSimDescriptor.Compute(Emgu.CV.Image{Emgu.CV.Structure.Gray,System.Byte},System.Drawing.Size,System.Drawing.Point[])"]

locations
array<Point>[]()[][]

[Missing <param name="locations"/> documentation for "M:Emgu.CV.Features2D.SelfSimDescriptor.Compute(Emgu.CV.Image{Emgu.CV.Structure.Gray,System.Byte},System.Drawing.Size,System.Drawing.Point[])"]

Return Value

[Missing <returns> documentation for "M:Emgu.CV.Features2D.SelfSimDescriptor.Compute(Emgu.CV.Image{Emgu.CV.Structure.Gray,System.Byte},System.Drawing.Size,System.Drawing.Point[])"]

See Also