C# Class nobnak.OpenCV.OpticalFlowWorker.AsyncResult

Show file Open project: nobnak/OpenCvSharpForUnity Class Usage Examples

Public Properties

Property Type Description
completed bool
corners0 CvPoint2D32f[]
corners1 CvPoint2D32f[]
currTime float
elapsedMs float
imageData byte[]
imageHeight int
imageWidth int
nCorners int
opticalFlowStatus sbyte[]
prevTime float
trackErrors float[]

Property Details

completed public property

public bool completed
return bool

corners0 public property

public CvPoint2D32f[] corners0
return CvPoint2D32f[]

corners1 public property

public CvPoint2D32f[] corners1
return CvPoint2D32f[]

currTime public property

public float currTime
return float

elapsedMs public property

public float elapsedMs
return float

imageData public property

public byte[] imageData
return byte[]

imageHeight public property

public int imageHeight
return int

imageWidth public property

public int imageWidth
return int

nCorners public property

public int nCorners
return int

opticalFlowStatus public property

public sbyte[] opticalFlowStatus
return sbyte[]

prevTime public property

public float prevTime
return float

trackErrors public property

public float[] trackErrors
return float[]