OpenCV for Unity
2.6.3
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.10.0/index.html ) for the details of the argument of the method.
|
Class used for calculating a sparse optical flow. More...
Public Member Functions | |
Size | getWinSize () |
void | setWinSize (Size winSize) |
int | getMaxLevel () |
void | setMaxLevel (int maxLevel) |
TermCriteria | getTermCriteria () |
void | setTermCriteria (TermCriteria crit) |
int | getFlags () |
void | setFlags (int flags) |
double | getMinEigThreshold () |
void | setMinEigThreshold (double minEigThreshold) |
Public Member Functions inherited from OpenCVForUnity.VideoModule.SparseOpticalFlow | |
void | calc (Mat prevImg, Mat nextImg, Mat prevPts, Mat nextPts, Mat status, Mat err) |
Calculates a sparse optical flow. More... | |
void | calc (Mat prevImg, Mat nextImg, Mat prevPts, Mat nextPts, Mat status) |
Calculates a sparse optical flow. More... | |
Public Member Functions inherited from OpenCVForUnity.CoreModule.Algorithm | |
IntPtr | getNativeObjAddr () |
virtual void | clear () |
Clears the algorithm state. More... | |
virtual bool | empty () |
Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read. More... | |
void | save (string filename) |
virtual string | getDefaultName () |
Public Member Functions inherited from OpenCVForUnity.DisposableObject | |
void | Dispose () |
void | ThrowIfDisposed () |
Static Public Member Functions | |
static new SparsePyrLKOpticalFlow | __fromPtr__ (IntPtr addr) |
static SparsePyrLKOpticalFlow | create (Size winSize, int maxLevel, TermCriteria crit, int flags, double minEigThreshold) |
static SparsePyrLKOpticalFlow | create (Size winSize, int maxLevel, TermCriteria crit, int flags) |
static SparsePyrLKOpticalFlow | create (Size winSize, int maxLevel, TermCriteria crit) |
static SparsePyrLKOpticalFlow | create (Size winSize, int maxLevel) |
static SparsePyrLKOpticalFlow | create (Size winSize) |
static SparsePyrLKOpticalFlow | create () |
Static Public Member Functions inherited from OpenCVForUnity.VideoModule.SparseOpticalFlow | |
static new SparseOpticalFlow | __fromPtr__ (IntPtr addr) |
Static Public Member Functions inherited from OpenCVForUnity.CoreModule.Algorithm | |
static Algorithm | __fromPtr__ (IntPtr addr) |
Static Public Member Functions inherited from OpenCVForUnity.DisposableObject | |
static IntPtr | ThrowIfNullIntPtr (IntPtr ptr) |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Protected Member Functions inherited from OpenCVForUnity.DisposableOpenCVObject | |
DisposableOpenCVObject () | |
DisposableOpenCVObject (IntPtr ptr) | |
DisposableOpenCVObject (bool isEnabledDispose) | |
DisposableOpenCVObject (IntPtr ptr, bool isEnabledDispose) | |
Protected Member Functions inherited from OpenCVForUnity.DisposableObject | |
DisposableObject () | |
DisposableObject (bool isEnabledDispose) | |
Additional Inherited Members | |
Properties inherited from OpenCVForUnity.DisposableObject | |
bool | IsDisposed [get, protected set] |
bool | IsEnabledDispose [get, set] |
Class used for calculating a sparse optical flow.
The class can calculate an optical flow for a sparse feature set using the iterative Lucas-Kanade method with pyramids.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
protectedvirtual |
Reimplemented from OpenCVForUnity.VideoModule.SparseOpticalFlow.
int OpenCVForUnity.VideoModule.SparsePyrLKOpticalFlow.getFlags | ( | ) |
int OpenCVForUnity.VideoModule.SparsePyrLKOpticalFlow.getMaxLevel | ( | ) |
double OpenCVForUnity.VideoModule.SparsePyrLKOpticalFlow.getMinEigThreshold | ( | ) |
TermCriteria OpenCVForUnity.VideoModule.SparsePyrLKOpticalFlow.getTermCriteria | ( | ) |
Size OpenCVForUnity.VideoModule.SparsePyrLKOpticalFlow.getWinSize | ( | ) |
void OpenCVForUnity.VideoModule.SparsePyrLKOpticalFlow.setFlags | ( | int | flags | ) |
void OpenCVForUnity.VideoModule.SparsePyrLKOpticalFlow.setMaxLevel | ( | int | maxLevel | ) |
void OpenCVForUnity.VideoModule.SparsePyrLKOpticalFlow.setMinEigThreshold | ( | double | minEigThreshold | ) |
void OpenCVForUnity.VideoModule.SparsePyrLKOpticalFlow.setTermCriteria | ( | TermCriteria | crit | ) |
void OpenCVForUnity.VideoModule.SparsePyrLKOpticalFlow.setWinSize | ( | Size | winSize | ) |