You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 20, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: interfaces/SolARKeyframeRetrieverFBOW.h
+9-1
Original file line number
Diff line number
Diff line change
@@ -62,8 +62,9 @@ class SOLARFBOW_EXPORT_API SolARKeyframeRetrieverFBOW : public org::bcom::xpcf::
62
62
63
63
/// @brief Add a keyframe to the retrieval model
64
64
/// @param[in] keyframe: the keyframe to add to the retrieval model
65
+
/// @param[in] useMatchedDescriptor: if true bow feature will be computed merely from descriptors which are matched to other frames, by default is set to false meaning that all descriptors will be used
65
66
/// @return FrameworkReturnCode::_SUCCESS if the keyfram adding succeed, else FrameworkReturnCode::_ERROR_
0 commit comments