dom96 / nim-opencv

Nim OpenCV wrapper
MIT License
55 stars 7 forks source link

Some readability and clarity changes #5

Closed jlp765 closed 6 years ago

jlp765 commented 6 years ago

ptr TArr changed to ImgPtr ptr TMat now MatPtr, ptr TMatND now MatNDPtr Remove trailing blanks expr changed to untyped (remove heaps of compiler warnings) Allow non-debug and non-versioned dlls on windows. (Issue #3)

@dom96, This is in preparation for adding procs that return the "dst" image (similar to Python syntax), but firstly, are you happy with ImgPtr (since these TArr arrays/matrices are images)?