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

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

공개 프로퍼티들

프로퍼티 타입 설명
PixelsCount int
PixelsCountWithoutBlack int

공개 메소드들

메소드 설명
Calculate ( Bitmap srcimg, int tnum ) : void
ImageStatistics ( ) : System
Run ( object step ) : void

메소드 상세

Calculate() 공개 메소드

public Calculate ( Bitmap srcimg, int tnum ) : void
srcimg System.Drawing.Bitmap
tnum int
리턴 void

ImageStatistics() 공개 메소드

public ImageStatistics ( ) : System
리턴 System

Run() 공개 메소드

public Run ( object step ) : void
step object
리턴 void

프로퍼티 상세

PixelsCount 공개적으로 프로퍼티

public int PixelsCount
리턴 int

PixelsCountWithoutBlack 공개적으로 프로퍼티

public int PixelsCountWithoutBlack
리턴 int