• Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    C++
  • License
    Other
  • Created about 9 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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++.

More Repositories

1

ImageResizerCUDA

A NVidia CUDA implementation of the bilinear and nearest neighbor resizing algorithms. Written in Qt/C++.
C++
9
star
2

ImageResizer

Tool capable of resizing images using the nearest neighbor, bilinear interpolation and bicubic interpolation algorithms. Written in Qt/C++.
C++
7
star
3

SelectionModesDemo

Demonstration of different modes of selecting image areas (polygonal, lasso and rectangular selection modes). Written in Qt/C++.
C++
3
star
4

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++.
C++
2
star
5

ImageRotator

Image rotator capable of rotating images using the Nearest Neighbor or bilinear interpolation algorithms. Written in Qt/C++.
C++
1
star
6

ConvolutionalNeuralNetworkDemo

Demonstration of a working convolutional neural network using the CIFAR-10 dataset. Written in Qt/C++.
C++
1
star
7

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++.
C++
1
star
8

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++.
C++
1
star
9

ImageAutoClipper

Program for auto-clipping images by removing "stray" pixels, with adjustable parameters. Written in Qt/C++.
C++
1
star
10

LongShortTermMemoryNeuralNetwork

A LSTM (Long short term memory) implementation. Written in Qt/C++.
C++
1
star
11

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.
C++
1
star