HYPJUDY / A4-paper-sheet-detection-and-cropping

Document Scanner. Automatically detect paper and crop. Writing in C++ from scratch.
https://hypjudy.github.io/2017/03/28/cvpr-A4-paper-sheet-detection-and-cropping/
MIT License
50 stars 11 forks source link

Undefined reference while using library #3

Open ncinsli opened 3 years ago

ncinsli commented 3 years ago

undefined reference to Hough::Hough(char*) undefined reference toWarping::Warping(Hough)

larcun commented 3 years ago

+++

drzraf commented 2 years ago

g++ -I/usr/include/eigen3 -o sheet-detect main.cpp Hough.cpp Warping.cpp -lpthread -lX11