Project-10 / DGM

Direct Graphical Models (DGM) C++ library, a cross-platform Conditional Random Fields library, which is optimized for parallel computing and includes modules for feature extraction, classification and visualization.
http://research.project-10.de/dgm/
Other
188 stars 41 forks source link

Solution of issue #18: isnan problem #19

Closed aliyasineser closed 5 years ago

aliyasineser commented 5 years ago

isnan -> std::isnan

That was a problem I encountered while installing DGM library to my Odroid C2 with OpenCV 3.2.0

ereator commented 5 years ago

Thank you very much for your pull-request