C# 클래스 ImageClassifier.Camera

파일 보기 프로젝트 열기: GemHunt/CoinSorter

공개 메소드들

메소드 설명
ClassifyFromWebCam ( int imageID, bool show, bool classify, bool deskew, bool autoRotate, bool saveImages, int &date, String &design ) : void

비공개 메소드들

메소드 설명
ClassifyFromWebCam ( int imageID, bool show, bool classify, bool deskew, bool autoRotate, bool saveImages, String modelDir ) : IntPtr
ReleaseMemory ( IntPtr ptr ) : int

메소드 상세

ClassifyFromWebCam() 공개 정적인 메소드

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
리턴 void