Unit 'libOpenCV2' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_opencv]

TCvStereoGCState

Declaration

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