RLOFOpticalFlowParameter Properties |
The RLOFOpticalFlowParameter type exposes the following members.
Name | Description | |
---|---|---|
![]() | CrossSegmentationThreshold |
Color similarity threshold used by cross-based segmentation. Only used if supportRegionType is Cross. With the cross-bassed segmentation motion boundaries can be computed more accurately
|
![]() | GlobalMotionRansacThreshold |
To apply the global motion prior motion vectors will be computed on a regularly sampled which are the basis for Homography estimation using RANSAC. The reprojection threshold is based on n-th percentil (given by this value [0 ... 100]) of the motion vectors magnitude.
|
![]() | LargeWinSize |
Maximal window size of the support region. If supportRegionType is Fixed this gives the exact support region size. The speed of the RLOF is related to the applied win sizes. The smaller the window size the lower is the runtime, but the more sensitive to noise is the method.
|
![]() | MaxIteration |
Number of maximal iterations used for the iterative refinement. Lower values can reduce the runtime but also the accuracy.
|
![]() | MaxLevel |
Maximal number of pyramid level used. The large this value is the more likely it is to obtain accurate solutions for long-range motions. The runtime is linear related to this parameter
|
![]() | MinEigenValue |
Threshold for the minimal eigenvalue of the gradient matrix defines when to abort the iterative refinement.
|
![]() | NormSigma0 |
parameter of the shrinked Hampel norm
|
![]() | NormSigma1 |
parameter of the shrinked Hampel norm
|
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
![]() | SmallWinSize |
Minimal window size of the support region. This parameter is only used if supportRegionType is Cross
|
![]() | Solver |
Variable specifies the iterative refinement strategy
|
![]() | SupportRegion |
Variable specifies the support region shape extraction or shrinking strategy
|
![]() | UseGlobalMotionPrior |
Use global motion prior initialisation. It allows to be more accurate for long-range motion. The computational complexity is slightly increased by enabling the global motion prior initialisation.
|
![]() | UseIlluminationModel |
Use the Gennert and Negahdaripour illumination model instead of the intensity brightness constraint.
|
![]() | UseInitialFlow |
Use next point list as initial values. A good initialization can improve the algorithm accuracy and reduce the runtime by a faster convergence of the iteration refinement
|