Go to the source code of this file.
Namespaces | |
namespace | jsk_perception |
Functions | |
void | jsk_perception::calcOGKeyPoints (cv::Mat &src, cv::Mat &dst, std::vector< cv::Point > &result, int thres=32, int bs=1) |
void | jsk_perception::calcOrientedGradient (cv::Mat &src, cv::Mat &dst) |
void | jsk_perception::calcScaledOrientedGradient (cv::Mat &src, cv::Mat &dst, int scale) |
void | jsk_perception::calcSOGKeyPoints (cv::Mat &src, cv::Mat &dst) |