Implementation and discussion of the "Pith Estimation on Rough Log End Images using Local Fourier Spectrum Analysis" method
Repository for the manuscript "Implementation and discussion of the "Pith Estimation on Rough Log End Images using Local Fourier Spectrum Analysis" method".
UruDendro ImageSet: UruDendro.
Version 1.0 Last update: 27/08/2023
Authors:
- Henry Marichal, [email protected]
- Diego Passarella, [email protected]
- Gregory Randall, [email protected]
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.txtHere some examples of usage:
python main.py --filename ./Input/F02c.png --output_dir Output/`
License for th source code: MIT