Python implementation for works in 1D Local Binary Patterns
- Install Python3 from here.
- Install Numpy
pip install numpy
and Pandaspip install pandas
.
- Open terminal/cmd and navigate to the
local-binary-pattern
directory. - Run
python3 1D_transform <filename> <window size>
orpython 1D_transform <filename> <window size>
depending on your system.