OpenCV  4.7.0-dev
Open Source Computer Vision
Public Member Functions | List of all members
cv::dnn::_Range Struct Reference

#include <opencv2/dnn/shape_utils.hpp>

Inheritance diagram for cv::dnn::_Range:
cv::Range

Public Member Functions

 _Range (const Range &r)
 
 _Range (int start_, int size_=1)
 
- Public Member Functions inherited from cv::Range
 Range ()
 
 Range (int _start, int _end)
 
bool empty () const
 
int size () const
 

Additional Inherited Members

- Static Public Member Functions inherited from cv::Range
static Range all ()
 
- Public Attributes inherited from cv::Range
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

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