Emgu.CV.CvInvoke.CvSelfSimDescriptorCompute C# (CSharp) Метод

CvSelfSimDescriptorCompute() приватный Метод

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
Результат void
        internal static extern void CvSelfSimDescriptorCompute(
         IntPtr descriptor,
         IntPtr image,
         IntPtr descriptors,
         ref Size winStride,
         IntPtr locations,
         int sizeOfLocation
         );
CvInvoke