59 virtual std::
string getClassName()
const override {
return "FeatureSet"; }
FeatureSet & operator=(const FeatureSet &)=delete
Abstract class for images.
SVector ExtractWithMask(Block &b, ImageIntGray &mask)
Extracts all the features of the set from a block.
virtual ~FeatureSet() override=default
FeatureSet()=default
Default constructor.
FeatureSet(xml::Element &el)
SVector Extract(Block &b)
Extracts all the features of the set from a block.
#define CRN_DECLARE_CLASS_CONSTRUCTOR(classname)
Declares a class constructor.
CRN_ALIAS_SMART_PTR(ImageBW)