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

TCvBGStatModel

Declaration

Source position: libopencv2.pas line 1859

type TCvBGStatModel = record

  _type: Integer;

  

  Release: TCvReleaseBGStatModel;

  

  update: TCvUpdateBGStatModel;

  

  background: pIplImage;

  

  foreground: pIplImage;

  

  layers: pIplImage;

  

  layer_count: Integer;

  

  storage: pCvMemStorage;

  

  foreground_regions: pCvSeq;

  

end;



CT Web help

CodeTyphon Studio