Pinned Repositories
Emotion-recognition
Real time emotion recognition
ofxKu
Useful graphics/geometry/file/math/logic modules for openFrameworks
ofxKuTextGui
openFrameworks addon for creating textual GUI controlled by keyboard
ofxOpenVR
Implementation of Valve Software's OpenVR API for oF 0.10.1
ofxPytorch
ofxPytorch is an addon for openFrameworks, which allows to use PyTorch machine learning capabilities in your (C++) openFrameworks projects
ofxRealsense
openFrameworks addon for working with Intel Realsense 415,435,435i cameras
ofxSoundUtils
C++ low-level sound utils, such as mu-law conversion and reading/writing RAW files
ofxWindows
Addon for openFrameworks for working with Windows - screen, mouse, keyboard.
ofxWord2Vec
openFrameworks addon for working with word2vec embedding, implemented in pure C++
qtcomputeshader
Implementing compute shader computation without graphics
perevalovds's Repositories
perevalovds/ofxWord2Vec
openFrameworks addon for working with word2vec embedding, implemented in pure C++
perevalovds/ofxDepthCameras
Unified interface for working with depth cameras
perevalovds/ofxExternalProcess
OpenFrameworks addon to execute any external process (similar to ofSystem() with more control)
perevalovds/ofxVstHost
Enable to load VST plugins and use them as audio effects in openFrameworks.
perevalovds/word2vec-win32
A word2vec port for Windows.
perevalovds/espvgax
ESP8266 VGA Library for Arduino
perevalovds/FgSegNet
FgSegNet: Foreground Segmentation Network, Foreground Segmentation Using Convolutional Neural Networks for Multiscale Feature Encoding
perevalovds/ofxBranchesPrimitive
openFrameworks addon to create geometries composed by branches
perevalovds/ofxCv
Alternative approach to interfacing with OpenCv from openFrameworks.
perevalovds/ofxDeferredShading
an openFrameworks addon for shading, lighting, lens simulation.
perevalovds/ofxFft
FFT addon for openFrameworks that wrapps FFTW and KissFFT.
perevalovds/ofxFontStash
Easy (and fast) unicode string rendering addon for OpenFrameworks. FontStash is made by Andreas Krinke and Mikko Mononen
perevalovds/ofxHPVPlayer
Cross-platform C++ toolset for playing high-res and high-fps video content.
perevalovds/ofxIO
A collection of I/O core utils including a directory watcher, file filters and ordering, compression and more.
perevalovds/ofxKuKinectV2
An addon for the new Kinect For Windows V2 sensor.
perevalovds/ofxLibwebsockets
openFrameworks wrapper of libwebsockets for WebSocket client and server functionality
perevalovds/ofxMidi
(maintained) Midi addon for openFrameworks
perevalovds/ofxMSAVectorUtils
C++ templated generic vector<T> util functions for when you don't want to use a huge linalg lib. Only very basic vector functions implemented. For more complex stuff I suggest a dedicated library (like Eigen or Armadillo)
perevalovds/ofxMSAWord2Vec
openFrameworks addon to load and manage word2vec word embeddings, and supporting python code to train them
perevalovds/ofxOpenNI
Wrapper for OpenNI, NITE and SensorKinect
perevalovds/ofxPBR
perevalovds/ofxSTL
STL importer/exporter for openFrameworks
perevalovds/ofxVideoRecorder
A fast multi-threaded video recording extension using ffmpeg
perevalovds/ofxWebServer
ofxWebServer - openFrameworks addon for creating webbrowser, based on mongoose.
perevalovds/ofxWinMenu
Create a menu for a Microsoft Windows Openframeworks application.
perevalovds/ofxWMFVideoPlayer
Video player for openFrameworks using Windows Media Foundation API and hardware acceleration capabilities
perevalovds/RemoteConfig
Application for remote control programs used ofxKuTextGui interface
perevalovds/SimplexNoise
Arduino library for Simplex Noise
perevalovds/TensorFlowLiteQtVPlay
Tensorflow Lite integration with Qt and V-Play for multi-platform machine learning apps on iOS and Android
perevalovds/yolo-windows