- Load Pic 3D
- Create Segmentation
- Activate Live Wire Tool
- Double Click "outside the image" (see screenshot)
--> Crash
Propably easy to fix by checking the coordinates to be inside the image before proceeding.
image->GetGeometry()->IsIndexInside(..);
image->GetGeometry()->IsInside(..);