Dear Champs,
The document “VLIB IMPLEMENTION ON EVE CO-PROCESSOR” (filename: \eve_sw_src_01_12_00_00\kernels\docs\vlib_on_EVE.pdf) mentions the following functions.
16. Lucas-Kanade Feature Tracking (Sparse Optical Flow):
VLIB_trackFeaturesLucasKanade_7x7_init() |
VLIB_trackFeaturesLucasKanade_7x7_getScrathSize)() |
VLIB_trackFeaturesLucasKnaade_7x7() |
VLIB_trackFeaturesLucasKanade_7x7_deinit()
22. Feature Match |
vcop_featureMatching_32() |
vcop_featurematch_initialize() |
vcop_findTwoBestMatches() |
vcop_pickConfidentMatches() |
But can’t find above functions in EVE library, are they missing?
Best Regards,
Luke Lin