NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
This is the complete list of members for interest_point::BriskLayer, including all inherited members.
BriskLayer(const cv::Mat &img, float scale=1.0f, float offset=0.0f) | interest_point::BriskLayer | |
BriskLayer(const BriskLayer &layer, int mode) | interest_point::BriskLayer | |
getAgastPoints(int threshold, std::vector< cv::KeyPoint > &keypoints) | interest_point::BriskLayer | |
getAgastScore(int x, int y, int threshold) const | interest_point::BriskLayer | inline |
getAgastScore(float xf, float yf, int threshold, float scale=1.0f) const | interest_point::BriskLayer | inline |
getAgastScore_5_8(int x, int y, int threshold) const | interest_point::BriskLayer | inline |
halfsample(const cv::Mat &srcimg, cv::Mat &dstimg) | interest_point::BriskLayer | inlinestatic |
img() const | interest_point::BriskLayer | inline |
offset() const | interest_point::BriskLayer | inline |
scale() const | interest_point::BriskLayer | inline |
scores() const | interest_point::BriskLayer | inline |
twothirdsample(const cv::Mat &srcimg, cv::Mat &dstimg) | interest_point::BriskLayer | inlinestatic |