Jump to content

Large Convolution Kernel?


zveris

Recommended Posts

I need to use hilbert transform on images. but it is rather large kernel, while cop's default kernel is 9 x 9. Is there a way to get a larger kernel (maybe with wex) without getting into sdk?

Thanks

Zveris

There was no start for his talents.... (T.Pratchett)

Link to comment
Share on other sites

The convolve COP also accepts an image as a second input for the kernel data. If you could make a 15x1 image of your kernel (in FP, likely, since it has negative components) , then you could feed it into the convolve COP to do the job. Even if you had to generate the kernel through a VEX generator, the convolve COP / kernel generator COP combination would likely be much faster than the 15 independent lookups that the Hilbert convolve VEX cop would need to perform. You could create a digital asset out of the small network to create a Hilbert Transform COP, if you needed this operation frequently.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...