Pinned Repositories
BMPDecoder
Advanced Windows Bitmap decoder. Supports the following bit depths: 1 bpp, 4 bpp, 4 bpp RLE, 8 bpp, 8 bpp RLE, 16 bpp, 32 bpp. Written in Qt/C++.
ColorExtractor
Color extractor that can be used to extract or remove a certain color from an image. An error tolerance may also be set. Written in Qt/C++.
DefaultLibrary
Public domain general-purpose library full of useful functions needed in everyday programming tasks (text processing, IO functions, HTML/JSON/INI parsing, etc.). Written in C++.
FFNNTFunctApprTest
A Qt program written in C++ capable of approximating continuous functions (sin(x), cos(x), ...) using a feedforward neural network with configurable hyperparameters.
ImageAutoClipper
Program for auto-clipping images by removing "stray" pixels, with adjustable parameters. Written in Qt/C++.
ImageResizer
Tool capable of resizing images using the nearest neighbor, bilinear interpolation and bicubic interpolation algorithms. Written in Qt/C++.
ImageResizerCUDA
A NVidia CUDA implementation of the bilinear and nearest neighbor resizing algorithms. Written in Qt/C++.
ImageTagger
ImageTagger is a tool written in Qt/C++ for tagging regions of images, for example in order to create training sets for deep learning. It produces JSON files.
LongShortTermMemoryNeuralNetwork
A LSTM (Long short term memory) implementation. Written in Qt/C++.
SelectionModesDemo
Demonstration of different modes of selecting image areas (polygonal, lasso and rectangular selection modes). Written in Qt/C++.
Extender's Repositories
Extender/ImageResizerCUDA
A NVidia CUDA implementation of the bilinear and nearest neighbor resizing algorithms. Written in Qt/C++.
Extender/ImageResizer
Tool capable of resizing images using the nearest neighbor, bilinear interpolation and bicubic interpolation algorithms. Written in Qt/C++.
Extender/BMPDecoder
Advanced Windows Bitmap decoder. Supports the following bit depths: 1 bpp, 4 bpp, 4 bpp RLE, 8 bpp, 8 bpp RLE, 16 bpp, 32 bpp. Written in Qt/C++.
Extender/SelectionModesDemo
Demonstration of different modes of selecting image areas (polygonal, lasso and rectangular selection modes). Written in Qt/C++.
Extender/DefaultLibrary
Public domain general-purpose library full of useful functions needed in everyday programming tasks (text processing, IO functions, HTML/JSON/INI parsing, etc.). Written in C++.
Extender/ColorExtractor
Color extractor that can be used to extract or remove a certain color from an image. An error tolerance may also be set. Written in Qt/C++.
Extender/ConvolutionalNeuralNetworkDemo
Demonstration of a working convolutional neural network using the CIFAR-10 dataset. Written in Qt/C++.
Extender/ImageAutoClipper
Program for auto-clipping images by removing "stray" pixels, with adjustable parameters. Written in Qt/C++.
Extender/ImagePixelator
Program for pixelating images with a customizable cell size. Written in Qt/C++.
Extender/ImageRotator
Image rotator capable of rotating images using the Nearest Neighbor or bilinear interpolation algorithms. Written in Qt/C++.
Extender/ImageTagger
ImageTagger is a tool written in Qt/C++ for tagging regions of images, for example in order to create training sets for deep learning. It produces JSON files.
Extender/LongShortTermMemoryNeuralNetwork
A LSTM (Long short term memory) implementation. Written in Qt/C++.
Extender/MultiLayerLongShortTermMemoryNeuralNetwork
A multi-layer LSTM (Long short term memory) implementation, featuring the ability to add hidden layers to each of the four LSTM gates. Written in Qt/C++.
Extender/FFNNTFunctApprTest
A Qt program written in C++ capable of approximating continuous functions (sin(x), cos(x), ...) using a feedforward neural network with configurable hyperparameters.
Extender/ArduinoComm
Working Arduino Yun/PC communication system. Written in Qt/C++ and Arduino C++.
Extender/AutogenLetterImgs
Generator of tagged images of letters, with customizable parameters such as rotation and background. Also generates associated .taglist.json files for the images (see ImageTagger). Written in Qt/C++.
Extender/binance-official-api-docs
Official Documentation for the Binance APIs and Streams
Extender/ColoredSquareDetector
Program for detecting colored squares in images. Very customizable. Written in Qt/C++.
Extender/ColorGroupingDemo
A program capable of grouping pixels by their colors. Written in Qt/C++.
Extender/EdgeDetector
Demonstration of working implementations of the Canny, Sobel, and Roberts cross edge detection algorithms. Written in Qt/C++.
Extender/EdgeDetectorCUDA
Demonstration of working implementations of the Canny, Sobel, and Roberts cross edge detection algorithms, each algorithm implemented in a CPU and a NVidia CUDA version. Written in Qt/C++.
Extender/ImageLoader
Template for an image loader. Written in Qt/C++.
Extender/ImageMedian
A tool for creating a composite image, or reducing noise by combining multiple images of the same scene. Written in Qt/C++.
Extender/JavaIO
Basic IO functions. Written in Java.
Extender/Pandas-Tutorial-SciPyConf-2018
Extender/PromptDialog
A simple, one-line prompt dialog template and demonstration. Written in Qt/C++.
Extender/RecurrentNeuralNetwork
Implementation of a Jordan-type recurrent neural network. Written in Qt/C++.
Extender/sparse-grid-plotter
1D and 2D sparse grid basis/interpolant plotter
Extender/WorkingDirectoryTemplate
Template for working directory-based projects. Written in Qt/C++.