image morphology on jetson tx2

Hi Folks,

I am looking to do few morphological operations on binary image, on TX2 GPU (JP3.3). My code has few bugs around CUDA block boundaries.

I have been unable to find examples of TX2 and CUDA based morphology on this forum. Could someone please point to a reference implementation ? Does vision works support/accelerates morphological operations ?

Thanks

Hi,

We don’t have an example about morphological operations.
You can check if there is any third party-libraries including it.

For example, OpenCV (cpu implementation)
[url]https://docs.opencv.org/3.4/d9/d61/tutorial_py_morphological_ops.html[/url]

Thanks.