cv::Range Class Reference
The 2D range class.
More...
#include <core.hpp>
List of all members.
Detailed Description
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.
Constructor & Destructor Documentation
cv::Range::Range |
( |
int |
_start, |
|
|
int |
_end | |
|
) |
| | |
cv::Range::Range |
( |
const CvSlice & |
slice |
) |
|
Member Function Documentation
int cv::Range::size |
( |
|
) |
const |
bool cv::Range::empty |
( |
|
) |
const |
Range cv::Range::all |
( |
|
) |
[static] |
cv::Range::operator CvSlice |
( |
|
) |
const |
Member Data Documentation
The documentation for this class was generated from the following files: