add mask
This commit is contained in:
parent
4447cd67d1
commit
5b32c517c1
12 changed files with 179 additions and 16 deletions
6
src/a2.h
6
src/a2.h
|
@ -3,10 +3,14 @@
|
|||
#include <vector>
|
||||
|
||||
#include "bounding_box.h"
|
||||
#include "frame.h"
|
||||
#include "mask.h"
|
||||
|
||||
namespace freling {
|
||||
|
||||
// The normal signature for this function should be:
|
||||
std::vector<BoundingBox> A2(const Frame& frame, const Mask& mask);
|
||||
|
||||
// The normal signature for this function is the one above:
|
||||
// std::vector<BoundingBox> A2(const Frame& regions);
|
||||
// However, since we are mocking this algorithm we just need to fulfill this
|
||||
// constraint: "We assume for the sake of simplicity, that no bounding boxe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue