Class: OpenCV::CvClice
- Inherits:
-
Object
- Object
- OpenCV::CvClice
- Defined in:
- ext/cvslice.cpp
Overview
C structure is here, very simple.
typdef struct CvSlice{
int start_index;
int end_index;
}CvSlice;
C structure is here, very simple.
typdef struct CvSlice{
int start_index;
int end_index;
}CvSlice;