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 Rectangle, _ <OutAttribute> ByRef angle As Double, _ <OutAttribute> ByRef motionPixelCount As Double _ )
public: void MotionInfo( Rectangle motionRectangle, [OutAttribute] double% angle, [OutAttribute] double% motionPixelCount )
Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)