Loading...
Searching...
No Matches
cv::datasets::PascalObj Struct Reference
#include <opencv2/datasets/or_pascal.hpp>
Inheritance diagram for cv::datasets::PascalObj:
Public Attributes | |
| bool | difficult |
| bool | occluded |
| std::vector< PascalPart > | parts |
| 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:
- opencv2/datasets/or_pascal.hpp
Public Attributes inherited from
1.9.6