Searched defs:CvSlice (Results 1 – 2 of 2) sorted by relevance
1098 typedef struct CvSlice struct1103 CvSlice(int start = 0, int end = 0) : start_index(start), end_index(end) {} in start_index() argument1104 …CvSlice(const cv::Range& r) { *this = (r.start != INT_MIN && r.end != INT_MAX) ? CvSlice(r.start, … in CvSlice() function1108 CvSlice; typedef
1090 typedef struct CvSlice struct1094 CvSlice; argument