Using python to solve vtk dcm file annotation

Viewed 17

I want to make a ct labeling software,for target detection,But I don't know how to realize the function of drawing rectangle.

The read image has three perspectives. After labeling, each perspective will display a rectangle box corresponding to the perspective, and the length of one perspective rectangle box will change accordingly for the other two perspectives. like mimics

enter image description here

I have try vtkBorderWidget and vtkBoxWidget but not use

0 Answers
Related