Page 296 - Handbook of Deep Learning in Biomedical Engineering Techniques and Applications
P. 296
Chapter 10 Deep neural network in medical image processing 287
Example of Edge-Based segmentation
Listing 1; Canny Edge Detection Example
Figure 10.6 Canny edge detection.
4.3 Threshold segmentation
Threshold segmentation is the simplest method of segmenta-
tion of image objects as well as one of the most common
methods of parallel segmentation. It is a popular segmentation
algorithm that divides the information processing of the grayscale
image directly based on the gray value of various targets. Seg-
mentation of the threshold may be categorized into local
threshold method and global threshold method. An example of
region-based segmentation using deep learning approach is
shown in Fig. 10.7.