Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0ce07d8

Browse files
committed
Updated README.md because of QtFPSvsTIMEanimation
1 parent 46d0f6c commit 0ce07d8

File tree

1 file changed

+33
-28
lines changed

1 file changed

+33
-28
lines changed

README.md

Lines changed: 33 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,33 @@
1-
GraphicsProgramming
2-
===================
3-
4-
Demos related to **OpenGL**, **Qt**, **OpenCV** and other X technologies.
5-
6-
IngressLogoGL
7-
--------------
8-
This is a OpenGL/Qt demo that renders the Ingress logo on a texture and performs a blur to add a *cool* effect to the logo.
9-
10-
cvVideo
11-
--------------
12-
An application that shows how to create a Qt window to display videos loaded with OpenCV.
13-
14-
cvImage
15-
--------------
16-
A simple Qt/OpenCV example that displays an image and the RGB values of a pixel based on the mouse coordinates.
17-
18-
cvQTcameraGL
19-
--------------
20-
This application uses OpenCV to retrieve frames from the camera and display them on a QGLWidget.
21-
22-
ipcQTgesture
23-
--------------
24-
A Qt application that uses UtilPipeline (Intel® Perceptual Computing SDK 2013) for gesture recognition. This one is Windows only!
25-
26-
cvDisplacementMapFilter
27-
--------------
28-
An app that implements the Displacement Map Filter to distort a movie clip.
1+
GraphicsProgramming
2+
===================
3+
4+
Demos related to **OpenGL**, **Qt**, **OpenCV** and other X technologies.
5+
6+
IngressLogoGL
7+
--------------
8+
This is a OpenGL/Qt demo that renders the Ingress logo on a texture and performs a blur to add a *cool* effect to the logo.
9+
10+
cvVideo
11+
--------------
12+
An application that shows how to create a Qt window to display videos loaded with OpenCV.
13+
14+
cvImage
15+
--------------
16+
A simple Qt/OpenCV example that displays an image and the RGB values of a pixel based on the mouse coordinates.
17+
18+
cvQTcameraGL
19+
--------------
20+
This application uses OpenCV to retrieve frames from the camera and display them on a QGLWidget.
21+
22+
ipcQTgesture
23+
--------------
24+
A Qt application that uses UtilPipeline (Intel® Perceptual Computing SDK 2013) for gesture recognition. This one is Windows only!
25+
26+
cvDisplacementMapFilter
27+
--------------
28+
An app that implements the Displacement Map Filter to distort a movie clip.
29+
30+
QtFPSvsTIMEanimation
31+
--------------
32+
A Qt implementation of FPS-based and Time-based animation techniques, as explained by Steven Lambert:
33+
http://blog.sklambert.com/using-time-based-animation-implement/

0 commit comments

Comments
 (0)