Skip to main content

Posts

Showing posts with the label Non local mean

Lung Cancer Detection with Prediction Employing Machine Learning Algorithms: A Recent Study | Chapter 9 | New Approaches in Engineering Research Vol. 14

Lung cancer claims the lives of more people every year around the world. It is the second most common cancer in the world's population. The capacity to predict when a patient may develop cancer can help clinicians make pharmacological and therapy selections. This research proposes a new method for detecting and predicting the presence of malignant nodules in patients' lungs. The proposed method employs a machine learning approach known as support vector machine (SVM), a deep learning algorithm known as convolutional neural network (CNN), and a large lung cancer repository database known as the UCI repository to conduct the classification. In the first step of cleaning, images are pre-processed and then post-processed. The RGB to greyscale conversion is incorporated in the pre-processing step, and noise is reduced in the post-processing step using the Non-Local Means (NLM) filter. In the second stage of development, Otsu's approach was used to segment images, and Grey Level ...