res_objectDetection <- objectDetection(beads,
method = 'edge',
alpha = 1,
sigma = 0)
res_objectDetection$marked_objects |> plot()
res_objectDetection <- objectDetection(beads,
method = 'threshold')
res_objectDetection$marked_objects |> plot()
Run the code above in your browser using DataLab