Skip to content

Commit

Permalink
solves I1767
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentBerger committed Sep 11, 2018
1 parent 7f5bb96 commit d3d3806
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -127,9 +127,9 @@ private :
Matches m_tracks;

/// Interface to detect Keypoint.
cv::Ptr<cv::FeatureDetector> m_pDetector;
std::shared_ptr<cv::FeatureDetector> m_pDetector;
/// Interface to describe Keypoint.
cv::Ptr<cv::DescriptorExtractor> m_pDescriber;
std::shared_ptr<cv::DescriptorExtractor> m_pDescriber;
};

} // using namespace correspondence
Expand Down

0 comments on commit d3d3806

Please sign in to comment.