C# 클래스 IMAQ.Getthearray

파일 보기 프로젝트 열기: ColdMatter/EDMSuite 1 사용 예제들

공개 메소드들

메소드 설명
CreateArray ( int min, int max ) : double[]
Findthemaximum ( byte U8array ) : double
convertTO1D ( byte U8array ) : double[]
convertToU8 ( NationalInstruments rgb32Array ) : ].byte[
smooth ( double data ) : double[]

메소드 상세

CreateArray() 공개 정적인 메소드

public static CreateArray ( int min, int max ) : double[]
min int
max int
리턴 double[]

Findthemaximum() 공개 정적인 메소드

public static Findthemaximum ( byte U8array ) : double
U8array byte
리턴 double

convertTO1D() 공개 정적인 메소드

public static convertTO1D ( byte U8array ) : double[]
U8array byte
리턴 double[]

convertToU8() 공개 정적인 메소드

public static convertToU8 ( NationalInstruments rgb32Array ) : ].byte[
rgb32Array NationalInstruments
리턴 ].byte[

smooth() 공개 정적인 메소드

public static smooth ( double data ) : double[]
data double
리턴 double[]