OpenCV  3.2.0-dev
Open Source Computer Vision

#include "types_c.h"

Collaboration diagram for CvSlice:

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
 

Constructor & Destructor Documentation

CvSlice::CvSlice ( int  start = 0,
int  end = 0 
)
inline
CvSlice::CvSlice ( const cv::Range r)
inline

References CV_WHOLE_SEQ_END_INDEX, CvSlice(), cv::Range::end, and cv::Range::start.

Referenced by CvSlice().

Here is the call graph for this function:

Here is the caller graph for this function:

Member Function Documentation

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

References cv::Range::all(), and CV_WHOLE_SEQ_END_INDEX.

Here is the call graph for this function:

Member Data Documentation

int CvSlice::end_index

Referenced by cvSlice().

int CvSlice::start_index

Referenced by cvSlice().


The documentation for this struct was generated from the following file: