How do you determine which is the origin of a 4×4 kernel? In a 3×3, its easy since its the center. But 4×4 are not, do I need to modify the kernel to make it symmetric?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your output would just not be aligned with the original pixels. It would be aligned half a pixel off from the orignal pixels. You could then interpolate values for the original pixel positions if you wanted.