2011/07/14 by Rami Cohen, Cohen, Rami · 1 citation
Computer Science · Engineering · Mathematics · #Analysis of PDEs (math.AP) #Computer Vision and Pattern Recognition (cs.CV) #Enhanced Oil Recovery Techniques #FOS: Computer and information sciences #FOS: Mathematics #Hydrocarbon exploration and reservoir analysis #Medical Image Segmentation Techniques #cs.CV #math.AP
paper · pdf · doi:10.48550/arxiv.1107.2782
18 pages
openalex publication_date 2011/07/14 · arxiv created 2011/07/15 · arxiv updated 2011/07/18 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28
Segmentation is the process of partitioning a digital image into multiple segments (sets of pixels). Such common segmentation tasks including segmenting written text or segmenting tumors from healthy brain tissue in an MRI image, etc. Chan-Vese model for active contours is a powerful and flexible method which is able to segment many types of images, including some that would be quite difficult to segment in means of "classical" segmentation - i.e., using thresholding or gradient based methods. This model is based on the Mumford-Shah functional for segmentation, and is used widely in the medical imaging field, especially for the segmentation of the brain, heart and trachea. The model is based on an energy minimization problem, which can be reformulated in the level set formulation, leading to an easier way to solve the problem. In this project, the model will be presented (there is an extension to color (vector-valued) images, but it will not be considered here), and Matlab code that implements it will be introduced.