Class: OpenCV::CvClice

Inherits:
Object
  • Object
show all
Defined in:
ext/cvslice.cpp

Overview

C structure is here, very simple.

typdef struct CvSlice{
  int start_index;
  int end_index;
}CvSlice;