Conscience Core
Public Attributes | List of all members
conscience_core::detector_engine::yolov8::MaskParams Struct Reference

#include <yolov8_utils.h>

Public Attributes

int netWidth = 640
 
int netHeight = 640
 
float maskThreshold = 0.5
 
cv::Size srcImgShape
 
cv::Vec4d params
 

Member Data Documentation

◆ maskThreshold

float conscience_core::detector_engine::yolov8::MaskParams::maskThreshold = 0.5

◆ netHeight

int conscience_core::detector_engine::yolov8::MaskParams::netHeight = 640

◆ netWidth

int conscience_core::detector_engine::yolov8::MaskParams::netWidth = 640

◆ params

cv::Vec4d conscience_core::detector_engine::yolov8::MaskParams::params

◆ srcImgShape

cv::Size conscience_core::detector_engine::yolov8::MaskParams::srcImgShape

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