Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.27 KB

Readme.md

File metadata and controls

48 lines (30 loc) · 1.27 KB

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:

Get started

1. Folders

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

Installation

pip3 install --no-cache-dir -r requirements.txt

Examples of usage

Here some examples of usage:

python main.py --filename ./Input/F02c.png --output_dir Output/

`

License

License for th source code: MIT