OpenCV 4.11.0
开源计算机视觉
|
类 | |
类 | cv::instr::NodeData |
结构体 | cv::instr::NodeDataTls |
命名空间 | |
命名空间 | cv |
命名空间 | cv::instr |
类型定义 | |
typedef Node< NodeData > | cv::instr::InstrNode |
枚举 | |
枚举 | cv::instr::FLAGS { cv::instr::FLAGS_NONE = 0 , cv::instr::FLAGS_MAPPING = 0x01 , cv::instr::FLAGS_EXPAND_SAME_NAMES = 0x02 } |
枚举 | cv::instr::IMPL { cv::instr::IMPL_PLAIN = 0 , cv::instr::IMPL_IPP , cv::instr::IMPL_OPENCL } |
枚举 | cv::instr::TYPE { cv::instr::TYPE_GENERAL = 0 , cv::instr::TYPE_MARKER , cv::instr::TYPE_WRAPPER , cv::instr::TYPE_FUN } |
函数 | |
FLAGS | cv::instr::getFlags () |
InstrNode * | cv::instr::getTrace () |
bool | cv::instr::operator== (const NodeData &lhs, const NodeData &rhs) |
void | cv::instr::resetTrace () |
void | cv::instr::setFlags (FLAGS modeFlags) |
static void | cv::instr::setFlags (int modeFlags) |
void | cv::instr::setUseInstrumentation (bool flag) |
bool | cv::instr::useInstrumentation () |