You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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++.
A Qt program written in C++ capable of approximating continuous functions (sin(x), cos(x), ...) using a feedforward neural network with configurable hyperparameters.