Home
last modified time | relevance | path

Searched defs:CvSlice (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h1098 typedef struct CvSlice struct
1103 CvSlice(int start = 0, int end = 0) : start_index(start), end_index(end) {} in start_index() argument
1104CvSlice(const cv::Range& r) { *this = (r.start != INT_MIN && r.end != INT_MAX) ? CvSlice(r.start, … in CvSlice() function
1108 CvSlice; typedef
/external/opencv/cxcore/include/
Dcxtypes.h1090 typedef struct CvSlice struct
1094 CvSlice; argument