Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

gaussian filter

Hi,

  I want to implement gaussian function in an image without using NI VISION tool. so how I get the x and y value to implement this formula on that. Capture.PNG

here also I attached the block diagram of that.so please tell me which block help me to complete it.

0 Kudos
Message 21 of 37
(2,746 Views)

Hello,

 

blur is achieved by convolving the discrete representation of the Gaussian distribution with the image. You do not need the Vision library for this:

 

Example_VI_BD.png

 

Example_VI_FP.png

 

Best regards,

K


https://decibel.ni.com/content/blogs/kl3m3n



"Kudos: Users may give one another Kudos on the forums for posts that they found particularly helpful or insightful."
Message 22 of 37
(2,735 Views)

Hi,

   Thank you sir for replying. I have some doubt how I find the lina image array which written in the picture you sent. 

0 Kudos
Message 23 of 37
(2,720 Views)

Hello,

 

this is just an example.

 

Use Graphics Format Pallete to read an image:

 

test_BD.png

 

Best regards,

K


https://decibel.ni.com/content/blogs/kl3m3n



"Kudos: Users may give one another Kudos on the forums for posts that they found particularly helpful or insightful."
0 Kudos
Message 24 of 37
(2,719 Views)

Hi, 

Thank you sir..

0 Kudos
Message 25 of 37
(2,717 Views)

Hi, 

 Sir can you please send me the example.vi . I further check each blocks for better clarification.

0 Kudos
Message 26 of 37
(2,712 Views)

@subha123 wrote:

Hi, 

 Sir can you please send me the example.vi . I further check each blocks for better clarification.


Hello,

 

see the attachment.

 

Best regards,

K


https://decibel.ni.com/content/blogs/kl3m3n



"Kudos: Users may give one another Kudos on the forums for posts that they found particularly helpful or insightful."
0 Kudos
Message 27 of 37
(2,705 Views)

Hi, 

Thank you sir. Is there any link or video to understand properly the logic related to this image smoothing ,filterering using varrious algorithms?

please help me to find it.

0 Kudos
Message 28 of 37
(2,681 Views)

Hi, 

Actually I use the NI labVIEW 2013 . So I face some difficulties to use the example.

0 Kudos
Message 29 of 37
(2,675 Views)

@subha123 wrote:

Hi, 

Actually I use the NI labVIEW 2013 . So I face some difficulties to use the example.


Hello,

 

what dfficulties do you face? I use version 13.0 also.

 

Regarding the background behind convolution kernels and filters I suggest reading some literature. Search online for books, papers, etc... There is a lot of literature regarding this.

 

Best regards,

K


https://decibel.ni.com/content/blogs/kl3m3n



"Kudos: Users may give one another Kudos on the forums for posts that they found particularly helpful or insightful."
0 Kudos
Message 30 of 37
(2,671 Views)