Severity: Warning
Message: Undefined array key "articleIDUniqueCode"
Filename: frontend/article.php
Line Number: 189
Severity: 8192
Message: substr(): Passing null to parameter #1 ($string) of type string is deprecated
Filename: frontend/article.php
Line Number: 189
Severity: Warning
Message: Undefined array key "articleIDUniqueCode"
Filename: frontend/article.php
Line Number: 190
Severity: 8192
Message: substr(): Passing null to parameter #1 ($string) of type string is deprecated
Filename: frontend/article.php
Line Number: 190
Severity: Warning
Message: Undefined array key "articleIDUniqueCode"
Filename: frontend/article.php
Line Number: 213
Severity: 8192
Message: substr(): Passing null to parameter #1 ($string) of type string is deprecated
Filename: frontend/article.php
Line Number: 213
Severity: Warning
Message: Undefined array key "articleIDUniqueCode"
Filename: frontend/article.php
Line Number: 214
Severity: 8192
Message: substr(): Passing null to parameter #1 ($string) of type string is deprecated
Filename: frontend/article.php
Line Number: 214
We use cookies to ensure our website works properly and to personalise your experience. Cookies policy
Severity: Warning
Message: Undefined array key "articleIDUniqueCode"
Filename: frontend/article.php
Line Number: 424
Department of Mathematics, Gobi Arts & Science College Gobi, chettipalayam
Edge detection is a fundamental image processing technique that identifies boundaries within images by detecting abrupt intensity changes. This paper investigates the application of the Fuzzy C-Means (FCM) clustering algorithm in edge detection and compares its performance with traditional methods such as Sobel, Prewitt, and Canny. By leveraging MATLAB for implementation, the study highlights the advantages of FCM in handling overlapping data and its applicability in fields like medical imaging and computer vision. A specific focus is given to the edge detection of brain tumors in MRI images, which is a critical step in medical image analysis. The proposed methodology employs noise removal techniques to enhance image quality, followed by image segmentation using FCM, and concludes with fine edge detection using the Canny method. Experimental results on MRI images with varying tumor characteristics, such as location, size, shape, and density, demonstrate that the FCM-based approach improves segmentation accuracy by 10-15% in certain cases compared to expert assessments. This study provides valuable insights into the strengths and limitations of each technique, offering a pathway for future research in medical image processing and other computer vision applications.
Edge detection is a critical step in image processing, serving as a precursor to tasks like feature extraction, object recognition, and segmentation. It simplifies images by reducing data while preserving essential structural details. Traditional techniques like Sobel, Prewitt, and Roberts often face challenges such as noise sensitivity and thick edge lines. Fuzzy clustering methods, particularly Fuzzy C-Means (FCM), offer an alternative by leveraging probabilistic boundaries to handle overlapping regions effectively. This study aims to evaluate the performance of FCM in edge detection and compare it with conventional methods [1] [4] [6]. The Fuzzy C-Means (FCM) clustering algorithm offers a promising alternative for addressing these challenges. Unlike traditional methods, FCM leverages fuzzy logic to handle overlapping regions and ambiguities in image data, making it particularly effective for tasks that require precise segmentation. This study explores the integration of FCM into the edge detection process, highlighting its potential advantages over conventional techniques. By focusing on the detection of brain tumor edges in MRI images, the research underscores the practical significance of FCM in medical imaging, where accurate and reliable analysis is crucial for diagnosis and treatment planning. This paper aims to provide a comparative analysis of FCM-based edge detection with traditional methods, using MATLAB as the implementation platform. The investigation covers key performance metrics, including accuracy, noise resistance, and computational efficiency, to offer a comprehensive evaluation of each approach. The findings contribute to the growing body of knowledge in image processing and provide valuable insights for researchers and practitioners working in fields such as medical imaging, computer vision, and machine learning.
Figure 1 Edge Detection
The methodology of this study is divided into two parts: traditional edge detection techniques and Fuzzy C-Means (FCM) clustering for edge detection (Figure 1).
Canny edge detection is a widely used method due to its precision and effectiveness in identifying edges within an image. The process consists of the following key steps [2]:
Edge maps can be generated using various algorithms, including Roberts, Prewitt, Sobel, and more advanced techniques like LoG and Canny. The effectiveness of these methods largely depends on the characteristics of the original image. Enhanced images often exhibit multiple levels of intensity gradation, which can result in the detection of false edge fragments during edge detection. To address this, a preliminary segmentation step using the Fuzzy C-Means (FCM) clustering method was employed. The Fuzzy C-Means clustering technique identifies a set of fuzzy clusters and corresponding cluster centers that best represent the data structure. This method divides a dataset of size n into a specified number of fuzzy clusters. A key aspect of FCM is the fuzzy membership matrix W={wik}, where each element wik ? indicates the degree to which the k-th data point belongs to the i-th cluster. For a given number of clusters c, FCM partitions the dataset X= {x1, x2,…,xn} into c fuzzy clusters with cluster centers V={v1,v2,…,vc}, while minimizing the objective function,
S. K. Srimonishaa*, Edge Detection Using Fuzzy C-Means: A Comparative Study, Int. J. Sci. R. Tech., 2025, 2 (3), 335-344. https://doi.org/10.5281/zenodo.15065735
10.5281/zenodo.15065735