Given a rectagle area of the motion, output the angle of the motion and the number of pixels that are considered to be motion pixel

C# | Visual Basic | Visual C++ |
Public Sub MotionInfo ( _ motionRectangle As MCvRect, _ <OutAttribute> ByRef angle As Double, _ <OutAttribute> ByRef motionPixelCount As Double _ )
public: void MotionInfo( MCvRect motionRectangle, [OutAttribute] double% angle, [OutAttribute] double% motionPixelCount )
Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)