Package | Description |
---|---|
org.openimaj.video | |
org.openimaj.video.processing.motion |
Modifier and Type | Class and Description |
---|---|
class |
VideoSubFrame<T extends Image<?,T>>
A
VideoFrame with a subwindow defined |
Modifier and Type | Method and Description |
---|---|
VideoFrame<T> |
VideoSubFrame.extract() |
Modifier and Type | Method and Description |
---|---|
protected Map<Point2d,Point2d> |
GridMotionEstimator.estimateMotionField(MotionEstimatorAlgorithm estimator,
VideoFrame<FImage> vf,
VideoFrame<FImage>[] array)
This method needs to be overridden for specific layouts of motion
field within the image.
|
protected Map<Point2d,Point2d> |
GridMotionEstimator.estimateMotionField(MotionEstimatorAlgorithm estimator,
VideoFrame<FImage> vf,
VideoFrame<FImage>[] array)
This method needs to be overridden for specific layouts of motion
field within the image.
|
protected abstract Map<Point2d,Point2d> |
MotionEstimator.estimateMotionField(MotionEstimatorAlgorithm estimator,
VideoFrame<FImage> frame,
VideoFrame<FImage>[] array)
This method needs to be overridden for specific layouts of motion
field within the image.
|
protected abstract Map<Point2d,Point2d> |
MotionEstimator.estimateMotionField(MotionEstimatorAlgorithm estimator,
VideoFrame<FImage> frame,
VideoFrame<FImage>[] array)
This method needs to be overridden for specific layouts of motion
field within the image.
|