C# 클래스 Strabo.Core.ImageProcessing.LineOfBestFit

파일 보기 프로젝트 열기: usc-isi-i2/strabo-arcstrabo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
b double
bbx System.Drawing.Rectangle
m double
max_pixels int
min_pixels int
pixels int
x1 int

공개 메소드들

메소드 설명
ComputeLine ( int height ) : LineFunction
FloodFill8 ( int x, int y, bool newColor, bool oldColor ) : void
GetOrientation ( ) : double
LineOfBestFit ( ) : System
LineOfBestFit ( bool floodfill ) : System
Update ( double x, double y ) : double
Update ( int x, int y ) : double

메소드 상세

ComputeLine() 공개 메소드

public ComputeLine ( int height ) : LineFunction
height int
리턴 Strabo.Core.DataType.LineFunction

FloodFill8() 공개 메소드

public FloodFill8 ( int x, int y, bool newColor, bool oldColor ) : void
x int
y int
newColor bool
oldColor bool
리턴 void

GetOrientation() 공개 메소드

public GetOrientation ( ) : double
리턴 double

LineOfBestFit() 공개 메소드

public LineOfBestFit ( ) : System
리턴 System

LineOfBestFit() 공개 메소드

public LineOfBestFit ( bool floodfill ) : System
floodfill bool
리턴 System

Update() 공개 메소드

public Update ( double x, double y ) : double
x double
y double
리턴 double

Update() 공개 메소드

public Update ( int x, int y ) : double
x int
y int
리턴 double

프로퍼티 상세

b 공개적으로 프로퍼티

public double b
리턴 double

bbx 공개적으로 프로퍼티

public Rectangle,System.Drawing bbx
리턴 System.Drawing.Rectangle

m 공개적으로 프로퍼티

public double m
리턴 double

max_pixels 공개적으로 프로퍼티

public int max_pixels
리턴 int

min_pixels 공개적으로 프로퍼티

public int min_pixels
리턴 int

pixels 공개적으로 프로퍼티

public int pixels
리턴 int

x1 공개적으로 프로퍼티

public int x1
리턴 int