Floor Detection Algorithm
Implementation of the Floor Detection Algorithm with maxima suppression.
For I/O and displaying the transformed image, OpenCV is used, whereas the Floor Detection Algorithm is completely self-implemented.
cd floor-detection
mkdir build && cd build
cmake .. -DCMAKE_CXX_FLAGS=”-std=c++11” && make
./floordetection [jpg-file]