Wednesday, July 26, 2023

Lines Detection: Use of the Radon Transform



 The classical approach to detect lines in an image is the Hough Transform. Here I'll present another alternative based on the Radon Transform (seen in my Learning Tomography series [see TOC]).


Thursday, March 30, 2023

Python - Table of Contents



Section dedicated to Python and image manipulation



Installing python3, pip3, and scikit-image

 

 

 A new series dedicated to Image Processing with the programming language Python. The first step is to install all the Python programming environment to manipulate and explore images.