C# Class nobnak.OpenCV.OpticalFlowWorker.AsyncResult

Mostra 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_oe property

public bool completed
return bool

corners0 public_oe property

public CvPoint2D32f[] corners0
return CvPoint2D32f[]

corners1 public_oe property

public CvPoint2D32f[] corners1
return CvPoint2D32f[]

currTime public_oe property

public float currTime
return float

elapsedMs public_oe property

public float elapsedMs
return float

imageData public_oe property

public byte[] imageData
return byte[]

imageHeight public_oe property

public int imageHeight
return int

imageWidth public_oe property

public int imageWidth
return int

nCorners public_oe property

public int nCorners
return int

opticalFlowStatus public_oe property

public sbyte[] opticalFlowStatus
return sbyte[]

prevTime public_oe property

public float prevTime
return float

trackErrors public_oe property

public float[] trackErrors
return float[]