You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.
dmz/./scan/n_hseg.cpp: In function ‘NHorizontalSegmentation best_n_hseg_constrained(float*, NVerticalSegmentation, NHorizontalSegmentation, SliceF32, SliceU16)’:
dmz/./scan/n_hseg.cpp:50:30: error: ‘UINT16_MAX’ was not declared in this scope
dmz/./scan/n_hseg.cpp: In function ‘NHorizontalSegmentation best_n_hseg(IplImage*, NVerticalSegmentation)’:
dmz/./scan/n_hseg.cpp:114:22: error: ‘UINT16_MAX’ was not declared in this scope
The text was updated successfully, but these errors were encountered:
OS: Debian 3.2.82-1 x86_64 GNU/Linux
Issue description
I am wondering what is the correct setup to compile this project.
I found this one but still no success
https://github.com/devinus/cardio
c++ -DCYTHON_DMZ -DSCAN_EXPIRY -Idmz -I/usr/include/python2.7/
pkg-config --libs --cflags opencv
-shared dmz/dmz_all.cpp -o libdmz.sodmz/./scan/n_hseg.cpp: In function ‘NHorizontalSegmentation best_n_hseg_constrained(float*, NVerticalSegmentation, NHorizontalSegmentation, SliceF32, SliceU16)’:
dmz/./scan/n_hseg.cpp:50:30: error: ‘UINT16_MAX’ was not declared in this scope
dmz/./scan/n_hseg.cpp: In function ‘NHorizontalSegmentation best_n_hseg(IplImage*, NVerticalSegmentation)’:
dmz/./scan/n_hseg.cpp:114:22: error: ‘UINT16_MAX’ was not declared in this scope
The text was updated successfully, but these errors were encountered: