Emgu.CV.CvInvoke.CvSelfSimDescriptorCompute C# (CSharp) Method

CvSelfSimDescriptorCompute() private method

private CvSelfSimDescriptorCompute ( IntPtr descriptor, IntPtr image, IntPtr descriptors, Size &winStride, IntPtr locations, int sizeOfLocation ) : void
descriptor IntPtr
image IntPtr
descriptors IntPtr
winStride Size
locations IntPtr
sizeOfLocation int
return void
        internal static extern void CvSelfSimDescriptorCompute(
         IntPtr descriptor,
         IntPtr image,
         IntPtr descriptors,
         ref Size winStride,
         IntPtr locations,
         int sizeOfLocation
         );
CvInvoke