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

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

private cvPOSIT ( IntPtr positObject, IntPtr imagePoints, double focalLength, MCvTermCriteria criteria, IntPtr rotationMatrix, IntPtr translationVector ) : void
positObject IntPtr
imagePoints IntPtr
focalLength double
criteria MCvTermCriteria
rotationMatrix IntPtr
translationVector IntPtr
Результат void
        public static extern void cvPOSIT(IntPtr positObject, IntPtr imagePoints, double focalLength,
              MCvTermCriteria criteria, IntPtr rotationMatrix, IntPtr translationVector);

Same methods

CvInvoke::cvPOSIT ( IntPtr positObject, float imagePoints, double focalLength, MCvTermCriteria criteria, float rotationMatrix, float translationVector ) : void
CvInvoke