| void jsk_perception::calcOGKeyPoints | ( | cv::Mat & | src, |
| cv::Mat & | dst, | ||
| std::vector< cv::Point > & | result, | ||
| int | thres = 32, |
||
| int | bs = 1 |
||
| ) |
Definition at line 71 of file oriented_gradient.cpp.
| void jsk_perception::calcOrientedGradient | ( | cv::Mat & | src, |
| cv::Mat & | dst | ||
| ) |
Definition at line 11 of file oriented_gradient.cpp.
| void jsk_perception::calcScaledOrientedGradient | ( | cv::Mat & | src, |
| cv::Mat & | dst, | ||
| int | scale | ||
| ) |
Definition at line 107 of file oriented_gradient.cpp.
| void jsk_perception::calcSOGKeyPoints | ( | cv::Mat & | src, |
| cv::Mat & | dst | ||
| ) |
Definition at line 194 of file oriented_gradient.cpp.