C# 클래스 nobnak.OpenCV.OpticalFlowWorker.AsyncResult

파일 보기 프로젝트 열기: nobnak/OpenCvSharpForUnity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
completed bool
corners0 CvPoint2D32f[]
corners1 CvPoint2D32f[]
currTime float
elapsedMs float
imageData byte[]
imageHeight int
imageWidth int
nCorners int
opticalFlowStatus sbyte[]
prevTime float
trackErrors float[]

프로퍼티 상세

completed 공개적으로 프로퍼티

public bool completed
리턴 bool

corners0 공개적으로 프로퍼티

public CvPoint2D32f[] corners0
리턴 CvPoint2D32f[]

corners1 공개적으로 프로퍼티

public CvPoint2D32f[] corners1
리턴 CvPoint2D32f[]

currTime 공개적으로 프로퍼티

public float currTime
리턴 float

elapsedMs 공개적으로 프로퍼티

public float elapsedMs
리턴 float

imageData 공개적으로 프로퍼티

public byte[] imageData
리턴 byte[]

imageHeight 공개적으로 프로퍼티

public int imageHeight
리턴 int

imageWidth 공개적으로 프로퍼티

public int imageWidth
리턴 int

nCorners 공개적으로 프로퍼티

public int nCorners
리턴 int

opticalFlowStatus 공개적으로 프로퍼티

public sbyte[] opticalFlowStatus
리턴 sbyte[]

prevTime 공개적으로 프로퍼티

public float prevTime
리턴 float

trackErrors 공개적으로 프로퍼티

public float[] trackErrors
리턴 float[]