All Projects → karlphillip → Graphicsprogramming

karlphillip / Graphicsprogramming

Demos related to OpenGL, Qt/QML, OpenCV and other X technologies.

Programming Languages

cpp
1120 projects

Projects that are alternatives of or similar to Graphicsprogramming

Qt 5 And Opencv 4 Computer Vision Projects
Qt 5 and OpenCV 4 Computer Vision Projects, published by Packt
Stars: ✭ 72 (-13.25%)
Mutual labels:  opengl, opencv, qt
Hplayer
A multi-screen player using Qt + FFmpeg.
Stars: ✭ 330 (+297.59%)
Mutual labels:  opengl, opencv, qt
Autoannotationtool
A label tool aim to reduce semantic segmentation label time, rectangle and polygon annotation is supported
Stars: ✭ 113 (+36.14%)
Mutual labels:  opencv, qt, qml
Kdabtv
This repository contains the code of the examples showcased in the KDAB TV video series.
Stars: ✭ 61 (-26.51%)
Mutual labels:  opengl, qt, qml
Satellitesimulator
🚀 A simple Qt/OpenGL satellite orbit simulator
Stars: ✭ 28 (-66.27%)
Mutual labels:  opengl, qt
Workspace
🚀 Base applications and settings for Liri OS
Stars: ✭ 9 (-89.16%)
Mutual labels:  qt, qml
Qlogo
QLogo is a rewrite of the UCBLogo language and user interface with UCB compatibility. It is cross-platform and uses hardware-accelerated graphics.
Stars: ✭ 39 (-53.01%)
Mutual labels:  opengl, qt
Osgqtquick
Intergation OpenSceneGraph to Qt Quick
Stars: ✭ 53 (-36.14%)
Mutual labels:  qt, qml
Taoquick
a cool QtQuick/qml component library and demo(一套酷炫的QtQuick/Qml基础库和示例)
Stars: ✭ 481 (+479.52%)
Mutual labels:  qt, qml
Shaderworkshop
Interactive GLSL fragment shaders editor made with Qt
Stars: ✭ 43 (-48.19%)
Mutual labels:  opengl, qt
Mobilenet Ssd
MobileNet-SSD(MobileNetSSD) + Neural Compute Stick(NCS) Faster than YoloV2 + Explosion speed by RaspberryPi · Multiple moving object detection with high accuracy.
Stars: ✭ 84 (+1.2%)
Mutual labels:  opengl, opencv
Mlt
MLT Multimedia Framework
Stars: ✭ 836 (+907.23%)
Mutual labels:  opengl, qt
Scihubeva
A Cross Platform Sci-Hub GUI Application
Stars: ✭ 683 (+722.89%)
Mutual labels:  qt, qml
Ashengine
A cross-platform 3D engine based on Qt 5.9.7, OpenGL 3.3 and Assimp 4.1.
Stars: ✭ 35 (-57.83%)
Mutual labels:  opengl, qt
Olive
Free open-source non-linear video editor
Stars: ✭ 5,682 (+6745.78%)
Mutual labels:  opengl, qt
Spix
UI test automation library for QtQuick/QML Apps
Stars: ✭ 48 (-42.17%)
Mutual labels:  qt, qml
Arcgis Runtime Toolkit Qt
ArcGIS Runtime SDK for Qt Toolkit
Stars: ✭ 63 (-24.1%)
Mutual labels:  qt, qml
Awesome Qt Qml
A curated list of awesome Qt and QML libraries, resources, projects, and shiny things.
Stars: ✭ 1,118 (+1246.99%)
Mutual labels:  qt, qml
Openframeworks
openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
Stars: ✭ 8,652 (+10324.1%)
Mutual labels:  opengl, opencv
Mapbox Gl Native
Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL
Stars: ✭ 4,091 (+4828.92%)
Mutual labels:  opengl, qt

GraphicsProgramming

Demos related to OpenGL, Qt/QML, OpenCV and other X technologies.

Demo Description Screenshot
cvDisplacementMapFilter Displacement Map Filter implementation in C++/OpenCV that renders two images as a movie clip.
cvFruitClassification C++/OpenCV port of a cool Python application that performs Oranges vs Apples classification using LDA.
cvQtImage C++/OpenCV/Qt example that displays an image and the RGB values of a pixel based on mouse coordinates.
cvQtCameraGL An interesting demo that shows how to use C++/OpenCV to retrieve frames from the camera and draw them with Qt QGLWidget for GPU rendering (OpenGL).
cvQtVideo Another C++/OpenCV/Qt example on how to display video files with configurable Aspect Ratio.
cvWatershedSegmentation Stackoverflow answer that uses C++/OpenCV's watershed segmentation with distance transform to segment beans.
ipcQtGesture C++/Qt application that uses the old Intel® Perceptual Computing SDK 2013 for gesture recognition. Windows only. No image available
qml2DRaycasting QML implementation of 2D raycasting.
qml2DRaycastingEngine QML implementation of a 2D raycasting engine.
qml2DQuadTree QML implementation and visualization of the data structure Quadtree that offers operations to insert new points and search them within a rectangular area.
qml3DTerrain Qt3D/QML implementation of dynamic terrain generation based on Perlin noise.
qmlBattery A Qt/QML element that displays the amount of energy left in a Battery as horizontal bars according to the charge. For demonstration purposes, the charge value is set dynamically and randomly from the C++ side.
qt3DRenderer A complete 3D Graphics Renderer that demonstrates how to load simple meshes from Wavefront files (with texture) and performs all the required transformations to project them on a 2D color buffer that is copied into a QImage object to be displayed with Qt.
qtArduinoSerial A simple C++/Qt example on how to print data from a serial (COM) port connected to Arduino. No image available
qtFPSvsTIMEAnimation Super educational C++/Qt implementation of FPS-based and Time-based animation techniques, as explained by Steven Lambert.
qtGLMdemo A customized QGLWidget that loads a 3D model from the disk using Nate Robins GLM library and renders it using native OpenGL calls.
qtKinectVideo C++/Qt application based on Color Basics from Kinect for Windows SDK 1.8. This demo displays the Color Stream of the camera. No image available
qtLinearRegressionGD C++/Qt/Eigen implementation of Linear Regression based on Daniel Shiffman's tutorials. Data is plotted with Madplotlib (Qt required).
qtLogoBlurGL A silly C++/Qt/OpenGL demo that renders a logo on a texture and displays a glow around it.
qtSmoothColorTransition A C++/Qt application that takes a grayscale image and performs a smooth color transition using a predefined color palette based on linear interpolation.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].