LumiGuide / haskell-opencv

Haskell binding to OpenCV-3.x
Other
154 stars 44 forks source link

Fix GeometricImgTransform remap on MacOS #122

Closed davetapley closed 6 years ago

davetapley commented 6 years ago

Fixes #121

But I understand if this is unsatisfactory, and I'm open to the possibility it's just a bandaid around something more sinister going on when compiling with MacOS. Some discussion on IRC (search dukedave) suggested it could be an issue with:

basvandijk commented 6 years ago

Looks good. Thank you.