public class opencv_videostab extends opencv_videostab
| Modifier and Type | Field and Description |
|---|---|
static int |
AFFINE
enum cv::videostab::MotionModel
|
static int |
LINEAR_SIMILARITY
enum cv::videostab::MotionModel
|
static int |
TRANSLATION
enum cv::videostab::MotionModel
|
static int |
TRANSLATION_AND_SCALE
enum cv::videostab::MotionModel
|
| Constructor and Description |
|---|
opencv_videostab() |
mappublic static final int TRANSLATION
public static final int TRANSLATION_AND_SCALE
public static final int LINEAR_SIMILARITY
public static final int AFFINE
public static opencv_core.Mat estimateGlobalMotionLeastSquares(opencv_core.Point2f points0, opencv_core.Point2f points1, int model, FloatPointer rmse)
public static opencv_core.Mat estimateGlobalMotionLeastSquares(opencv_core.Point2f points0, opencv_core.Point2f points1)
public static opencv_core.Mat estimateGlobalMotionLeastSquares(opencv_core.Point2f points0, opencv_core.Point2f points1, int model, FloatBuffer rmse)
public static opencv_core.Mat estimateGlobalMotionLeastSquares(opencv_core.Point2f points0, opencv_core.Point2f points1, int model, float[] rmse)
public static opencv_core.Mat estimateGlobalMotionRobust(opencv_core.Point2f points0, opencv_core.Point2f points1, int model, opencv_videostab.RansacParams params, FloatPointer rmse, IntPointer ninliers)
public static opencv_core.Mat estimateGlobalMotionRobust(opencv_core.Point2f points0, opencv_core.Point2f points1)
public static opencv_core.Mat estimateGlobalMotionRobust(opencv_core.Point2f points0, opencv_core.Point2f points1, int model, opencv_videostab.RansacParams params, FloatBuffer rmse, IntBuffer ninliers)
public static opencv_core.Mat estimateGlobalMotionRobust(opencv_core.Point2f points0, opencv_core.Point2f points1, int model, opencv_videostab.RansacParams params, float[] rmse, int[] ninliers)
public static opencv_core.Mat getMotion(int from, int to, opencv_core.Mat motions, int size)
public static opencv_core.Mat getMotion(int from, int to, opencv_core.MatVector motions)
public static opencv_core.Mat ensureInclusionConstraint(opencv_core.Mat M, opencv_core.Size size, float trimRatio)
public static float estimateOptimalTrimRatio(opencv_core.Mat M, opencv_core.Size size)
public static void calcFlowMask(opencv_core.Mat flowX, opencv_core.Mat flowY, opencv_core.Mat errors, float maxError, opencv_core.Mat mask0, opencv_core.Mat mask1, opencv_core.Mat flowMask)
public static void completeFrameAccordingToFlow(opencv_core.Mat flowMask, opencv_core.Mat flowX, opencv_core.Mat flowY, opencv_core.Mat frame1, opencv_core.Mat mask1, float distThresh, opencv_core.Mat frame0, opencv_core.Mat mask0)
public static float calcBlurriness(opencv_core.Mat frame)
Copyright © 2014. All Rights Reserved.