OpenCV  4.1.1-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
cv::dnn::_Range Struct Reference

#include <opencv2/dnn/shape_utils.hpp>

Inheritance diagram for cv::dnn::_Range:
Collaboration diagram for cv::dnn::_Range:

Public Member Functions

 _Range (const Range &r)
 
 _Range (int start_, int size_=1)
 
bool empty () const
 
int size () const
 

Static Public Member Functions

static Range all ()
 

Public Attributes

int end
 
int start
 

Constructor & Destructor Documentation

◆ _Range() [1/2]

cv::dnn::_Range::_Range ( const Range r)
inline

◆ _Range() [2/2]

cv::dnn::_Range::_Range ( int  start_,
int  size_ = 1 
)
inline

Member Function Documentation

◆ all()

static Range cv::Range::all ( )
staticinherited

Referenced by cv::dnn::slice().

Here is the caller graph for this function:

◆ empty()

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

◆ size()

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

Member Data Documentation

◆ end

◆ start


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