Source position: libopencv2.pas line 1790
type TCvStereoGCState = record |
||
Ithreshold: Integer; |
|
|
interactionRadius: Integer; |
|
|
K: Single; |
|
|
lambda: Single; |
|
|
lambda1: Single; |
|
|
lambda2: Single; |
|
|
occlusionCost: Integer; |
|
|
minDisparity: Integer; |
|
|
numberOfDisparities: Integer; |
|
|
maxIters: Integer; |
|
|
left: pCvMat; |
|
|
right: pCvMat; |
|
|
dispLeft: pCvMat; |
|
|
dispRight: pCvMat; |
|
|
ptrLeft: pCvMat; |
|
|
ptrRight: pCvMat; |
|
|
vtxBuf: pCvMat; |
|
|
edgeBuf: pCvMat; |
|
|
end; |
CT Web help |
CodeTyphon Studio |