-
Updated
Apr 9, 2022 - Go
#
dithering-algorithms
Here are 27 public repositories matching this topic...
A fast, correct image dithering library in Go.
Various dithering algorithms implemented in Go
-
Updated
Feb 15, 2021 - Go
Dithering algorithms for arbitrary palettes in PIL
-
Updated
Jun 11, 2022 - Python
An extensive, fast, and accurate command-line image dithering tool.
-
Updated
May 24, 2022 - Go
Sample implementation for different common dithering algorithms
-
Updated
Mar 26, 2013 - Processing
My works for EE 569 - Digital Image Processing - Spring 2018 - Graduate Coursework at USC - Dr. C.-C. Jay Kuo
opencv
deep-learning
cpp
surf
mnist-classification
bag-of-words
dithering-algorithms
edge-detection
convolutional-neural-networks
sift
warping
morphological-analysis
image-matching
panorama-image
texture-classification
image-enhancement
texture-analysis
lenet-5
noise-removal
ee569
-
Updated
Jun 6, 2018 - C++
Small image utility featuring an implementation of the median-cut color quantization algorithm and Floyd-Steinberg dithering in C.
-
Updated
Oct 9, 2017 - C
Dithering and image quantifying
-
Updated
Aug 29, 2017 - JavaScript
Ordered Dithering on the GLSL fragment Shader with colors
-
Updated
Oct 29, 2019 - GLSL
Floyd–Steinberg dithering algorithm in C++ for bitmap images
-
Updated
Mar 27, 2019 - C++
A simple utility to apply different kinds of image dithering using Processing
-
Updated
Oct 26, 2017 - Processing
-
Updated
Sep 7, 2017 - C++
AzuxirenLeadGuy
commented
Jul 20, 2021
In the Filters
namespace, a filter for edge detection can be added, preferably a canny edge detector.
As per the programming style, the expected syntax is
Bitmap bitmap = ...//Load Image
bitmap.Filter(new EdgeDetectingFilter());
The algorithm can be looked up at this Wikipedia article.
Floyd-Steinberg and Burkes dithering implementations in Racket
-
Updated
Dec 6, 2017 - Racket
Make high-quality pictures look low-quality
-
Updated
May 30, 2022 - C
PEL (Pygame Effects Library)
filter
scrolling
image-processing
blur
gaussian
image-manipulation
dithering-algorithms
edge-detection
grayscale
hue
sepia
fisheye
median-filter
sobel
bilateral-filter
bilinear
image-inversion
rgb-split
scrollingview
-
Updated
Dec 28, 2020 - Python
Floyd–Steinberg dithering
-
Updated
Dec 4, 2018 - Processing
CLI Image Processing and Editing Suite
png
scale
bmp
image-processing
contrast
brightness
dithering-algorithms
edge-detection
command-line-tool
image-processing-app
resampling-methods
-
Updated
Oct 29, 2017 - C
Dithering algorithms used in EzMediaCore written in Go
-
Updated
Feb 22, 2022 - C
zooming
convolution
dithering-algorithms
edge-detection
canny-edge-detection
seeded-region-growing
rgb2gray
gray-level-transformation
-
Updated
Oct 1, 2020 - Python
In this project, we are going to implement some common algorithms in image processing field specifically image dithering
-
Updated
Dec 30, 2019 - Python
This repository contains important image processing algorithms from scratch
computer-vision
image-processing
feature-extraction
classification
dithering-algorithms
edge-detection
warping-algorithm
-
Updated
Mar 9, 2021 - C++
art
pictures
creative-coding
random
dithering
dithering-algorithms
dithering-images
object-oriented-programming
artistic-visualization
dithering-methods
dithered-images
-
Updated
Apr 30, 2021 - Processing
Image dithering and interpolation project
interpolation
matlab
image-processing
dithering
dithering-algorithms
dithering-images
dithering-methods
-
Updated
Mar 13, 2021 - MATLAB
Vue 2 examples of black and white dithering for; threshold, Bayer (Ordered index), Floyd Steinberg and Minimized Average Error algorithms.
-
Updated
Jul 4, 2022 - Vue
Improve this page
Add a description, image, and links to the dithering-algorithms topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dithering-algorithms topic, visit your repo's landing page and select "manage topics."
Now camera rotating by mouse. Need to add the ability to rotate the camera using the keyboard.