#include "types_c.h"

Public Member Functions | |
| CvSlice (int start=0, int end=0) | |
| CvSlice (const cv::Range &r) | |
| operator cv::Range () const | |
Public Attributes | |
| int | end_index |
| int | start_index |
|
inline |
|
inline |
References CV_WHOLE_SEQ_END_INDEX, CvSlice(), cv::Range::end, and cv::Range::start.
Referenced by CvSlice().


|
inline |
| int CvSlice::end_index |
Referenced by cvSlice().
| int CvSlice::start_index |
Referenced by cvSlice().