Class: OpenCV::CvClice
- Inherits:
-
Object
- Object
- OpenCV::CvClice
- Defined in:
- ext/opencv/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;