48 skills found · Page 1 of 2
PierrePerrin / PPMusicImageShadowPPMusicImageShadow is a view that imitates in real time the shadow blurred effect of iOS Music App.
shreyapamecha / Speed Estimation Of Vehicles With Plate DetectionThe main objective of this project is to identify overspeed vehicles, using Deep Learning and Machine Learning Algorithms. After acquisition of series of images from the video, trucks are detected using Haar Cascade Classifier. The model for the classifier is trained using lots of positive and negative images to make an XML file. This is followed by tracking down the vehicles and estimating their speeds with the help of their respective locations, ppm (pixels per meter) and fps (frames per second). Now, the cropped images of the identified trucks are sent for License Plate detection. The CCA (Connected Component Analysis) assists in Number Plate detection and Characters Segmentation. The SVC model is trained using characters images (20X20) and to increase the accuracy, 4 cross fold validation (Machine Learning) is also done. This model aids in recognizing the segmented characters. After recognition, the calculated speed of the trucks is fed into an excel sheet along with their license plate numbers. These trucks are also assigned some IDs to generate a systematized database.
jgreitemann / ColormapC++ headers for mapping values to colors and creating PPM images from them
rlepigre / Ocaml ImagelibThe imagelib library implements image formats such as PNG or PPM
chrdavis / PIFShellExtensionsWindows Shell extension to allow image types such as Portable Pixmap Format (PPM), Portable Graymap Format (PGM) and Portable Bitmap Format (PBM) to get thumbnail, properties and data object support in Windows Explorer. Both ascii and binary versions of the above formats are supported. This extension will render thumbnails and properties (width, height, dimensions, bit depth) which will display in Windows Explorer. It also implements a data handler extension which will permit copying the file from Explorer and pasting in applications such as MSPaint or Photoshop.
make-github-pseudonymous-again / Pixels:flower_playing_cards: 1x1 black and white images in jpg, png, gif and ppm formats
ToruNiina / Pnmpbm, pgm, ppm image IO for modern C++ (single header only library)
paulcuth / Netpbm ViewerView PPM, PGM and PBM images by simply dragging them into your browser.
lmittmann / PpmPackage ppm implements a Portable Pixel Map (PPM) image decoder and encoder written in Go.
stomar / PnmA Ruby library for PNM image files (PBM, PGM, PPM)
arasgungore / Filters And FractalsA C project which implements various image processing operations and recursive fractal generating algorithms.
Hronom / ImageConverterConverts image formats(SVG, BMP, JPG, JPEG, PNG, PPM, TIFF, XBM, XPM)
nkkav / LibpnmioC library for reading and writing PNM (PBM/PGM/PPM) and PFM images.
leimao / PPMIOPPM Image I/O Library for C/C++
jnorthrup / DelineateDelineate is a tool for converting raster images to SVG (Scalable Vector Graphics) using AutoTrace or potrace. It loads images using JIU and displays results using Batik. Input formats are JPEG, PNG, GIF, BMP, TIFF, PNM, PBM, PGM, PPM, IFF, PCD, PSD, RAS.
thinks / Pnm IoSingle file, header-only, no-dependencies C++ module for reading and writing images in the PPM and PGM formats.
Natshah / Natshah Image ConverterTo Convert Directory of Images ( JPG, JPEG, PNG, BMP, PBM, PGM, PPM, XBM ) to a directory of any other images ( JPG , JPEG, PNG, BMP, PBM, PGM, PPM, XBM ) , which can change the size for all of them. using C++ and QT Library.
kevinGodell / Pam DiffMeasure pixel differences between pam image pixel arrays. Pam is an image type similar to ppm, pbm, and pgm. It has a small header that is followed by an uncompressed array of pixel data.
fmenozzi / EasyppmAn easy-to-use PPM image library
jesseyeh / PpmviewerAn image viewer for displaying PPM images