12-09-2013 05:20 AM
Hello,
in Vision Assistant it is possible to create filter kernel of arbitrary size, like e.g. a 75x75 Gaussian kernel. These kernels feature integer-only elements. I tried to find a function in the Vision Development Module, but have been unable to find something so far. So I still create a Vision Assistant script with such a kernel and export it to a LabVIEW VI in order to abtain such a kernel. Any ideas on how to create such kernels programmatically?
12-23-2013 02:14 AM
Hi,
it seems there is no way around this. I found that the vision development module for LabVIEW has some predefined kernels, but these are way too small for your application.
Best regards,
Frank
12-24-2013
12:13 AM
- last edited on
07-24-2026
09:23 AM
by
Content Cleaner
-You can generate custom kernels in LabVIEW also, but you need to have either string or numerical of that kernels. Without these two, i am not sure of how to do this.
-Please check this for building kernels.
https://www.ni.com/docs/en-US/bundle/ni-vision-labview-api-ref/page/imaqvision/imaq_buildkernel.html
-Let's say you are able to programmatically generate kernel string, it will convert to kernel in double format automatically and connect this to convolute vi.