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::BRISK_Impl, including all inherited members.
basicSize_ | interest_point::BRISK_Impl | protectedstatic |
BRISK_Impl(int thresh=30, int octaves=3, float patternScale=1.0f) | interest_point::BRISK_Impl | explicit |
BRISK_Impl(const std::vector< float > &radiusList, const std::vector< int > &numberList, float dMax=5.85f, float dMin=8.2f, const std::vector< int > indexChange=std::vector< int >()) | interest_point::BRISK_Impl | explicit |
BRISK_Impl(int thresh, int octaves, const std::vector< float > &radiusList, const std::vector< int > &numberList, float dMax=5.85f, float dMin=8.2f, const std::vector< int > indexChange=std::vector< int >()) | interest_point::BRISK_Impl | explicit |
computeDescriptorsAndOrOrientation(InputArray image, InputArray mask, std::vector< KeyPoint > &keypoints, OutputArray descriptors, bool doDescriptors, bool doOrientation, bool useProvidedKeypoints) const | interest_point::BRISK_Impl | protected |
computeKeypointsNoOrientation(InputArray image, InputArray mask, std::vector< KeyPoint > &keypoints) const | interest_point::BRISK_Impl | protected |
create(int thresh=30, int octaves=3, float patternScale=1.0f) | interest_point::BRISK | static |
create(const std::vector< float > &radiusList, const std::vector< int > &numberList, float dMax=5.85f, float dMin=8.2f, const std::vector< int > &indexChange=std::vector< int >()) | interest_point::BRISK | static |
create(int thresh, int octaves, const std::vector< float > &radiusList, const std::vector< int > &numberList, float dMax=5.85f, float dMin=8.2f, const std::vector< int > &indexChange=std::vector< int >()) | interest_point::BRISK | static |
defaultNorm() const | interest_point::BRISK_Impl | inline |
descriptorSize() const | interest_point::BRISK_Impl | inline |
descriptorType() const | interest_point::BRISK_Impl | inline |
detectAndCompute(InputArray image, InputArray mask, CV_OUT std::vector< KeyPoint > &keypoints, OutputArray descriptors, bool useProvidedKeypoints) | interest_point::BRISK_Impl | |
dMax_ | interest_point::BRISK_Impl | protected |
dMin_ | interest_point::BRISK_Impl | protected |
generateKernel(const std::vector< float > &radiusList, const std::vector< int > &numberList, float dMax=5.85f, float dMin=8.2f, const std::vector< int > &indexChange=std::vector< int >()) | interest_point::BRISK_Impl | |
getDefaultName() const | interest_point::BRISK | virtual |
getOctaves() const | interest_point::BRISK_Impl | inlinevirtual |
getThreshold() const | interest_point::BRISK_Impl | inlinevirtual |
longPairs_ | interest_point::BRISK_Impl | protected |
n_rot_ | interest_point::BRISK_Impl | protectedstatic |
noLongPairs_ | interest_point::BRISK_Impl | protected |
noShortPairs_ | interest_point::BRISK_Impl | protected |
octaves | interest_point::BRISK_Impl | protected |
patternPoints_ | interest_point::BRISK_Impl | protected |
points_ | interest_point::BRISK_Impl | protected |
scaleList_ | interest_point::BRISK_Impl | protected |
scalerange_ | interest_point::BRISK_Impl | protectedstatic |
scales_ | interest_point::BRISK_Impl | protectedstatic |
setOctaves(int octaves_in) | interest_point::BRISK_Impl | inlinevirtual |
setThreshold(int threshold_in) | interest_point::BRISK_Impl | inlinevirtual |
shortPairs_ | interest_point::BRISK_Impl | protected |
sizeList_ | interest_point::BRISK_Impl | protected |
smoothedIntensity(const cv::Mat &image, const cv::Mat &integral, const float key_x, const float key_y, const unsigned int scale, const unsigned int rot, const unsigned int point) const | interest_point::BRISK_Impl | inlineprotected |
strings_ | interest_point::BRISK_Impl | protected |
threshold | interest_point::BRISK_Impl | protected |
~BRISK_Impl() | interest_point::BRISK_Impl | virtual |