Uh oh!
There was an error while loading. Please reload this page.
Add rasterizer support for ellipse - #585
Conversation
Codecov Report
@@ Coverage Diff @@## develop #585 +/- ##
===========================================
+ Coverage 78.59% 78.72% +0.13%
===========================================
Files 117 118 +1 Lines 5003 5034 +31 ===========================================
+ Hits 3932 3963 +31
Misses 1071 1071 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
mloskot
left a comment
There was a problem hiding this comment.
Please, ensure this code does not introduce any new warnings
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
lpranam
left a comment
There was a problem hiding this comment.
you forgot to add example in CMakeLists.txt otherwise all good :D
meshtag
commented
Mar 28, 2021
As far as I understand, we don't need to add example files individually in example/CMakeLists.txt since it is using |
lpranam
commented
Mar 28, 2021
oh yes, sorry my bad I forgot. we have a few different approach in cmake so this happens a lot with me... |
* Added all standard morphological transformations * Should handle grayscale dilation/erosion * Added test cases and improved code structure * Should handle multichannel images
* Added all standard morphological transformations * Should handle grayscale dilation/erosion * Added test cases and improved code structure * Should handle multichannel images
* Added all standard morphological transformations * Should handle grayscale dilation/erosion * Added test cases and improved code structure * Should handle multichannel images
This PR was staged for releasing with Boost 1.80, but I'd like to give another review on ellipse.hpp:
|
meshtag
commented
Jun 2, 2022
Thanks a lot for providing your review @marco-langer !
|
@marco-langer Great comments. Since this has already been merged, I'd suggest to simply open an issue with reference to this PR. |
mloskot
commented
Jun 26, 2022
@meshtag FYI, we have merged PR #692 which addresses points raised by @marco-langer, so please have a look at those changes. |
meshtag
commented
Jun 26, 2022
Reviewed the PR. |
Description
This pull request adds rasterization functionality for drawing ellipse using midpoint algorithm.
I would like to ponder upon following points once this basic functionality is approved(possibly merged) :
I would like this pull request to be considered as solution for my competency test.
References
Tasklist