SparseVFC
:
Sparse Vector Field Consensus for Vector Field LearningThe SparseVFC
package is an R implementation of the
sparse vector field consensus (SparseVFC) algorithm (Ma et al., 2013 https://doi.org/10.1016/j.patcog.2013.05.017) for robust
vector field learning. Largely translated from the Matlab functions in
https://github.com/jiayi-ma/VFC.
See the vignette of the package for a demonstration.
You can install the released version of SparseVFC
from
CRAN with:
install.packages("SparseVFC")
You can install the development version of SparseVFC from GitHub with:
# install.packages("devtools")
::install_github("Sciurus365/SparseVFC") devtools