Harshit Pant

Results 7 comments of Harshit Pant

Hi all, I want to contribute the **_jump search algorithm:_** ``` function found_at = jump_search(arr, value) % Contributed by - Harshit Pant, [email protected] % arr - The input array, should...

Aside from the first wikipedia test, all other test have been verified with openCV. ``` import numpy as np import cv2 as cv ################################################################################################ # test_chessboard_uint16_t_input_uint8_t_output_distance_from_on_pixels img2 = np.array([[255, 0,...

As you might have noticed at some places (especially in the test file) reformatting should have been done after using clang-format, but I had a feeling to keep things as...

Note that for this to work, https://github.com/boostorg/gil/pull/577 needs to be looked into first. Gentle reminder to @lpranam

Hi @meshtag, I'm writing this message regarding the issue with numeric limits of `gray32f_image_t`. And this is not to say specializing `convolve_2d `for other containers is a bad Idea. But...

Thanks for taking out the time, @meshtag > I am not sure whether we require gray64f_view_t for reading a significant number of real world images. Yes that is a sound...