C# Class Strabo.Core.ImageProcessing.LineOfBestFit

Mostrar archivo Open project: usc-isi-i2/strabo-arcstrabo Class Usage Examples

Public Properties

Property Type Description
b double
bbx System.Drawing.Rectangle
m double
max_pixels int
min_pixels int
pixels int
x1 int

Public Methods

Method Description
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

Method Details

ComputeLine() public method

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

FloodFill8() public method

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

GetOrientation() public method

public GetOrientation ( ) : double
return double

LineOfBestFit() public method

public LineOfBestFit ( ) : System
return System

LineOfBestFit() public method

public LineOfBestFit ( bool floodfill ) : System
floodfill bool
return System

Update() public method

public Update ( double x, double y ) : double
x double
y double
return double

Update() public method

public Update ( int x, int y ) : double
x int
y int
return double

Property Details

b public_oe property

public double b
return double

bbx public_oe property

public Rectangle,System.Drawing bbx
return System.Drawing.Rectangle

m public_oe property

public double m
return double

max_pixels public_oe property

public int max_pixels
return int

min_pixels public_oe property

public int min_pixels
return int

pixels public_oe property

public int pixels
return int

x1 public_oe property

public int x1
return int