Stack of binary 2D images to 3D surface rendering

Hi everyone,

I want to create a pipeline where I can render the 2D binary image masks in 3D (the images are actually the results from segmentation).
I used to perform the rendering on IMARIS where I imported the images and perform the surface rendering. However, I decided to create a pipeline from segmentation to 3D visualisation on Python. I am totally new to PANDA3D and would appreciate your suggestions on this. Is there any way that I can utilise PANDA3D for this?