|
opencv 2.2.0
|
#include <core.hpp>
Public Member Functions | |
| bool | empty () const |
| operator CvSlice () const | |
| Range (int _start, int _end) | |
| Range () | |
| Range (const CvSlice &slice) | |
| int | size () const |
Static Public Member Functions | |
| static Range | all () |
Public Attributes | |
| int | end |
| int | start |
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 | ( | ) | [inline] |
| cv::Range::Range | ( | int | _start, |
| int | _end | ||
| ) | [inline] |
| cv::Range::Range | ( | const CvSlice & | slice | ) | [inline] |
| Range cv::Range::all | ( | ) | [inline, static] |
| bool cv::Range::empty | ( | ) | const [inline] |
| cv::Range::operator CvSlice | ( | ) | const [inline] |
| int cv::Range::size | ( | ) | const [inline] |
| int cv::Range::end |
| int cv::Range::start |
1.7.4