OpenCV  2.4.13.7
Open Source Computer Vision
cv::Range Class Reference

#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
 

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

§ Range() [1/3]

cv::Range::Range ( )
inline

§ Range() [2/3]

cv::Range::Range ( int  _start,
int  _end 
)
inline

§ Range() [3/3]

cv::Range::Range ( const CvSlice slice)
inline

Member Function Documentation

§ all()

Range cv::Range::all ( )
inlinestatic

§ empty()

bool cv::Range::empty ( ) const
inline

§ operator CvSlice()

cv::Range::operator CvSlice ( ) const
inline

§ size()

int cv::Range::size ( ) const
inline

Member Data Documentation

§ end

int cv::Range::end

§ start

int cv::Range::start

The documentation for this class was generated from the following files: