08-09-2009 08:52 AM
Hello
I am writing at my Bachelor thesis and and need to know how the Machine Vision Sobel filter or generally all vision filter handle the pixels in the corner and at the border of the image ? They only have three or five pixels bordering it and a 3x3 filter needs nine pixels for calculating the new value.
greetings bolle
Solved! Go to Solution.
08-09-2009 02:01 PM
Most algorithms either use a reflection of the pixels at the edge, or just copy the edge pixels into the border. It may depend on settings in the algorithm.
Bruce
08-09-2009 05:45 PM
08-10-2009
02:52 AM
- last edited on
08-18-2025
10:34 AM
by
Content Cleaner
Hey,
if you need more info about the different filters please take a look at the concept manual.
https://www.ni.com/docs/en-US/bundle/ni-vision-concepts-help/page/nivisionconcepts.html
Kind regards,
Elmar
08-10-2009 03:10 AM
AHHH thank you
got the solution for my problem