5 #ifndef JSK_PERCEPTION_ORIENTEDGRADIENT_HPP_ 6 #define JSK_PERCEPTION_ORIENTEDGRADIENT_HPP_ 17 #include <opencv2/highgui/highgui.hpp> 18 #include <opencv2/core/core.hpp> 19 #include <opencv2/imgproc/imgproc.hpp> 26 std::vector<cv::Point>& result,
34 #endif // JSK_PERCEPTION_ORIENTEDGRADIENT_HPP_ void calcOrientedGradient(cv::Mat &src, cv::Mat &dst)
void calcScaledOrientedGradient(cv::Mat &src, cv::Mat &dst, int scale)
void calcOGKeyPoints(cv::Mat &src, cv::Mat &dst, std::vector< cv::Point > &result, int thres=32, int bs=1)
void calcSOGKeyPoints(cv::Mat &src, cv::Mat &dst)