Hello Sir/ Madam,
I want to contribute to SciPy (Python) with a new image edge detection
technique which is more generic & better than the similar popular
techniques for the same.
The paper that I have published is attached here with this email.
Please go through it.
If you like it, please tell me the process to move next.
Thank you for the paper. I don't think I've seen uses of these gradient filters in literature or software, so I don't feel a strong need to have this implemented explicitly in scipy.ndimage. If people do want to use these filters, they are straightforward to implement using the tools from scipy.ndimage.
It provides some interesting criteria for evaluating gradient operators that you might want to test yours against.