hybridgroup / gocv

Go package for computer vision using OpenCV 4 and beyond. Includes support for DNN, CUDA, and OpenCV Contrib.
https://gocv.io
Other
6.62k stars 863 forks source link

Add new binding for cv::Erode. #1158

Closed michaelarusso closed 6 months ago

michaelarusso commented 6 months ago

The original gocv.ErodeWithParams left out the border value parameter. A new method gocv.ErodeWithParamsAndBorderValue is added so the existing gocv.ErodeWithParams signature is not broken.

michaelarusso commented 6 months ago

The AppVeyor build appears to have failed due to an issue unrelated to this change.

deadprogram commented 6 months ago

Thanks for the addition @michaelarusso now merging.

Note the new GH Actions based builds for Windows in the dev branch.