Method PrepareFrames
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
PrepareFrames(OdometryFrame, OdometryFrame)
Prepares the src and dst frames for odometry calculation.
public void PrepareFrames(OdometryFrame srcFrame, OdometryFrame dstFrame)
Parameters
srcFrameOdometryFrameframe will be prepared as src frame ("original" image).
dstFrameOdometryFrameframe will be prepared as dst frame ("rotated" image).