C# 클래스 Strabo.Core.TextLayerExtraction.TextLayerExtractionTrainer

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

공개 프로퍼티들

프로퍼티 타입 설명
char_spacing int
global_all_non_road_color_hash System.Collections.Hashtable
global_road_color_hash System.Collections.Hashtable
global_used_non_road_color_hash System.Collections.Hashtable
label_count int
label_text_color_hash_list List
map_type int
n_img_list List

공개 메소드들

메소드 설명
AddRGBtoGlobalHash ( int rgb, int label_number ) : void
Apply ( Bitmap srcimg, List img_list, List n_img_list ) : Bitmap
ColorDistance ( int rgb1, int rgb2 ) : bool
GUIProcessOneLayerOnly ( Bitmap srcimg, List img_list, List n_img_list, int tnum ) : List
GenerateColorFromNegativeExamples ( Bitmap srcimg ) : void
GenerateColorFromPositiveExamples ( Bitmap srcimg, int label_number ) : int
InGlobalNonRoadHash ( int rgb ) : bool
RunRunLengthSmoothing ( Bitmap srcimg, int i ) : double
TextLayerExtractionTrainer ( ) : System

메소드 상세

AddRGBtoGlobalHash() 공개 메소드

public AddRGBtoGlobalHash ( int rgb, int label_number ) : void
rgb int
label_number int
리턴 void

Apply() 공개 메소드

public Apply ( Bitmap srcimg, List img_list, List n_img_list ) : Bitmap
srcimg System.Drawing.Bitmap
img_list List
n_img_list List
리턴 System.Drawing.Bitmap

ColorDistance() 공개 메소드

public ColorDistance ( int rgb1, int rgb2 ) : bool
rgb1 int
rgb2 int
리턴 bool

GUIProcessOneLayerOnly() 공개 메소드

public GUIProcessOneLayerOnly ( Bitmap srcimg, List img_list, List n_img_list, int tnum ) : List
srcimg System.Drawing.Bitmap
img_list List
n_img_list List
tnum int
리턴 List

GenerateColorFromNegativeExamples() 공개 메소드

public GenerateColorFromNegativeExamples ( Bitmap srcimg ) : void
srcimg System.Drawing.Bitmap
리턴 void

GenerateColorFromPositiveExamples() 공개 메소드

public GenerateColorFromPositiveExamples ( Bitmap srcimg, int label_number ) : int
srcimg System.Drawing.Bitmap
label_number int
리턴 int

InGlobalNonRoadHash() 공개 메소드

public InGlobalNonRoadHash ( int rgb ) : bool
rgb int
리턴 bool

RunRunLengthSmoothing() 공개 메소드

public RunRunLengthSmoothing ( Bitmap srcimg, int i ) : double
srcimg System.Drawing.Bitmap
i int
리턴 double

TextLayerExtractionTrainer() 공개 메소드

public TextLayerExtractionTrainer ( ) : System
리턴 System

프로퍼티 상세

char_spacing 공개적으로 프로퍼티

public int char_spacing
리턴 int

global_all_non_road_color_hash 공개적으로 프로퍼티

public Hashtable,System.Collections global_all_non_road_color_hash
리턴 System.Collections.Hashtable

global_road_color_hash 공개적으로 프로퍼티

public Hashtable,System.Collections global_road_color_hash
리턴 System.Collections.Hashtable

global_used_non_road_color_hash 공개적으로 프로퍼티

public Hashtable,System.Collections global_used_non_road_color_hash
리턴 System.Collections.Hashtable

label_count 공개적으로 프로퍼티

public int label_count
리턴 int

label_text_color_hash_list 공개적으로 프로퍼티

public List label_text_color_hash_list
리턴 List

map_type 공개적으로 프로퍼티

public int map_type
리턴 int

n_img_list 공개적으로 프로퍼티

public List n_img_list
리턴 List