Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Question to Machine Vision Sobel Filter

Solved!
Go to solution

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

0 Kudos
Message 1 of 5
(3,495 Views)

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

Bruce Ammons
Ammons Engineering
Message 2 of 5
(3,490 Views)
Thank your for the answer.Does anybody know which of the two possibilities is used by  NI the vision assistant sobel filter???
0 Kudos
Message 3 of 5
(3,482 Views)
Solution
Accepted by bolle123

Hey,

 

if you need more info about the different filters please take a look at the concept manual.

 

http://digital.ni.com/manuals.nsf/websearch/345D6BEBE40279D986257448004AE536

 

Kind regards,

 

Elmar

0 Kudos
Message 4 of 5
(3,464 Views)

AHHH thank you

 

got the solution for my problem

 

Smiley Wink

0 Kudos
Message 5 of 5
(3,459 Views)