python - getting a circular patch on every point on an Active Contour? -


i'm trying implement localized region-based segmentation given shawn-lankton. relies on local statistics of image rather global.

so while localizing segmentation using active contours. specifies function b such circular patch around points of active contour. points within circular patch should 1, , exterior 0.

how implement such patch , assign 1 inner region?

the patch has updated once active contour evovles.


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -