The 2D range class. More...
#include <core.hpp>
Public Member Functions | |
Range () | |
Range (int _start, int _end) | |
Range (const CvSlice &slice) | |
int | size () const |
bool | empty () const |
operator CvSlice () const | |
Static Public Member Functions | |
static Range | all () |
Public Attributes | |
int | start |
int | end |
The 2D range class.
This is the class used to specify a continuous subsequence, i.e. part of a contour, or a column span in a matrix.
cv::Range::Range | ( | ) |
cv::Range::Range | ( | const CvSlice & | slice | ) |
int cv::Range::size | ( | ) | const |
bool cv::Range::empty | ( | ) | const |
|
static |
cv::Range::operator CvSlice | ( | ) | const |
int cv::Range::start |
int cv::Range::end |