drop unused code

pull/1413/head
Alexander Alekhin 8 years ago
parent a22b9815b1
commit fe7842e8cb
  1. 9
      modules/xfeatures2d/src/harris_lapace_detector.cpp

@ -23,7 +23,6 @@ protected:
std::vector<Mat> layers;
Octave(std::vector<Mat> layers);
virtual ~Octave();
std::vector<Mat> getLayers();
Mat getLayerAt(int i);
};
@ -278,14 +277,6 @@ void Pyramid::Params::clear()
*/
Pyramid::Octave::Octave(std::vector<Mat> _layers) : layers(_layers) {}
/**
* Return layers of the Octave
*/
std::vector<Mat> Pyramid::Octave::getLayers()
{
return layers;
}
/**
* Return the Octave's layer at index i
*/

Loading…
Cancel
Save