C# 클래스 Emgu.CV.Structure.MCvSlice

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

공개 프로퍼티들

프로퍼티 타입 설명
end_index int
start_index int

공개 메소드들

메소드 설명
MCvSlice ( int start, int end ) : System

Create a new MCvSlice using the specific start and end index

메소드 상세

MCvSlice() 공개 메소드

Create a new MCvSlice using the specific start and end index
public MCvSlice ( int start, int end ) : System
start int start index
end int end index
리턴 System

프로퍼티 상세

end_index 공개적으로 프로퍼티

End index
public int end_index
리턴 int

start_index 공개적으로 프로퍼티

Start index
public int start_index
리턴 int