搜索资源列表
drawarrowpoint
- 在画线的过程中的绘制箭头的算法,利用MFC,不过如果有需要我有LINUX下QT编程的东西-line drawing in the process of drawing arrows algorithm, using MFC, But if I need QT LINUX things Programming
colordlg
- 用QT编写的自定义的图形控件,希望对大家有所帮助-QT prepared using a custom graphical control, I hope all of you to help
ImageBrowser
- 初学QT编程,将我用QT编写的图片浏览器程序共享给大家,压缩包包含源代码及发布程序。里面注释比较全面,适合初学者。实现了滚轮缩放图片,及鼠标抓取移动图片功能。-Beginner QT programming, I have written with QT Picture Viewer program for everyone to share, compressed package that contains the source code and release procedures. Whi
Cload3ds
- 该类是在qt4.6上运行通过,是我将网上流传的两个文件进行了整合,使得适用于qt了,加载了3ds文件成功显示。注意头文件。 使用方法: CLoad3DS *m_3ds_p = new CLoad3DS() m_3ds_p->Init("e:/plane1.3ds",0) //以上代码置于OpenGL的Init部分 //以下代码置于OpenGL画图部分 m_3ds_p->show3ds(0,50,50,-50,10.0) 说明:上面的0表示绑定
Corner0
- i use qt to do corner by opencv,that u can load an image then to find the corner.-qt 下用 Opencv 做角点检测
qt_opencv.tar
- 我把OpenCV的可以放到Qt里面了,这个可以直接修改用。OpenCV的HighGUI也可以用,总不是那么放心。-I can put Qt OpenCV' s inside, and this can modify the use. OpenCV' s HighGUI can also be used, not always so assured.
androidUSBCamera
- 这是Android 2.3.4版本的 UVC Camera 测试程序, 使用YUYV格式, (其实 MJPG 格式也是可以用的, 只要我注释掉的那几行代码 uncomment一下就好了) 所使用的 camera 在android 中的设备节点是 /dev/video1 , 做为前置摄像头, 要运行起这个程序可能有点麻烦, 因为我修改了一些不相关的 JAVA 代码, 而要正确编译这个程序, 懂得补充(或者去掉)这些JAVA部分 但是如果使
Qt_RobHess_Sift
- sift算法在cv领域的重要性不言而喻,该作者的文章引用率在cv界是number1.本篇博客只是本人把sift算法知识点整理了下,以免忘记。本文比较早的一篇博文opencv源码解析之(3):特征点检查前言1 中有使用opencv自带的sift做了个简单的实验,而这次主要是利用Rob Hess的sift源码来做实验,其实现在的opencv版本中带的sift算法也是Rob Hess的,只是稍微包装了下。 下面来做下试验,试验sift代码采用Rob Hess的代码,opencv目前版本中的sift
qtPvs2008Popencv
- 一直对MFC对OpenCV的支持不好而耿耿于怀,了解了Qt对OpenCV支持很好,但网上这方面的资料很少。大部分的图形交互的设计都是基于OpenCV2.0之前的数据结构lpImage进行的。最近得到了一本好书《OpenCV 2 Computer Vision Application Programming Cookbook》,参考这本书的利用Qt创建GUI,不过书中的办法是在Qt Creator下实现的,我这里通过VS2008+Qt实现。-Have been MFC support for Op
libqjpeg
- jpeg库,用于ARM板子上的qt显示jpg图片,不然可能显示不了jpg图片-jpeg library, for ARM board the qt displays jpg pictures, otherwise I might not show jpg picture
TXT
- Qt开发的txt文本,方便实用,希望大家收藏。-Qt development txt text, convenient and practical, I hope you collection.
DZXC-Qt_4_7_4_mingw
- 这是我之前用Qt做过的一个简单的幻灯片程序。是在linux下用Qt4.7.4。高版本可能会出现编码问题。仅供参考,希望能帮到大家-This is what I' ve done before with a simple Qt slide program. Under linux with Qt4.7.4. High version coding problems may occur. For reference, hope to help you
glsl_frm
- 多重纹理叠加的qt程序,方便初学者学习,就是把一个纹理(其实说白了,纹理可以理解为一幅图像)映射到空间物体的表面上,因此纹理映射也叫贴图,这个表明不一定是矩形,比如说我可以是球面,或者是任意曲面-Multiple textures superimposed qt procedures for beginners to learn, is to put a texture (in fact, plainly, textures can be understood as an image) is m
qcustomplot_essue
- this a library witch can give us the tools to plot many differents graph ( like curves, barchart ...) i used it in QT creator with Qt c-this is a library witch can give us the tools to plot many differents graph ( like curves, barchart ...) i used it
iPaint4Qt5.5
- 使用Qt5.5开发的简易画图程序,支持撤销和重做功能,使用双缓冲技术,可以导出成图片。 供交流学习,本人技术简陋,希望能够对大家Qt的学习有所帮助。 注意:打开软件后请点击“新建”或“打开”开始使用。-A program like windows paint writting with Qt5.5, I call it iPaint. You can draw some shapes and fill them a color. Using double buffer to draw QPix
ImageSegment
- 这是我自己写的图像分割的程序,运行在QT平台上,没有添加外部库文件-This is what I wrote it myself image segmentation program that runs on the QT platform, with no added external library file
BSpline
- 以下是我用Qt GUI所编写的程序,包含源代码和可执行程序 主要功能: 1.绘制B样条 2.通过节点插入将B样条转化为多段Bezier曲线 操作方式:鼠标点击屏幕绘制B样条,默认均匀节点;控制点可以通过鼠标拖动(The following are the programs I wrote with Qt GUI, including the source code and the executable program Main functions: 1. draw B splines