fixed warnings2

pull/231/head
GilLevi 10 years ago
parent e59efdfd11
commit 6ebebb5782
  1. 6
      modules/xfeatures2d/src/latch.cpp

@ -78,12 +78,12 @@ protected:
typedef void(*PixelTestFn)(const Mat& input_image, const std::vector<KeyPoint>& keypoints, OutputArray&, const std::vector<int> &points, bool rotationInvariance, int half_ssd_size);
int bytes_;
PixelTestFn test_fn_;
bool rotationInvariance_;
int half_ssd_size_;
PixelTestFn test_fn_;
static std::vector<int> sampling_points_ { 13, -6, 19, 19, 23, -4,
std::vector<int> sampling_points_ { 13, -6, 19, 19, 23, -4,
4, 16, 24, -11, 4, -21,
22, -14, -2, -20, 23, 5,
17, -10, 2, 10, 14, -18,

Loading…
Cancel
Save