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