TwoPassStabilizer Constructor |
http://www.emgu.com
Create a two pass video stabilizer.
Namespace:
Emgu.CV.VideoStab
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic TwoPassStabilizer(
FrameSource baseFrameSource
)
Public Sub New (
baseFrameSource As FrameSource
)
public:
TwoPassStabilizer(
FrameSource^ baseFrameSource
)
new :
baseFrameSource : FrameSource -> TwoPassStabilizer
Parameters
- baseFrameSource
- Type: Emgu.CV.VideoStabFrameSource
The capture object to be stabilized. Should not be a camera stream.
See Also