Skip to content

Commit 7e46ea1

Browse files
committed
Removed helper functions from header.
Updated module license text.
1 parent 1c58015 commit 7e46ea1

File tree

2 files changed

+384
-421
lines changed

2 files changed

+384
-421
lines changed

modules/xfeatures2d/include/opencv2/xfeatures2d.hpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -279,12 +279,6 @@ CV_EXPORTS void FASTForPointSet( InputArray image, CV_IN_OUT std::vector<KeyPoin
279279
int threshold, bool nonmaxSuppression=true, int type=FastFeatureDetector::TYPE_9_16);
280280

281281

282-
void makeOffsets(int pixel[25], int row_stride, int patternSize);
283-
284-
template<int patternSize>
285-
int cornerScore(const uchar* ptr, const int pixel[], int threshold);
286-
287-
288282
//! @}
289283

290284
}

0 commit comments

Comments
 (0)