#include <Data.h>
#include <Services.h>
#include <iostream>
#include <map>
#include <vector>
#include <string>
#include <utility>
#include <util/RunSetIterator.h>
#include <util/RunSetWrapper.h>
Go to the source code of this file.
|
int | cvac::processLabelArtifactsToRects (cvac::RunSetWrapper &wrapper, cvac::RunSetConstraint &constraint, std::string cvacDataDir, cvac::ServiceManager *serviceMan, const CallbackHandlerPrx &callback, GetImageSizeFunction sfunc, int skipFrames, std::vector< RectangleLabels > *result, bool square) |
|
int | cvac::processLabelArtifactsToRects (LabelableList *artifacts, GetImageSizeFunction sfunc, std::vector< RectangleLabels > *result, bool square, std::string cvacDataDir) |
|
void | cvac::cleanupRectangleLabels (std::vector< RectangleLabels > *rects) |
|