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
1 | void KeypointPostProcessBase::LogKeyPointInfos(const std::vector<std::vector<KeyPointDetectionInfo>>& keyPointInfos); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
keyPointInfos |
Input |
Vectors of image key points |
Parent topic: KeypointPostProcessBase