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

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

공개 프로퍼티들

프로퍼티 타입 설명
fg_color_idx_hash System.Collections.Hashtable
fg_count_list List
fg_idx_color_hash System.Collections.Hashtable

공개 메소드들

메소드 설명
Apply ( Bitmap srcimg ) : List
ApplySaveInd ( Bitmap srcimg, string dir, string fn ) : void
ColorDecompositionFast ( ) : System

메소드 상세

Apply() 공개 메소드

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

ApplySaveInd() 공개 메소드

public ApplySaveInd ( Bitmap srcimg, string dir, string fn ) : void
srcimg System.Drawing.Bitmap
dir string
fn string
리턴 void

ColorDecompositionFast() 공개 메소드

public ColorDecompositionFast ( ) : System
리턴 System

프로퍼티 상세

fg_color_idx_hash 공개적으로 프로퍼티

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

fg_count_list 공개적으로 프로퍼티

public List fg_count_list
리턴 List

fg_idx_color_hash 공개적으로 프로퍼티

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