- 博客(18)
- 资源 (16)
- 收藏
- 关注
原创 OpenCV/OpenCL/OpenGL区别
OpenCV/OpenCL/OpenGL区别:OpenGL(全写Open Graphics Library)是个定义了一个跨编程语言、跨平台的应用程序接口(API)的规格,它用于生成二维、三维图像。这个接口由近三百五十个不同的函数调用组成,用来从简单的图形比特绘制复杂的三维景象。而另一种程序接口系统是仅用于Microsoft Windows上的Direct3D。OpenGL
2017-04-11 15:59:08
30031
原创 OpenGL Direct3D(DirectX)区别
1. OpenGl仅仅是个图形图像接口,基本不包括其它多媒体功能, 它的优势是平台无关性。DirectX则是基于Windows的,不能在MAC 和 Linux Solars上使用 。2. OpenGL多用于专业高端绘图领域,D3D用于游戏较多,因为支持各种多媒体功能。
2017-04-11 15:58:04
2828
转载 OpenCV调试利器——Image Watch插件的安装和使用
转载出处:http://blog.youkuaiyun.com/dcrmg/article/details/52967188
2017-04-11 11:08:51
512
转载 mfc多线程
mfc多线程http://www.cnblogs.com/zqrferrari/archive/2010/07/07/1773113.html
2012-12-05 19:15:30
563
转载 CvFileStorage结构
CvFileStorage结构的使用 (2010-12-06 22:04:54)转载▼标签: cpp分类: 学习1.CvFileStorage结构//3-16 CvFileStorage结构,数据通过CxCore数据存储函数访问 typedef struct CvFileStorage
2012-06-14 09:45:11
1255
原创 cvAddWeighted介绍
cvAddWeighted( const CvArr* src1, double alpha, const CvArr* src2, double beta, double gamma, CvArr* dst ); src1 第一个原数组. alpha 第一个数组元素的权值 src2 第二个原数
2012-06-14 09:30:00
1117
转载 __ratelimit: XXX callbacks suppressed
【问题】在给Kernel加入了cpufreq支持,启动了cpu freq的debugging,并且在bootargs中加入cpufreq.debug=1,才能真正打开内核中cpu freq的debug。cpu freq驱动是加入了,但是不定期会出现:__ratelimit: XXX callbacks suppressed【解决过程】1.gogole或百度,无果,但
2012-04-11 19:58:50
12790
原创 arm摄像头获取jpeg图像后,从内存中解压jpeg图像,并用openCV处理
目标板:GM8126OpenCV1.0由于8126板子获取的图像为jpg格式,jpg格式在内存中有编码,在处理时候必须将内存的jpg图像数据保存到本地磁盘操作。由于交叉编译的opencv1.0中cvLoadImage()不能载入jpg格式的图像,因此需要对内存中的jpg图像数据进行解码。为了能使8126获取的图像被opencv处理,同时加快处理速度,这里介绍如何将内存中的jpg数据
2012-04-11 17:31:54
4559
8
转载 nfs:server is not responding,still trying 原因与解决方案
今天,用开发板通过nfs挂载主机,想从主机上面拷贝一些资料,可是竟然出现:nfs:server is not responding,still trying , 我用的是友善之臂的mini2440,操作系统使用的是Ubuntu8.04。 本来还以为是nfs出了故障,但是google了一下发现原来不是nfs的原因,而是由于传送的数据太大,出现数据包丢失现象。 NFS 的默认传输协议
2012-04-11 08:34:52
744
原创 linux下用g++编译c程序:xx没有定义解决办法
用一个例子来说明怎么样在 C++ 里使用C的头文件/函数。比方说我有一个C的头文件叫 c.h, C的源码文件叫 c.c,内容分别是c.h:#ifndef _ASDFD_INCLUDED_#define _ASDFD_INCLUDED_#include extern int test(int a);#endifc.c:#include "c.h"int test(i
2012-04-10 16:29:15
2471
原创 linux下查看静态库
A、使用arm-none-linux-gnueabi-ar -t 可以查看库中包含的模块,也就是组成.a文件的.o文件列表;B、使用arm-none-linux-gnueabi-nm -A 命令可以查看其包含的模块以及symbol标号;C、使用arm-none-linux-gnueabi-ar -x 命令可以抽取.a静态库文件中的.o文件;D、使用arm-none-linux-gnue
2012-04-10 16:11:50
1538
转载 CvvImage类以及在MFC中显示IplImage图像的方法
平常使用Open CV时总是跳出一个个窗口,很难将项目进行系统集成,特别是在MFC等Windows环境中加载显示Open CV中的IplImage图像;使用Open CVhighgui.h 中定义的CvvImage类,可以很好的实现Open CV和Windows MFC显示接口;先介绍一下CvvImage类:由于CvvImage是在 highgui.h 头文件中声明的,因此如果您的程序中需
2012-02-28 09:17:45
981
原创 Eclipse-cdt 配合 gdbserver 进行 arm 程序远程调试:connection选项找不到
红圈中确保为“Using Standard Create Process Launcher";如果不是,请点”Select other..."选择之。
2012-02-27 22:55:01
1100
原创 make xconfig错误:Unable to find the QT3 installation
make xconfig时出现错误:* Unable to find the QT3 installation. Please make sure that* the QT3 development package is correctly installed and* either install pkg-config or set the QTDIR environment*
2012-02-25 14:04:42
2872
原创 make menuconfig错误Unable to find the ncurses libraries
1、执行 make menuconfig 有错误发生错误:*** Unable to find the ncurses libraries or the*** required header files.*** 'make menuconfig' requires the ncurses libraries.****** Install ncurses (ncurses-d
2012-02-25 13:50:10
5306
原创 error: impossible constraint in `asm' 解决办法
在arm-linux系统上编译opencv1.0时出现如下错误:cvcap_v4l.cpp: In function `void mainloop_v4l2(CvCaptureCAM_V4L*)':cvcap_v4l.cpp:1172: error: impossible constraint in `asm'{standard input}: Assembler messages:
2012-02-25 00:04:06
25067
2
原创 ubuntu10.10 make xconfig 没有规则
#make xconfig CHECK qt** Unable to find the QT3 installation. Please make sure that* the QT3 development package is correctly installed and* either install pkg-config or set the QTDIR
2012-02-23 10:56:46
1144
原创 解决安装交叉调试器arm-gdb时 warnings being treated as errors 错误
make[4]: 正在进入目录 `/root/downloads/gdb-6.6/opcodes'/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.././opcodes -I. -D_GNU_SOURCE -I. -I.././opcodes -I../bfd -I.././opcodes/../include -I../
2012-02-22 14:50:36
1933
Halcon12+VisualStudio2013实现多线程
2020-02-03
计算机图形学原理及算法教程(cd).rar
2009-12-05
小波分析理论--ppt
2009-11-22
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人