public class ConfigOpticalFlowBlockPyramid
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
maxPerPixelError
Maximum error allowed per pixel.
|
int |
maxPyramidLayers
The maximum number of layers in the pyramid
|
double |
pyramidScale
Difference in scale between layers in the pyramid.
|
int |
regionRadius
Radius of the square region
|
int |
searchRadius
Radius of the search area
|
| Constructor and Description |
|---|
ConfigOpticalFlowBlockPyramid() |
ConfigOpticalFlowBlockPyramid(int searchRadius,
int regionRadius,
int maxPerPixelError,
double pyramidScale,
int maxPyramidLayers) |
public int searchRadius
public int regionRadius
public int maxPerPixelError
public double pyramidScale
public int maxPyramidLayers