/// <summary> /// Get the HuMoments /// </summary> /// <returns>The Hu moment computed from this moment</returns> public MCvHuMoments GetHuMoment() { MCvHuMoments huMoment = new MCvHuMoments(); CvInvoke.cvGetHuMoments(ref this, ref huMoment); return(huMoment); }
public static extern void cvGetHuMoments(ref MCvMoments moments, ref MCvHuMoments huMoments);
/// <summary> /// Get the HuMoments /// </summary> /// <returns>The Hu moment computed from this moment</returns> public MCvHuMoments GetHuMoment() { MCvHuMoments huMoment = new MCvHuMoments(); CvInvoke.cvGetHuMoments(ref this, ref huMoment); return huMoment; }