Costa Rica
This repository hosts a collection of different algorithms for image analysis, edition, etc
python
Filter Spectrum: This algorithm allows analyzing the different present characteristics of each image.python
Image Vectorizer: This algorithm provides a Python script to convert an input image into a vectorized image using KMeans clustering.python
High Resolution Image Mosaic: This program creates a high resolution mosaic of an input image with images from a directory.python
Image Mosaic: This program creates a mosaic of an input image with images from a directory.C
Image Mean Variance Calculator: This project is designed to calculate the mean and variance of images. It's useful for image processing tasks where understanding the statistical properties of the image dataset is important.C++
BMP_RGB_YUV400_Toolkit: This program is designed to perform various image processing operations in C. It includes functions for reading parameters from a text file, reading an RGB image from a BMP file, converting an RGB image to an intensity image, drawing a line segment and a circle on the intensity image, and saving the intensity image in a YUV400 file.