boofcv.factory.flow
Class ConfigOpticalFlowBlockPyramid
- java.lang.Object
-
- boofcv.factory.flow.ConfigOpticalFlowBlockPyramid
-
public class ConfigOpticalFlowBlockPyramid extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field and Description intmaxPerPixelErrorMaximum error allowed per pixel.intmaxPyramidLayersThe maximum number of layers in the pyramiddoublepyramidScaleDifference in scale between layers in the pyramid.intregionRadiusRadius of the square regionintsearchRadiusRadius of the search area
-
Constructor Summary
Constructors Constructor and Description ConfigOpticalFlowBlockPyramid()ConfigOpticalFlowBlockPyramid(int searchRadius, int regionRadius, int maxPerPixelError, double pyramidScale, int maxPyramidLayers)
-
-
-
Field Detail
-
searchRadius
public int searchRadius
Radius of the search area
-
regionRadius
public int regionRadius
Radius of the square region
-
maxPerPixelError
public int maxPerPixelError
Maximum error allowed per pixel. Default is 30
-
pyramidScale
public double pyramidScale
Difference in scale between layers in the pyramid. A value of 1 means a single layer.
-
maxPyramidLayers
public int maxPyramidLayers
The maximum number of layers in the pyramid
-
-
DataMelt 3.0 © DataMelt by jWork.ORG