Public Member Functions | |
MatchJob (TestSIFT::SIFTMatcherPrx matcherProxy, std::vector< rutz::shared_ptr< Keypoint > >::iterator kp_beginning, std::vector< rutz::shared_ptr< Keypoint > >::iterator kp_ending) | |
void | run () |
char const * | jobType () const |
MatchJob (const rutz::shared_ptr< VisualObject > obj_, const rutz::shared_ptr< VisualObject > obj2_, pthread_mutex_t *mut_, std::vector< rutz::shared_ptr< VisualObjectMatch > > &matches_, const float kcoeff_, const float acoeff_, const float minscore_, const uint mink_, const uint kthresh_) | |
virtual void | run () |
virtual const char * | jobType () const |
Public Attributes | |
TestSIFT::SIFTMatcherPrx | itsMatcherPrx |
TestSIFT::keypointSequence | itsKeypoints |
Definition at line 18 of file app-TestSIFT_Master.C.