This repository implements the methods presented in the following papers:
- Choi, G., & Oh, H. S. (2023). Elastic-band transform for visualization and detection. Pattern Recognition Letters, 166, 119-125.
- Choi, G., & Oh, H. S. (2024). Decomposition via elastic-band transform. Pattern Recognition Letters, 182, 76-82.
To install the package, you can use the following commands in R:
install_github("guebin/EBT", force=TRUE)
Once installed, you can load the package using:
library(ebt)
For more details on how to use the functions in this package, please refer to the documentation provided in the repository.
Feel free to customize or expand this as needed!