dthuerck / mapmap_cpu

A high-performance general-purpose MRF MAP solver, heavily exploiting SIMD instructions.
BSD 3-Clause "New" or "Revised" License
102 stars 51 forks source link

Fix some template resolution issues #6

Closed nmoehrle closed 6 years ago

nmoehrle commented 6 years ago

Due to some type differences there has been an issue (nmoehrle/mvs-texturing#98) with the template resolution for std::min.

dthuerck commented 6 years ago

Thanks for the contribution, much appreciated.