搜索资源列表
C++GUIProgrammingwithQt3
- C++ GUI Programming with Qt 3不用再详细解释了吧,下载试一下就知道了-C GUI Programming with Qt 3 do not have a detailed explanation of it, Download trial will know what
frog3d-0.5.tar
- Frog3d (Free Rendering Object Graphic 3D) is a 3ds file viewer. it is writen in C++ and use QT for the GUI and OpenGL for the rendering
qt-book
- c++ gui qt4 编程 随书源代码 完整版 -c++ gui qt4 programming source code with the full version of the book
Qt_Opengl_NeHe
- NeHe的OpenGL教程,应用环境C++ GUI Qt4以及Visual C++ 2005-NeHe' s OpenGL tutorials, application environment C++ GUI Qt4 and Visual C++ 2005
GLC_lib_src_2.0.0
- GLC_lib is a C++ library for high performance 3D application based on OpenGL and QT4 GUI. Some GLC_lib features : Supported file format : 3DS, OBJ, COLLADA, 3DXML, OFF, STL. Easy view manipulation, Level of detail, shaders...
Desktop
- C++ GUI Programming with Qt 3 Graphics with OpenGL
PolyLine
- QtC++ creator开发的简单的二维图形编程程序,供初学者学习qt c++ gui之用,可了解QT的二维画图功能。-QtC++ creator developed a simple document processing program for beginners to learn the qt c++ gui use.
CPP-GUI-Qt4
- C++ QT 编程说明, 适合初学者, 适合初学者用于开发工控界面-C++ QT programming instructions
chap01
- C++ GUI Programming with Qt 4一书中的第一章源码-C++ GUI Programming with Qt 4 book Chapter 1 source
HarrisCorner
- 对输入的一张彩色图像,自己写代码实现Harris Corner 检测算法: 1. 不能直接调用OpenCV 里面与Harris 角点检测相关的一些函数; 2. 只能用C/C++,不能用其他语言; 3. GUI 只能用自带的HighGUI,不能用QT 或其他的; 4. 平台可以用Windows, Linux, MacOS; 5. 显示中间的处理结果及最终的检测结果,包括最大特征值图,最小特征值图,R 图(可以考虑彩色 展示),原图上叠加检测结果等,并将这些中间结果都输出成图
KinectCoordination
- 利用了微软的Kinect v2 开发了基于深度图像的人体目标的检测跟踪与定位,结合了VS2013,Qt以及opencv视觉库,设计了该系统的GUI界面(Using Microsoft's Kinect V2, we have developed the detection, tracking and positioning of human targets based on depth images. Combining the VS2013, Qt and opencv visual libr
edge-detection-master
- C++ Qt implementation of edge detection algorithms. Currently available algorithms: Canny edge detector Sobel edge detector Prewitt edge detector Roberts cross Scharr operator The project includes GUI for viewing results.