C# 클래스 Algorithmix.Stitcher

파일 보기 프로젝트 열기: Algorithmix/Papyrus

공개 메소드들

메소드 설명
Combine ( Bitmap images ) : Bitmap
ExportImage ( Cluster cluster, string path = "cluster.png" ) : void
Merge ( Cluster cluster ) : Bitmap
Merge ( IEnumerable shreds ) : Bitmap

메소드 상세

Combine() 공개 정적인 메소드

public static Combine ( Bitmap images ) : Bitmap
images System.Drawing.Bitmap
리턴 System.Drawing.Bitmap

ExportImage() 공개 정적인 메소드

public static ExportImage ( Cluster cluster, string path = "cluster.png" ) : void
cluster Cluster
path string
리턴 void

Merge() 공개 정적인 메소드

public static Merge ( Cluster cluster ) : Bitmap
cluster Cluster
리턴 System.Drawing.Bitmap

Merge() 공개 정적인 메소드

public static Merge ( IEnumerable shreds ) : Bitmap
shreds IEnumerable
리턴 System.Drawing.Bitmap