LogKeyPointInfos
Function Usage
A protected member function that prints key points of an image. It is used only for debugging. It is invoked for internal use only. Do not use it.
Prototype
void LogKeyPointInfos(const std::vector<std::vector<KeyPointDetectionInfo>>& keyPointInfos);
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
keyPointInfos |
Input |
Vectors of image key points |
Parent topic: KeypointPostProcessBase