
image processing - Circle-based skeletonization demonstration ...
Dec 2, 2020 · Skeletonization (or the medial-axis transform) is the process of finding the "middle" axis of a region (expressed as a mask). It is performed by the SkeletonTransform, which seems to work by thinning the mask until the "frontiers" meet, where they define the medial-axis. There is another method, based on growing circles, which is my concern.
Branching points detection in processed image
Feb 18, 2019 · Stack Exchange Network. Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
mathematical optimization - Finding the largest disk within a …
Oct 6, 2020 · $\begingroup$ The solution disk must touch at least three edges of the convex polygon. If the two touched sides are not parallel, one can always displace the disk one of the two candidate directions to enable a larger radius.
looking for a generalised Hough Transform function or a least a ...
Apr 24, 2013 · I am looking for a generalised Hough Transform function or a least a function to locate circles (position of center and radius) in a image.