Note
Click here to download the full example code
Radiograph segmentation tutorial
Importing modules
import numpy as np
import matplotlib.pyplot as plt
from skimage.filters import median, rank
#from xripl.data import shot
from xripl.reader import openRadiograph
from xripl.contrast import equalize
from xripl.clean import cleanArtifacts, flatten
from xripl.segmentation import detectShock
# import xripl.pltDefaults
Plot

Total running time of the script: ( 0 minutes 0.095 seconds)