Skip to content

Mohammadreza-Asadi-g/imageprocessing-languages-comparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imageprocessing-languages-comparison

This repository is just a comparison between five programming languages/software for a simple image-processing task. The codes are written in Python, C++, Julia, MATLAB, and HALCON. The task is just detecting some circles in a sample image:

test

Sample shots of the result (OpenCV Python and HALCON):

vs code

Halcon

The results show that OpenCV (Python and C++) have the best performance related to the other methods.