C# 클래스 PredatorCV.Extensions.Io

파일 보기 프로젝트 열기: genecyber/PredatorCV

공개 메소드들

메소드 설명
CleanImageFileNames ( this directory ) : void
SaveImageAtIndex ( this image, string label, int index, string directory ) : void
TotalImagesWithLabel ( this directory, string label ) : int

비공개 메소드들

메소드 설명
GetImageFilesFromDirectory ( this directory ) : IEnumerable

메소드 상세

CleanImageFileNames() 공개 정적인 메소드

public static CleanImageFileNames ( this directory ) : void
directory this
리턴 void

SaveImageAtIndex() 공개 정적인 메소드

public static SaveImageAtIndex ( this image, string label, int index, string directory ) : void
image this
label string
index int
directory string
리턴 void

TotalImagesWithLabel() 공개 정적인 메소드

public static TotalImagesWithLabel ( this directory, string label ) : int
directory this
label string
리턴 int