[mrpt-detectors]

Computer-vision detectors

Library mrpt-detectors

A set of generic computer-vision-based detectors. There is a hierarchy of generic detectors and objects:

See mrpt::detectors

Library contents

// namespaces

namespace mrpt::detectors;

// classes

class mrpt::detectors::CCascadeClassifierDetection;
class mrpt::detectors::CDetectableObject;
class mrpt::detectors::CFaceDetection;
class mrpt::detectors::CObjectDetection;

// global functions

void mrpt::detectors::registerAllClasses_mrpt_detectors();

Global Functions

void mrpt::detectors::registerAllClasses_mrpt_detectors()

Forces manual RTTI registration of all serializable classes in this namespace.

Should never be required to be explicitly called by users, except if building MRPT as a static library.