Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.94 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.94 KB

Image Processing Hub

Costa Rica

Belinda Brown, [email protected]

License: GPL v3 GitHub Open Source? Yes!

GitHub brown9804


This repository hosts a collection of different algorithms for image analysis, edition, etc

Content

  1. python Filter Spectrum: This algorithm allows analyzing the different present characteristics of each image.
  2. python Image Vectorizer: This algorithm provides a Python script to convert an input image into a vectorized image using KMeans clustering.
  3. python High Resolution Image Mosaic: This program creates a high resolution mosaic of an input image with images from a directory.
  4. python Image Mosaic: This program creates a mosaic of an input image with images from a directory.
  5. 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.
  6. 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.