Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new binding for cv::Erode. #1158

Merged
merged 1 commit into from
Mar 30, 2024

Conversation

michaelarusso
Copy link
Collaborator

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.

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
Copy link
Collaborator Author

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

@deadprogram
Copy link
Member

Thanks for the addition @michaelarusso now merging.

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

@deadprogram deadprogram merged commit 4b4d1d8 into hybridgroup:dev Mar 30, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants