Namespace mediapipe::anonymous_namespace{non_max_suppression_calculator.cc}
Namespace List > mediapipe > anonymous_namespace{non_max_suppression_calculator.cc}
Public Attributes
Type | Name |
---|---|
constexpr char | kImageTag = "IMAGE" |
Public Functions
Type | Name |
---|---|
float | OverlapSimilarity (const NonMaxSuppressionCalculatorOptions::OverlapType overlap_type, const Rectangle_f & rect1, const Rectangle_f & rect2) |
float | OverlapSimilarity (const int frame_width, const int frame_height, const NonMaxSuppressionCalculatorOptions::OverlapType overlap_type, const Location & location1, const Location & location2) |
float | OverlapSimilarity (const NonMaxSuppressionCalculatorOptions::OverlapType overlap_type, const Location & location1, const Location & location2) |
bool | RetainMaxScoringLabelOnly (Detection * detection) |
bool | SortBySecond (const std::pair< int, float > & indexed_score_0, const std::pair< int, float > & indexed_score_1) |
Public Attributes Documentation
variable kImageTag
constexpr char mediapipe::anonymous_namespace{non_max_suppression_calculator.cc}::kImageTag[];
Public Functions Documentation
function OverlapSimilarity
float mediapipe::anonymous_namespace{non_max_suppression_calculator.cc}::OverlapSimilarity (
const NonMaxSuppressionCalculatorOptions::OverlapType overlap_type,
const Rectangle_f & rect1,
const Rectangle_f & rect2
)
function OverlapSimilarity
float mediapipe::anonymous_namespace{non_max_suppression_calculator.cc}::OverlapSimilarity (
const int frame_width,
const int frame_height,
const NonMaxSuppressionCalculatorOptions::OverlapType overlap_type,
const Location & location1,
const Location & location2
)
function OverlapSimilarity
float mediapipe::anonymous_namespace{non_max_suppression_calculator.cc}::OverlapSimilarity (
const NonMaxSuppressionCalculatorOptions::OverlapType overlap_type,
const Location & location1,
const Location & location2
)
function RetainMaxScoringLabelOnly
bool mediapipe::anonymous_namespace{non_max_suppression_calculator.cc}::RetainMaxScoringLabelOnly (
Detection * detection
)
function SortBySecond
bool mediapipe::anonymous_namespace{non_max_suppression_calculator.cc}::SortBySecond (
const std::pair< int, float > & indexed_score_0,
const std::pair< int, float > & indexed_score_1
)
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/calculators/util/non_max_suppression_calculator.cc