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