C# 클래스 Strabo.Core.ImageProcessing.ImageStitcher

파일 보기 프로젝트 열기: spatial-computing/strabo-learning-ocr-transformation 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cell_width int
cols int

공개 메소드들

메소드 설명
Apply ( List srcimg_list, int max_width ) : Bitmap
ApplyAtLeastTwoRows ( List srcimg_list, int max_width ) : Bitmap
ApplyWithoutGridLines ( List srcimg_list, int max_width ) : Bitmap
ExpandCanvas ( Bitmap srcimg, int size ) : Bitmap
ImageStitcher ( ) : System.Collections.Generic

메소드 상세

Apply() 공개 메소드

public Apply ( List srcimg_list, int max_width ) : Bitmap
srcimg_list List
max_width int
리턴 System.Drawing.Bitmap

ApplyAtLeastTwoRows() 공개 메소드

public ApplyAtLeastTwoRows ( List srcimg_list, int max_width ) : Bitmap
srcimg_list List
max_width int
리턴 System.Drawing.Bitmap

ApplyWithoutGridLines() 공개 메소드

public ApplyWithoutGridLines ( List srcimg_list, int max_width ) : Bitmap
srcimg_list List
max_width int
리턴 System.Drawing.Bitmap

ExpandCanvas() 공개 메소드

public ExpandCanvas ( Bitmap srcimg, int size ) : Bitmap
srcimg System.Drawing.Bitmap
size int
리턴 System.Drawing.Bitmap

ImageStitcher() 공개 메소드

public ImageStitcher ( ) : System.Collections.Generic
리턴 System.Collections.Generic

프로퍼티 상세

cell_width 공개적으로 프로퍼티

public int cell_width
리턴 int

cols 공개적으로 프로퍼티

public int cols
리턴 int