GitHub topics: grayscale-images
ProGamerGov/Neural-Tools
Tools made for usage alongside artistic style transfer projects
Language: Python - Size: 82 KB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 187 - Forks: 30

talhatallat/Low-Light-Image-Enhancement
Images captured in outdoor scenes can be highly degraded due to poor lighting conditions. These images can have low dynamic ranges with high noise levels that affect the overall performance of computer vision algorithms. To make computer vision algorithms robust in low-light conditions, use low-light image enhancement to improve the visibility of an image. The histogram of pixel-wise inversion of low-light images or HDR images is very similar to the histogram of hazy images. Thus, you can use haze removal techniques to enhance low-light images.
Language: MATLAB - Size: 5.86 KB - Last synced at: 9 days ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 0

rahji/greyscale
Command-line tool for interrogating greyscale images
Language: Go - Size: 361 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 4 - Forks: 0

anas-farooq8/Parallel-ImageProcessing-OpenCL
OpenCL Image Processing: Explore efficient image processing algorithms using OpenCL, a framework for parallel computing. Convert colored images to grayscale for tasks like skin cancer detection, leveraging the ISIC 2020 Challenge Dataset. Includes optimized parallelized algorithms and documentation for seamless implementation.
Language: C - Size: 6.75 MB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Gyakobo/quadtree-image-compression
This project aims utilize a graph(a tree) as a form of image value compression by implementing a special kind of data structure where it basically groups repeating variables into a node and ungroups non-repeating values into their own nodes.
Language: C - Size: 143 KB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 4 - Forks: 0

ippapi/Android-malware-classification-using-KNN
Contains in our project: Android malware classification with grayscale image representation of android malware approach using KNN
Language: Jupyter Notebook - Size: 256 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

Sumonta056/Bangladeshi-Vehicle-Number-Plate-Detection
Image Processing Pipeline: Enhance, rotate, extract features, and segment characters in images for text recognition and enhancement.
Language: Python - Size: 7.93 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

aryanrzn/Face-Similarity-Detection
Using the PCA (Principal Component Analysis) in order to recognize the similarity of the gray-scale faces dataset.
Language: R - Size: 6.84 KB - Last synced at: 11 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

maheera421/Road-Lane-Detection
Autonomous vehicle Road Lane Detection system using Digital Image Processing techniques.
Language: Python - Size: 138 MB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

farihaSultana1204/Skin-Cancer-Detection-Using-Image-Processing
Language: Jupyter Notebook - Size: 691 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ruoheng-du/computer-vision-defect-detection
Computer Vision: Defect Detection | Summer 2022
Language: Python - Size: 473 MB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

antonin-lfv/plot_picture-python
picture manipulation with Python
Language: Python - Size: 8.79 KB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

MAliKaya53/Sobel_Filter
Sobel Filter Verilog implementation
Language: Verilog - Size: 30.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

NOIRINSIGHT/Retro-Revive
This website can be used to convert grayscale images and videos to colour.
Language: Jupyter Notebook - Size: 42.3 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

shree-prada/Traffic-Signs-Recognition
This project is a real-time traffic sign recognition system built using Python, OpenCV, and a pre-trained CNN model, capable of detecting and recognizing traffic signs from images.
Language: Jupyter Notebook - Size: 1.16 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

adammaj1/implodedcauliflower
Imploded cauliflower - is a Julia set for c=1/4+epsilon with epsilon >0. How many different ways are there to show such set ? ( program d.c creates 39 pgm images ). Here c = 0.35
Language: C - Size: 5.41 MB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

sharathsrini/Lane-Detection-Using-Computer-Vision
A Lane Detection program that implements Hough Lines and Canny Edge Detection from the OpenCV library of Python-3
Language: Jupyter Notebook - Size: 25.7 MB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

qazi0/image-transform
Command-line PNG Image Editor in C++11, with grayscaling, illinifying, spot light creation and watermarking support.
Language: C++ - Size: 6.04 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Khushiece/ImageProcessing
Image Processing using Python(Open cv)
Language: Python - Size: 561 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

liliansteven/image-compression-and-decompression-using-PCA-implemented-from-scratch
Repository showcasing image compression with PCA for grayscale and colored images, featuring manual PCA implementation and eigenface exploration.
Language: Jupyter Notebook - Size: 1.23 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

kmr0877/Realtime-Object-Tracking-using-Opencv
Image segmentation, feature description and object tracking form the foundation of many successful applications of computer vision. The objective of this task is for you to become familiar with these techniques and their implementation in OpenCV.
Language: Jupyter Notebook - Size: 68.2 MB - Last synced at: 2 months ago - Pushed at: over 7 years ago - Stars: 7 - Forks: 7

ericsujw/InstColorization
Language: Jupyter Notebook - Size: 5.97 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 693 - Forks: 144

qi-zohair/Amended-Unsharp-Mask-Filter-for-Image-Sharpening
Language: MATLAB - Size: 2.14 MB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

qi-zohair/Low-Complexity-Algorithm-for-Contrast-Enhancement
Language: MATLAB - Size: 1.32 MB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

alessiopittiglio/image-processing-transmission
Exercises done during the Image Processing and Transmission course
Language: MATLAB - Size: 416 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

JinyuWang123/ERT
A Matlab implementation accompanying the paper "Statistical Inference on Grayscale Images via the Euler-Radon Transform".
Language: MATLAB - Size: 87.9 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

JobayerAhmmed/Image-Processing
Image Processing algorithms implement in Java.
Language: Java - Size: 70.4 MB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

nawalmunif/Image-Processing-on-FPGA
An efficient FPGA-based design and implementation of image processing algorithm is presented using verilog hardware description language on Xilinx Vivado.
Size: 36.5 MB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

pulkitpareek18/PixelShift
PixelShift is a simple Image Converting website created using Flask that can convert Images to PNG, JPG, JPEG, WEBP, BMP, TIF, TIFF, and Grayscale also.
Language: HTML - Size: 766 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

muddukrishna96/Vehicle_number_plate_recognition
Vehicle number plate identification using open cv ,easyocr
Language: Jupyter Notebook - Size: 331 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

SamaSamrin/Image-Thresholding-with-OpenCV
Attempt at image thresholding with OpenCV and Google Colab
Language: Jupyter Notebook - Size: 0 Bytes - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Abhisheksukhwal04/image-gallery
In the normal state, the images in this gallery appear in grayscale. When you hover over them, the colors are restored.
Language: HTML - Size: 6.22 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

raoalok/imagescrape
Google Image Scrape : Local HDD
Language: JavaScript - Size: 221 KB - Last synced at: about 1 month ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 2

raoalok/imgscrape
Google Image Scrape : Amazon S3
Language: JavaScript - Size: 222 KB - Last synced at: about 1 month ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

alinasode/general-midway-equalization
Python implementation of general midway equalization using arbitrary number of grayscale images.
Language: Jupyter Notebook - Size: 3.82 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

aditya9211/Blur-and-Clear-Classification
Classifying the Blur and Clear Images
Language: Python - Size: 51.8 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 98 - Forks: 24

aakaashjois/Colorizing-Grayscale-Images 📦
Utilize deep learning models to automatically colorize grayscale images
Language: Python - Size: 86.9 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 2

kristoisberg/samp-grayscale-bitmap 📦
A test script for my colour manipulation library for grayscaling bitmaps for open.mp and SA-MP.
Language: Pawn - Size: 713 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

adammaj1/Mandelbrot-set-topology
Mandelbrot set topology
Language: C - Size: 768 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

omidmohajers/image-utils
A library for working with #images such as #resize #grayscale #save #convert on dotnet
Language: C# - Size: 339 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

Showndarya/Image-Compression-using-LZW
Image compression and decompression using LZW written in java
Language: Java - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 3 - Forks: 2

JCamiloo/ImageProcessing
Qt interface for the digital images processing.
Language: C++ - Size: 23.4 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 1

aditya9211/SVHN-CNN
Google Street View House Number(SVHN) Dataset, and classifying them through CNN
Language: Jupyter Notebook - Size: 1.02 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 58 - Forks: 34

Iltwats/Image-Transformation
Image Transformation using C++ and OOPS.
Language: C++ - Size: 6.79 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

elibooklover/ConvertingColorToGrayscale
Converting color to grayscale with Python
Language: Python - Size: 830 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

MaimoonaKhilji/MATLAB-image-type-conversions
RGB, indexed, grayscale
Language: MATLAB - Size: 959 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

SachaIZADI/colorful-world-pix2pix
Conditional Generative Adversarial Networks for Image Colorization
Language: Python - Size: 25.9 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 2

AyusheGangal/DeepColor
Implementation of Google's Inception ResNet v2 for the task of automatic colorization of gray-scale images in the CIELAB color space.
Language: Jupyter Notebook - Size: 9.43 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

shawkyebrahim2514/image-filters
image filters with CPP
Language: C++ - Size: 1.36 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

pryce-jones-systems/go-image-tools
Highly concurrent image manipulation library for Go.
Language: Go - Size: 11.8 MB - Last synced at: 18 days ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

allanjos/image_processing
Image processing utilities.
Language: MATLAB - Size: 6.02 MB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

sakusakueva/ImageToCo-occurrenceProbability
Calculates the probability of co-occurrence from gray-scale images.
Language: C++ - Size: 790 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

gabboraron/szamitogepes_kepfeldolgozas
SzámÃtógépes képfeldolgozás
Language: Jupyter Notebook - Size: 46.1 MB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

alexliqu09/NihonBW
This repository compares pix2pix and Instacolorization on the coloring image problem.
Language: Jupyter Notebook - Size: 74.2 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

Abir-crypto/imageProcessing
A JavaFx app that will process images.
Language: Java - Size: 935 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

pankaj846/Fuzzy_Logic_Image_Enhancement
Language: Jupyter Notebook - Size: 528 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

syarifuddinahmads/py-image-grayscaling
Image Processing - Grayscale
Language: Jupyter Notebook - Size: 24.8 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

sichkar-valentyn/Image_processing_in_Python
Image processing in Python. Reading, converting to different formats, implementing filtering, convolving images, detecting edges, cropping and resizing images
Language: Python - Size: 3.97 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 2

VermaAayushi/GrayScale
An HTML based website to convert an colourful image to grayscale image.
Language: JavaScript - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

tom-uchida/Verify_Noise_Transparentization_Formula
Language: Python - Size: 477 KB - Last synced at: 21 days ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

amartya-k/Computer_Vision_Journey
Tutorials and guides
Language: Jupyter Notebook - Size: 3.2 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 1

hongkiat/grayscale-web-image
Grayscale filter for images on the web
Language: HTML - Size: 95.7 KB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 3

henshmi/Grayscale-Flower-Image-Colorization
Convolutional neural network code for colorization and up-scaling of grayscale flowers images.
Language: Jupyter Notebook - Size: 3.29 MB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 0

saman-nia/Cutting-Edge-Image-Processing
Cutting Edge in Image Processing
Language: Jupyter Notebook - Size: 2.22 MB - Last synced at: 17 days ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

fstahl1/P1-CarND-LaneLines
Language: Jupyter Notebook - Size: 177 MB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

hknakst/image-processing-goruntuisleme-
image processing
Language: C++ - Size: 2.31 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

kmr0877/Image-Processing-with-OpenCV
To read the given Sergei Prokudin Gorsky image file,perform simple mathematical computations on images and reconstruct using image pyramids and perform image adjustments such as improving contrast,brightness etc. and produce a clear image output
Language: Python - Size: 14.6 KB - Last synced at: 3 months ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0
