C# 클래스 Strabo.Core.ColorSegmentation.KMeans

KMeans based on EmguCV
파일 보기 프로젝트 열기: usc-isi-i2/strabo-arcstrabo

공개 메소드들

메소드 설명
Apply ( string dir, string srcImg, string outImg, int k, double>.Dictionary &report ) : String

Ramtin's code

Apply ( int k, string fn, string outImagePath ) : string

메소드 상세

Apply() 공개 메소드

Ramtin's code
public Apply ( string dir, string srcImg, string outImg, int k, double>.Dictionary &report ) : String
dir string The dir.
srcImg string The source img.
outImg string The out img.
k int The k.
report double>.Dictionary The report.
리턴 String

Apply() 공개 메소드

public Apply ( int k, string fn, string outImagePath ) : string
k int
fn string
outImagePath string
리턴 string