Class: OpenCV::CvClice

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

Overview

C structure is here, very simple.

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