C# 클래스 TempestNotifier.OCR.Image

파일 보기 프로젝트 열기: pajlada/TempestNotifier

공개 메소드들

메소드 설명
apply_filters ( string from_path, string to_path_format, string key = "" ) : string>>.List
blur ( string image_path, string output_path, double width = 2, double sigma = 2 ) : void
crop ( string image_path, string output_path, int>.Tuple from, int>.Tuple to ) : void
read_map_tempest ( string image_path, List map_data ) : MapTempest
scale ( string image_path, string output_path, int width_mul = 150, int height_mul = 150 ) : void
sharpen ( string image_path, string output_path, double radius = 5, double sigma = 30 ) : void
threshold ( string image_path, string output_path, int brightness = 20, int contrast = 20, int posterize = 2 ) : void

비공개 메소드들

메소드 설명
get_map_tempest ( string>.List map_images, string>.List tempest_images, List map_data ) : MapTempest

메소드 상세

apply_filters() 공개 정적인 메소드

public static apply_filters ( string from_path, string to_path_format, string key = "" ) : string>>.List
from_path string
to_path_format string
key string
리턴 string>>.List

blur() 공개 정적인 메소드

public static blur ( string image_path, string output_path, double width = 2, double sigma = 2 ) : void
image_path string
output_path string
width double
sigma double
리턴 void

crop() 공개 정적인 메소드

public static crop ( string image_path, string output_path, int>.Tuple from, int>.Tuple to ) : void
image_path string
output_path string
from int>.Tuple
to int>.Tuple
리턴 void

read_map_tempest() 공개 정적인 메소드

public static read_map_tempest ( string image_path, List map_data ) : MapTempest
image_path string
map_data List
리턴 MapTempest

scale() 공개 정적인 메소드

public static scale ( string image_path, string output_path, int width_mul = 150, int height_mul = 150 ) : void
image_path string
output_path string
width_mul int
height_mul int
리턴 void

sharpen() 공개 정적인 메소드

public static sharpen ( string image_path, string output_path, double radius = 5, double sigma = 30 ) : void
image_path string
output_path string
radius double
sigma double
리턴 void

threshold() 공개 정적인 메소드

public static threshold ( string image_path, string output_path, int brightness = 20, int contrast = 20, int posterize = 2 ) : void
image_path string
output_path string
brightness int
contrast int
posterize int
리턴 void