C# Class Emgu.CV.Structure.MCvSlice

Afficher le fichier Open project: fajoy/RTSPExample Class Usage Examples

Méthodes publiques

Свойство Type Description
end_index int
start_index int

Méthodes publiques

Méthode Description
MCvSlice ( int start, int end ) : System

Create a new MCvSlice using the specific start and end index

Method Details

MCvSlice() public méthode

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
Résultat System

Property Details

end_index public_oe property

End index
public int end_index
Résultat int

start_index public_oe property

Start index
public int start_index
Résultat int