Commit 40c0c60e authored by marina.kolpakova's avatar marina.kolpakova

remove unused struct

parent 7b6da394
......@@ -131,16 +131,6 @@ struct Feature
const char * const Feature::SC_F_CHANNEL = "channel";
const char * const Feature::SC_F_RECT = "rect";
struct Object
{
enum Class{PEDESTRIAN};
cv::Rect rect;
float confidence;
Class detType;
Object(const cv::Rect& r, const float c, Class dt = PEDESTRIAN) : rect(r), confidence(c), detType(dt) {}
};
struct CascadeIntrinsics
{
static const float lambda = 1.099f, a = 0.89f;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment