Package | Description |
---|---|
org.bytedeco.opencv.opencv_videostab |
Modifier and Type | Class and Description |
---|---|
class |
FromFileMotionReader |
class |
KeypointBasedMotionEstimator
\brief Describes a global 2D motion estimation method which uses keypoints detection and optical flow for
matching.
|
class |
ToFileMotionWriter |
Modifier and Type | Method and Description |
---|---|
ImageMotionEstimatorBase |
WobbleSuppressorBase.motionEstimator() |
ImageMotionEstimatorBase |
StabilizerBase.motionEstimator() |
Modifier and Type | Method and Description |
---|---|
void |
WobbleSuppressorBase.setMotionEstimator(ImageMotionEstimatorBase val) |
void |
StabilizerBase.setMotionEstimator(ImageMotionEstimatorBase val) |
Constructor and Description |
---|
ToFileMotionWriter(BytePointer path,
ImageMotionEstimatorBase estimator) |
ToFileMotionWriter(String path,
ImageMotionEstimatorBase estimator) |
Copyright © 2020. All rights reserved.