Compatible#

class Aqlabel#

Aqlabel import label.

Public Functions

explicit Aqlabel(const std::string &aqlabel_path)#

Constructor to set Aqlabel file path.

Parameters:

aqlabel_pathAqlabel file path.

Throws:
visionflow::props::PolygonRegionList regions() const#

Get Aqlabel regions.

Returns:

visionflow::props::PolygonRegionList Generally used as tool truth.

visionflow::props::PolygonRegionList specific_regions() const#

Get Aqlabel specific regions.

Returns:

visionflow::props::PolygonRegionList Generally used as tool hard_case or no_train.

std::string tool_type() const#

Get Aqlabel tool type.

Returns:

std::string Tool type.

class ILabel#

Subclassed by visionflow::compatible::LabelImg, visionflow::compatible::LabelMe

class LabelImg : public visionflow::compatible::ILabel#

Public Functions

virtual visionflow::props::PolygonRegionList regions() override#

Get LabelImg regions.

Returns:

visionflow::props::PolygonRegionList

class LabelMe : public visionflow::compatible::ILabel#

Public Functions

virtual visionflow::props::PolygonRegionList regions() override#

Get LabelMe regions.

Returns:

visionflow::props::PolygonRegionList