codeboost / opencv-node

Use OpenCV with node.js
54 stars 9 forks source link

Added cv::erode filter #5

Closed bitbay closed 11 years ago

bitbay commented 11 years ago

Added the erode filter based on already implemented dilate.

codeboost commented 11 years ago

I've added 'erode' to the latest version of opencv-node (0.2.6). Lots of changes have happened and I can't merge this automatically. I've copied your erode declaration to the bea file and recompiled. Thank you.