hi friends:
I am trying to run the offically provide demo https://kitware.github.io/vtk-examples/site/Cxx/Images/PickPixel2/, for JPEG image(use vtkJPEGReader to load it), the mouse coordinate and pixel value get successfully, it as below:
but for dicom (use vtkDICOMReader to load it), the mouse coordinate and ct number get failed.
as my debug, vtkAssemblyPath* path = this->Picker->GetPath(); the path is always null
anybody had encounter this issue ? or other better solution to get the mouse coordinate ?
many thanks in advance!!!