#include <VisualFeaturesExtraction.h>
Inheritance diagram for RobotFlow::VisualFeaturesExtraction< FeatBaseType >:


Public Member Functions | |
| VisualFeaturesExtraction () | |
| VisualFeaturesExtraction (std::string nodeName, FD::ParameterSet params) | |
| virtual | ~VisualFeaturesExtraction () |
| virtual void | printOn (std::ostream &out) const =0 |
| virtual void | readFrom (std::istream &in)=0 |
| virtual void | calculate (int output_id, int count, FD::Buffer &out)=0 |
| virtual void | ExtractFeatures (IplImage *i_frame, VisualROI *i_roi)=0 |
| virtual VisualFeatureDesc< FeatBaseType > * | GetDescriptor ()=0 |
| virtual const VisualFeatureDesc< FeatBaseType > * | GetCstDescriptor () const =0 |
| virtual ObjectRef | getOutput (int output_id, int count) |
| virtual void | request (int outputID, const ParameterSet &req) |
| virtual void | initialize () |
| virtual void | reset () |
| virtual int | addOutput (const std::string &outputName) |
| virtual int | addInput (const std::string &inputName) |
| virtual void | initializeBuffers () |
| virtual void | performRequests () |
| virtual ObjectRef | getOutputNamed (const std::string &outputName, int count) |
| virtual void | connectToNode (std::string in, Node *inputNode, std::string out) |
| virtual bool | hasOutput (int output_id) const |
| ObjectRef | getInput (int inputID, int count) |
| virtual void | stop () |
| virtual void | cleanupNotify () |
| std::string | getName () |
| virtual void | verifyConnect () |
| void | setUINode (UINode *_uinode) |
| void | ref () |
| void | unref () |
| int | unique () |
| virtual void | destroy () |
| virtual void | serialize (std::ostream &out) const |
| virtual void | unserialize (std::istream &in) |
| virtual void | doesNotUnderstand (std::string method) |
| virtual bool | isNil () const |
| virtual void | prettyPrint (std::ostream &out=std::cout) const |
| virtual ObjectRef | clone () |
| virtual std::string | className () const |
Static Public Member Functions | |
| static int | addFactory (const std::string &factoryName, _NodeFactory *const factory) |
| static int | addXPM (const std::string &nodeName, char **XPMData) |
| static char ** | getXPM (const std::string &nodeName) |
| static _NodeFactory * | getFactoryNamed (const std::string &name) |
| static std::map< std::string, _NodeFactory * > & | factoryDictionary () |
| static std::vector< std::string > & | nodeInfo () |
| static std::map< std::string, char ** > & | XPMDictionary () |
| static int | addNodeInfo (const std::string &info) |
| static ObjectRef | newObject (const std::string &objType) |
| static int | addObjectType (const std::string &objType, _ObjectFactory *factory) |
| static std::map< std::string, _ObjectFactory * > & | ObjectFactoryDictionary () |
| static TypeMap< _ObjectFactory * > & | TypeidDictionary () |
Protected Member Functions | |
| virtual void | connectToNode (unsigned int in, Node *inputNode, unsigned int out) |
| virtual std::vector< NodeInput > & | getInputs () |
| virtual int | translateInput (std::string inputName) |
| virtual int | translateOutput (std::string inputName) |
| virtual void | rt_assert (bool cond, std::string message="", char *_file="unknown", int _line=0) |
| virtual void | construct_assert (bool cond, std::string message="", char *_file="unknown", int _line=0) |
| virtual void | throw_error (bool send_ptr, std::string message, char *_file, int _line) |
Protected Attributes | |
| int | processCount |
| std::vector< OutputCacheInfo > | outputs |
| std::vector< InputCacheInfo > | inputsCache |
| bool | inOrder |
| std::string | name |
| std::vector< NodeInput > | inputs |
| std::vector< std::string > | outputNames |
| ParameterSet | parameters |
| UINode * | uinode |
| AtomicCounter | ref_count |
Friends | |
| friend std::ostream & | operator<< (std::ostream &out, const Object &obj) |
|
|||||||||
|
|
|
||||||||||||||||
|
|
|
|||||||||
|
|
|
||||||||||||||||||||
|
Implements FD::BufferedNode. Implemented in RobotFlow::ColorHistExtraction, RobotFlow::IntegralColorExtraction, RobotFlow::IntegralEdgesOriExtraction, and RobotFlow::IntegralLBPExtraction. |
|
||||||||||||||||
|
Implemented in RobotFlow::ColorHistExtraction, RobotFlow::IntegralColorExtraction, RobotFlow::IntegralEdgesOriExtraction, and RobotFlow::IntegralLBPExtraction. |
|
|||||||||
|
Implemented in RobotFlow::ColorHistExtraction, RobotFlow::IntegralColorExtraction, RobotFlow::IntegralEdgesOriExtraction, and RobotFlow::IntegralLBPExtraction. |
|
|||||||||
|
Implemented in RobotFlow::ColorHistExtraction, RobotFlow::IntegralColorExtraction, RobotFlow::IntegralEdgesOriExtraction, and RobotFlow::IntegralLBPExtraction. |
|
||||||||||
|
Reimplemented from FD::Node. Implemented in RobotFlow::ColorHistExtraction, RobotFlow::IntegralColorExtraction, RobotFlow::IntegralEdgesOriExtraction, and RobotFlow::IntegralLBPExtraction. |
|
||||||||||
|
Reimplemented from FD::Object. Implemented in RobotFlow::ColorHistExtraction, RobotFlow::IntegralColorExtraction, RobotFlow::IntegralEdgesOriExtraction, and RobotFlow::IntegralLBPExtraction. |
1.4.4