User Ratings

★★★★★
★★★★
★★★
★★
12
3
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5

Rate This Project
Login To Rate This Project

User Reviews

  • ok
  • Good job!
  • When to appear EMGU CV 3.2?
  • Good project.
  • Thank you, your project is amazing! really thanks! Works very fine! Thanks for the updates! Amazing! Thanks from Brazil, you're great!
  • It's very fine, but I'm waiting for possibles of use "Cuda stereo" methods... :D
  • Congratulations. Great job.
  • Very good and easy to use. But, could you enable us to specify the lineType when calling draw functions? I have rewritten them myself and compiled, but I think others would like this too. In order to not break things, you can use default values for the parameters, like so: ///<summary> Draw a line segment using the specific color and thickness </summary> ///<param name="line"> The line segment to be drawn</param> ///<param name="color"> The color of the line segment </param> ///<param name="thickness"> The thickness of the line segment </param> ///<param name="lineType"> The linetype to use when drawing </param> public virtual void Draw(LineSegment2D line, TColor color, int thickness, CvEnum.LINE_TYPE lineType = CvEnum.LINE_TYPE.EIGHT_CONNECTED) { #if !NETFX_CORE Debug.Assert(thickness > 0, Properties.StringTable.ThicknessShouldBeGreaterThanZero); #endif if (thickness > 0) CvInvoke.cvLine( Ptr, line.P1, line.P2, color.MCvScalar, thickness, lineType, 0); }
  • emgucv and opencv_engine really works perfectly. congratulations...
  • Really great work. I love this software. New wiki in the making too, so should be easier for new users to get going. Give it a try, you won't regret it :)
  • My favorite program, thanks
  • I recommend this program!
  • Great Job!
  • Great Work, that's just great
  • Thanks for a great wrapper!
    1 user found this review helpful.