dom96 / nim-opencv

Nim OpenCV wrapper
MIT License
55 stars 7 forks source link

Add helper procs #7

Open jlp765 opened 6 years ago

jlp765 commented 6 years ago

Img procs added that return the image so don't have to create a result (dst) image before calling the procs

Tests file added

dom96 commented 6 years ago

Please resolve conflicts.

jlp765 commented 6 years ago

The png file was causing the conflict. I have separated that out into another PR.

Conflicts resolved.

dom96 commented 6 years ago

It seems that this image is still in this PR.

dom96 commented 6 years ago

Also, I think it would be great if you put these convenience procs into a separate module.