C# Class Strabo.Core.TextRecognition.QGISJsonNeighbothood

Exibir arquivo Open project: spatial-computing/strabo-learning-ocr-transformation Class Usage Examples

Public Properties

Property Type Description
Ex double
Ny double
filename string
path string
scale double

Public Methods

Method Description
AddFeature ( double x1, double y1, double x2, double y2, double x3, double y3, double x4, double y4, string imageID, string PixelToSizeRatio, int geo_Ref ) : void
Start ( ) : void
WriteGeojsonFileByPixels ( ) : void

Private Methods

Method Description
AddCordinationFeature ( double x, double y, double h, double w, string imagID ) : void
WriteGeojsonFile ( ) : void

Method Details

AddFeature() public static method

public static AddFeature ( double x1, double y1, double x2, double y2, double x3, double y3, double x4, double y4, string imageID, string PixelToSizeRatio, int geo_Ref ) : void
x1 double
y1 double
x2 double
y2 double
x3 double
y3 double
x4 double
y4 double
imageID string
PixelToSizeRatio string
geo_Ref int
return void

Start() public static method

public static Start ( ) : void
return void

WriteGeojsonFileByPixels() public static method

public static WriteGeojsonFileByPixels ( ) : void
return void

Property Details

Ex public_oe static_oe property

public static double Ex
return double

Ny public_oe static_oe property

public static double Ny
return double

filename public_oe static_oe property

public static string filename
return string

path public_oe static_oe property

public static string path
return string

scale public_oe static_oe property

public static double scale
return double