Method | Description | |
---|---|---|
Calc ( InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow2 = null ) : void |
|
|
CollectGarbage ( ) : void |
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the resources
|
Method | Description | |
---|---|---|
DenseOpticalFlowExtImpl ( ) : System |
|
|
FromPtr ( |
Creates instance from cv::Ptr<T> . ptr is disposed when the wrapper disposes.
|
|
FromRawPtr ( |
Creates instance from raw pointer T*
|
public Calc ( InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow2 = null ) : void | ||
frame0 | InputArray | |
frame1 | InputArray | |
flow1 | OutputArray | |
flow2 | OutputArray | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | /// If disposing equals true, the method has been called directly or indirectly by a user's code. Managed and unmanaged resources can be disposed. /// If false, the method has been called by the runtime from inside the finalizer and you should not reference other objects. Only unmanaged resources can be disposed. /// |
return | void |