-
Notifications
You must be signed in to change notification settings - Fork 163
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
Improved 2D convolution and correlation #624
base: develop
Are you sure you want to change the base?
Conversation
Improved comments and some other things Applied adviced changes Applied adviced changes Should handle grayscale dilation/erosion Checking
54032ec
to
caef575
Compare
bd01761
to
aa7c069
Compare
Sanitary_commit 1 2 3 4 5 5 5 Check Mac build Change CI trigger trait
aa7c069
to
06fd700
Compare
0dc2e26
to
7513d31
Compare
c16c5b7
to
723499d
Compare
@meshtag Could you tell what is the status of this PR? Is this going to be picked up or drop it and close it? |
I will try to resolve merge conflicts and update this PR with latest version of the repository by the end of this weekend (will ping you once these PRs are ready for review). As far as usability is concerned, it was in a perfect working condition during my GSoC coding period. Same goes for #612 and #613 as well. |
Sounds good. Yes, there has been lots of activity hence the conflicts. |
Codecov Report
@@ Coverage Diff @@
## develop #624 +/- ##
===========================================
- Coverage 78.76% 75.15% -3.62%
===========================================
Files 117 117
Lines 5030 5296 +266
===========================================
+ Hits 3962 3980 +18
- Misses 1068 1316 +248 |
@mloskot , I have resolved merge conflicts in above mentioned PRs but will have to obtain a closer look to examine why some CI builds are failing in this one. I'll try to do this in the coming week. |
Description
Fixes #609
Fixes #610
Depends on #623
References
Tasklist