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
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
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 )