Can I use other packages like openCV and scikitimage along with simpleitk ?

How can I use other packages like openCV and scikitimage along with simpleitk?
When dealing with 2D slices, I want to implement few algorithms like houghtransform etc .

Hello @unicorn,

This is easily done via numpy arrays. Please see this Jupyter notebook section titled ā€œConversion between numpy and SimpleITKā€.

1 Like