File non_max_suppression_calculator.cc
FileList > calculators > util > non_max_suppression_calculator.cc
Go to the source code of this file
#include <algorithm>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include "absl/log/absl_check.h"
#include "absl/log/absl_log.h"
#include "mediapipe/calculators/util/non_max_suppression_calculator.pb.h"
#include "mediapipe/framework/calculator_framework.h"
#include "mediapipe/framework/formats/detection.pb.h"
#include "mediapipe/framework/formats/image_frame.h"
#include "mediapipe/framework/formats/location.h"
#include "mediapipe/framework/port/rectangle.h"
#include "mediapipe/framework/port/status.h"
Namespaces
Type | Name |
---|---|
namespace | mediapipe |
namespace | anonymous_namespace{non_max_suppression_calculator.cc} |
Classes
Type | Name |
---|---|
class | NonMaxSuppressionCalculator |
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