Processing Images Through Segmentation Algorithms
Deep LearningModelingImage ProcessingSegmentationposted by ODSC Community June 15, 2020
Image segmentation is considered one of the most vital progressions of image processing. It is a technique of dividing an image into different parts, called segments. It is primarily beneficial for applications like object recognition or image compression because, for these types of applications, it is... Read more
Using the CNN Architecture in Image Processing
Deep LearningModelingcnn architectureImage Processingposted by ODSC Community January 9, 2020
This post discusses using CNN architecture in image processing. Convolutional Neural Networks (CNNs) leverage spatial information, and they are therefore well suited for classifying images. These networks use an ad hoc architecture inspired by biological data taken from physiological experiments performed on the visual cortex. Our... Read more
Wonders in Image Processing with Machine Learning
Machine LearningModelingImage Processingposted by ODSC Community October 25, 2019
We discuss some wonders in the field of image processing with machine learning advancements. Image processing can be defined as the technical analysis of an image by using complex algorithms. Here, image is used as the input, where the useful information returns as the output. According... Read more