7 #ifndef ossimCorrelationSource_HEADER 8 #define ossimCorrelationSource_HEADER 30 virtual void initialize();
39 void findFeatures(
const ossimImageData* data, std::vector<ossimIpt>& featurePts);
41 bool correlate(std::shared_ptr<AutoTiePoint> atp);
43 bool OpenCVCorrelation(std::shared_ptr<AutoTiePoint> atp,
unsigned int m_nominalCmpPatchSize
Finds auto-tie-points using the corss-correlation-based matching algorithm.
Base class for tile sources performing auto tie point extraction.
std::vector< ossimRefPtr< ossimConnectableObject > > ConnectableObjectList
Base class for OSSIM-based ATP generators.
unsigned int ossim_uint32
THESE FUNCTIONS REQUIRE OPENCV.
unsigned int getNominalCmpPatchSize() const
For engineering use in annotating CMP image.