Method | Description | |
---|---|---|
CalculateFlowVelocities ( |
||
GenGridCorners ( int width, int height, float gridSize ) : OpenCvSharp.CvPoint2D32f[] | ||
UpdateLineMesh ( |
public static CalculateFlowVelocities ( |
||
r | ||
velocities | CvPoint2D32f | |
return | void |
public static GenGridCorners ( int width, int height, float gridSize ) : OpenCvSharp.CvPoint2D32f[] | ||
width | int | |
height | int | |
gridSize | float | |
return | OpenCvSharp.CvPoint2D32f[] |
public static UpdateLineMesh ( |
||
r | ||
mesh | Mesh | |
velocities | CvPoint2D32f | |
limitVelocity | float | |
return | void |