Exemplo n.º 1
0
        /// <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);
        }
Exemplo n.º 2
0
 public static extern void cvGetHuMoments(ref MCvMoments moments, ref MCvHuMoments huMoments);
Exemplo n.º 3
0
 /// <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;
 }