Re: Interactive selection of markers/seeds for random walk
Hi, What about skimage.viewer.plugins.labelplugin.LabelPainter, there is an example with the watershed algorithm there: https://github.com/scikit-image/scikit-image/blob/master/viewer_examples/plu... Otherwise, with OpenCV, you could look at the GrabCut example: https://github.com/Itseez/opencv/blob/master/samples/python2/grabcut.py Kind regards, Kevin On Mon, Dec 16, 2013 at 7:08 PM, Adam Hughes <hughesadam87@gmail.com> wrote:
Hi,
I was wondering if anyone had any examples or tools that would allow one to interactively select regions for seeds/markers in an image, which we could subsequently run the randomwalk algorithm over:
http://scikit-image.org/docs/dev/auto_examples/plot_random_walker_segmentati...
I really enjoyed the ilastik tool that scikit image lists under its related links on the homepage, and wondered if there were any demos for selection that might be easily adaptable to fit this purpose.
Thanks!
-- You received this message because you are subscribed to the Google Groups "scikit-image" group. To unsubscribe from this group and stop receiving emails from it, send an email to scikit-image+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
participants (1)
-
Kevin Keraudren