Questions

  1. Use Hough transform to detect ellipses from an image with ellipses with scikit-image.
  2. Use scikit-image transform module's probabilistic_hough_line() function to detect lines from images. How is it different than the hough_line()?
  3. Use scikit-image filter module's try_all_threshold() function to compare different types of local thresholding techniques to segment a gray-scale image into a binary image.
  4. Use the ConfidenceConnected and VectorConfidenceConnected algorithms for the MRI-scan image segmentation using SimpleITK.
  5. Use the correct bounding rectangle around the foreground object to segment the whale image with the GrabCut algorithm.
  6. Use scikit-image segmentation module's random_walker() function to segment an image starting ...

Get Hands-On Image Processing with Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.