C# 클래스 Ocronet.Dynamic.ImgLib.BrushFire

파일 보기 프로젝트 열기: nickun/OCRonet 1 사용 예제들

공개 메소드들

메소드 설명
Go ( Metric m, Floatarray &distance, Narray &source, float maxdist ) : void

SGI compiler bug: can't make this a template function with an unused last argument for the template parameter

brushfire_1 ( Floatarray &distance, Narray source, float maxdist ) : void

Brushfire transformation using 1-norm.

brushfire_2 ( Floatarray &distance, Narray &source, float maxdist ) : void

Brushfire transformation using 2-norm.

brushfire_inf ( Floatarray &distance, Narray source, float maxdist ) : void

Brushfire transformation using infinity-norm.

메소드 상세

Go() 공개 정적인 메소드

SGI compiler bug: can't make this a template function with an unused last argument for the template parameter
public static Go ( Metric m, Floatarray &distance, Narray &source, float maxdist ) : void
m Metric
distance Floatarray
source Narray
maxdist float
리턴 void

brushfire_1() 공개 정적인 메소드

Brushfire transformation using 1-norm.
public static brushfire_1 ( Floatarray &distance, Narray source, float maxdist ) : void
distance Floatarray
source Narray
maxdist float
리턴 void

brushfire_2() 공개 정적인 메소드

Brushfire transformation using 2-norm.
public static brushfire_2 ( Floatarray &distance, Narray &source, float maxdist ) : void
distance Floatarray
source Narray
maxdist float
리턴 void

brushfire_inf() 공개 정적인 메소드

Brushfire transformation using infinity-norm.
public static brushfire_inf ( Floatarray &distance, Narray source, float maxdist ) : void
distance Floatarray
source Narray
maxdist float
리턴 void