Hello Good day, I am a college student and would liked to commend your program, video, documentation about this Image Restoration filter. This is very useful to our ongoing research, primarily the usage of gaussian filter function to convolve/blur an image. We also used and included it in our research references, and rest assured proper credits will still be given. Thank you.
@@MoacirAntonelliPontiUSP Thank you. Out of curiosity, do you know the reason why in here: medium.com/@gautamnagrawal/rotating-image-by-any-angle-shear-transformation-using-only-numpy-d28d16eb5076 The author adds +1 in this operation (it is not included in the math formula): new_height = round(abs(image.shape[0]*cosine)+abs(image.shape[1]*sine))+1 ? Thank you in advance.
How do we compute SNR between input and the reconstructed image for blind motion using python ?
Hello Good day, I am a college student and would liked to commend your program, video, documentation about this Image Restoration filter. This is very useful to our ongoing research, primarily the usage of gaussian filter function to convolve/blur an image. We also used and included it in our research references, and rest assured proper credits will still be given. Thank you.
Hello, is the documentation shown available somewhere?
I am studying this for an exam.
github.com/maponti/imageprocessing_course_icmc
@@MoacirAntonelliPontiUSP Thank you.
Out of curiosity, do you know the reason why in here:
medium.com/@gautamnagrawal/rotating-image-by-any-angle-shear-transformation-using-only-numpy-d28d16eb5076
The author adds +1 in this operation (it is not included in the math formula):
new_height = round(abs(image.shape[0]*cosine)+abs(image.shape[1]*sine))+1
?
Thank you in advance.
Can u send this code In one pdf form
I have all code here: github.com/maponti/imageprocessing_course_icmc
you can fork the repo or download it