VLTIF
CS426FinalProject
DetectorType Class Reference

#include <DetectorType.h>

Inheritance diagram for DetectorType:
SiftType SurfType

List of all members.

Public Member Functions

 DetectorType ()
 DetectorType (const DetectorType &orig)
virtual ~DetectorType ()
virtual string isType () const
virtual void compute_frame (const Mat &img, vector< KeyPoint > &keypoints, vector< Lane >const &lanes) const =0
virtual void reset_detector ()=0

Detailed Description

Definition at line 22 of file DetectorType.h.


Constructor & Destructor Documentation

DetectorType::DetectorType ( )

Definition at line 10 of file DetectorType.cpp.

                           {
}
DetectorType::DetectorType ( const DetectorType orig)

Definition at line 13 of file DetectorType.cpp.

                                                   {
}
DetectorType::~DetectorType ( ) [virtual]

Definition at line 16 of file DetectorType.cpp.

                            {
}

Member Function Documentation

virtual void DetectorType::compute_frame ( const Mat &  img,
vector< KeyPoint > &  keypoints,
vector< Lane >const &  lanes 
) const [pure virtual]

Implemented in SurfType, and SiftType.

Referenced by main().

string DetectorType::isType ( ) const [virtual]

Reimplemented in SiftType.

Definition at line 19 of file DetectorType.cpp.

                                 {
    return "DetectorType";
}
virtual void DetectorType::reset_detector ( ) [pure virtual]

Implemented in SurfType, and SiftType.


The documentation for this class was generated from the following files: