Implementation and discussion of the "Pith Estimation on Rough Log End Images using Local Fourier Spectrum Analysis" method
Repository for the IPOL paper "Implementation and discussion of the "Pith Estimation on Rough Log End Images using Local Fourier Spectrum Analysis" method". Submitted on
IPol Demo: IPOL
UruDendro ImageSet: UruDendro.
Version 1.0 Last update: 27/08/2023
Authors:
- Henry Marichal, henry.marichal@fing.edu.uy
- Diego Passarella, diego.passarella@cut.edu.uy
- Gregory Randall, randall@fing.edu.uy
All the python source files are in lib/ folder.
Algorithm 1 is implemented in the file lib/pith_detector.py
Algorithm 2 is implemented in the file lib/fft_local_orientation.py
Algorithm 3 is implemented in the file lib/accumulator_space.py
Algorithm 4 is implemented in the file lib/peak_estimator.py
pip3 install --no-cache-dir -r requirements.txt
Here some examples of usage:
python main.py --filename ./Input/F02c.png --output_dir Output/
`
License for th source code: MIT