Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dtypes_c.h1336 typedef struct CvSlice struct
1341 CvSlice() __attribute__(( warning("Non-initialized variable") )) {} in CvSlice() function
1342 template<typename _Tp> CvSlice(const std::initializer_list<_Tp> list) in CvSlice() argument
1353 CvSlice(int start = 0, int end = 0) : start_index(start), end_index(end) {} in start_index() argument
1354CvSlice(const cv::Range& r) { *this = (r.start != INT_MIN && r.end != INT_MAX) ? CvSlice(r.start, … in CvSlice() function
1358 CvSlice; argument
/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/objc/
H A Dgen_dict.json85 "CvSlice": { object
/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/java/
H A Dgen_dict.json155 "CvSlice": { object