Prathamesh Tagore
Prathamesh Tagore
### Description Fixes #609 Fixes #610 Depends on #623 ### References ### Tasklist - [x] Add test case(s) - [ ] Ensure all CI builds pass - [ ] Review...
### References Depends on #612 resolves #608 ### Tasklist - [x] Add test case(s) - [ ] Ensure all CI builds pass - [ ] Review and approve
This pull request intends to add unit tests for verifying boundary manipulation in `1D convolution`. Since these are tests(used for proving `correctness` of implementation), I have favoured readability/simplicity over performance(for...
### Actual behavior ``` boost::gil::detail::kernel_2d_fixed ``` gives false assertion errors during its initialization. ### Expected behavior A 2D kernel with provided values and center co-ordinates should be created ### C++...
### Description This pull request intends to port ```aligned``` extension from [TuttleOFX repository](https://github.com/tuttleofx/TuttleOFX/tree/develop/libraries/boostHack/boost/gil/extension/toolbox) to Gil as mentioned in #449 . I have tried not to change anything significant in actual...
```Reflection``` option for boundary handling is currently not available in 1D correlation. It is a common feature available in other standard libraries.
Add separate implementation for `2D correlation` which would facilitate its standalone use as well. # Resources referred - https://github.com/selbyk/colors_in_image/blob/9586f86b46f5db28c13071119973dc3a62d24b9c/main.cpp#L291
Provide different options for handling boundary pixels during` 2D convolution`. # Resources referred - [A Functional Approach to Border Handling in Image Processing](http://web.science.mq.edu.au/~len/preprint/hamey-dicta2015-functional-border.pdf)
### Description This pull request intends to extend support for Sobel kernel generation in Gil. It is an improvisation over #562 in terms of performance as well as feature completeness...
### Description This pull request intends to port ```pattern``` extension from [TuttleOFX](https://github.com/tuttleofx/TuttleOFX/tree/develop/libraries/boostHack/boost/gil/extension/toolbox) to Gil as mentioned in #449 . I have tried not to change anything significant in actual extension...