C# Class Emgu.CV.Structure.MCvSlice

ファイルを表示 Open project: fajoy/RTSPExample Class Usage Examples

Public Properties

Property Type Description
end_index int
start_index int

Public Methods

Method Description
MCvSlice ( int start, int end ) : System

Create a new MCvSlice using the specific start and end index

Method Details

MCvSlice() public method

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
return System

Property Details

end_index public_oe property

End index
public int end_index
return int

start_index public_oe property

Start index
public int start_index
return int