C# Class ImageClassifier.Camera

Mostrar archivo Open project: GemHunt/CoinSorter

Public Methods

Method Description
ClassifyFromWebCam ( int imageID, bool show, bool classify, bool deskew, bool autoRotate, bool saveImages, int &date, String &design ) : void

Private Methods

Method Description
ClassifyFromWebCam ( int imageID, bool show, bool classify, bool deskew, bool autoRotate, bool saveImages, String modelDir ) : IntPtr
ReleaseMemory ( IntPtr ptr ) : int

Method Details

ClassifyFromWebCam() public static method

public static ClassifyFromWebCam ( int imageID, bool show, bool classify, bool deskew, bool autoRotate, bool saveImages, int &date, String &design ) : void
imageID int
show bool
classify bool
deskew bool
autoRotate bool
saveImages bool
date int
design String
return void