OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Public Attributes | List of all members
cv::datasets::PascalObj Struct Reference

#include <opencv2/datasets/or_pascal.hpp>

Inheritance diagram for cv::datasets::PascalObj:
Collaboration diagram for cv::datasets::PascalObj:

Public Attributes

bool difficult
 
bool occluded
 
std::vector< PascalPartparts
 
std::string pose
 
bool truncated
 
- Public Attributes inherited from cv::datasets::PascalPart
std::string name
 
int xmax
 
int xmin
 
int ymax
 
int ymin
 

Member Data Documentation

◆ difficult

bool cv::datasets::PascalObj::difficult

◆ occluded

bool cv::datasets::PascalObj::occluded

◆ parts

std::vector<PascalPart> cv::datasets::PascalObj::parts

◆ pose

std::string cv::datasets::PascalObj::pose

◆ truncated

bool cv::datasets::PascalObj::truncated

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