Prathamesh Tagore

Results 19 issues of Prathamesh Tagore

### Description Fixes #609 Fixes #610 Depends on #623 ### References ### Tasklist - [x] Add test case(s) - [ ] Ensure all CI builds pass - [ ] Review...

cat/enhancement
status/need-feedback
status/work-in-progress
google-summer-of-code

### References Depends on #612 resolves #608 ### Tasklist - [x] Add test case(s) - [ ] Ensure all CI builds pass - [ ] Review and approve

ext/numeric
status/need-feedback
status/work-in-progress
google-summer-of-code

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...

status/need-feedback
status/work-in-progress
test
google-summer-of-code

### 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++...

cat/bug

### 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...

cat/feature
ext/toolbox

```Reflection``` option for boundary handling is currently not available in 1D correlation. It is a common feature available in other standard libraries.

google-summer-of-code

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

google-summer-of-code

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)

google-summer-of-code

### 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...

cat/feature
ext/toolbox