OpenCV  5.0.0-pre
Open Source Computer Vision
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
cv::dnn::Arg Struct Reference

#include <opencv2/dnn/dnn.hpp>

Collaboration diagram for cv::dnn::Arg:

Public Member Functions

 Arg ()
 
 Arg (int idx_)
 
bool empty () const
 
 operator bool () const
 

Public Attributes

int idx
 

Constructor & Destructor Documentation

◆ Arg() [1/2]

cv::dnn::Arg::Arg ( )

◆ Arg() [2/2]

cv::dnn::Arg::Arg ( int  idx_)
explicit

Member Function Documentation

◆ empty()

bool cv::dnn::Arg::empty ( ) const

◆ operator bool()

cv::dnn::Arg::operator bool ( ) const

Member Data Documentation

◆ idx

int cv::dnn::Arg::idx

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