Algorithms to track features of interest, such as KLT. Please see documentation, and file issues or make suggestions as you see fit.
Note Features in this package are not yet optimized for speed, but the start of implementing machine/computer vision sparse feature functions that are useful to robotics.
This is an unregistered Julia package, but can be readily installed from a Julia console:
Pkg.clone("https://github.com/<YOURFORKEDREPO>/SensorFeatureTracking.jl.git")
Upstream master is at: https://github.com/JuliaRobotics/SensorFeatureTracking.jl.git
Please see, as part of the development, two cases in the examples
folder. These examples currently extract corner features from either an image file, or a webcam image sequence.
Please note this code is not yet optimized in any way. Performance can be improved.
Basic unit tests are currently under development in the test
folder. Unit tests can be run by typing:
Pkg.test("SensorFeatureTracking")
This package uses several dependencies (thank you) and put together by: A. Hattingh, J. Terblanche, D. Fourie