搜索资源列表
ExhCAD_1_01a_Final
- 《管状换热器计算机辅助设计系统ExhCAD绘图系统(版本:1.01a Final)》为自由软件,采用增量软件开发模型,并用UML对软件进行 建模,以便更新。 该版本只是对换热器的最简单的形式做出设计,而且程序在计算 (包括设计、校核两部分,其中校核部分未编)、绘图过程中都作了简 化,虽然采用了参数化绘图,并能进行简单的数据管理,但没有考虑 换热器的插入件、安装(待编)等因素的影响,特别是在绘图中用 Automatuion技术绘制了管子部分,并对一些常
EPaint
- 模仿WINDOWS画图版的程序的代码,吸取了一些Photoshop的界面经验 -imitate Windows version of the drawing procedure code, learned some Photoshop interface experience
S60_Platform_Image_Converter
- Symbian 系统上图形转换,把symbian的CFbsBitmap格式转换成windows的图片格式jpg,bmp等,从windows的jpg,bmp转换成symbian版本的图片格式。-Symbian system graphics conversion, symbian put the CFbsBitmap format conversion into windows jpg format pictures, bmp, from the windows of jpg, bmp into
Box2D_Lite
- BOX2D 物理2D引擎。 模拟2D世界物理环境。 WinDows版本-BOX2D 2D physics engine. 2D simulation of the world' s physical environment. WinDows version
HOG_linux
- 提取图像方向梯度的直方图特征,image processing(图像处理)-HOG feature extraction Descr iption This program is used to extract HOG(Histograms of oriented gradients) features from images. The integral histogram is used for fast histogram extraction. Both APIs and b
cpuinfo
- 这个函数读取各个比特的信息处理器和操作 系统,包括: *中央处理器的名字 *时钟速度 *处理器缓存的大小(二级) *号的物理处理器核心 *操作系统名称和版本 这是由程序/处理器(系统),sysctl(苹果)或命令行工具(窗口)。 需要在r2010a或以上。-This function reads various bits of information about the CPU and operating system, including: * CPU
ImageMagick6.6.9-windows
- 这是ImageMagick软件的最新版本,它是一款可以创建、编辑、压缩图像的软件。可以转换多种图片格式,并可以对图片进行简单的操作,如旋转,选择等,同时最新版本代码更新了一些算法,图像压缩率更加高-This is the latest version of the ImageMagick software, it is a can create, edit, compress the image software. Can convert a variety of image formats,
VC_image_capture
- 此源码是我更改过的基于VFW(Video for Windows)的源码,使用了定时器能实时的显示图像,从网上可搜到原版源码,但是原版的功能是保存为一个文件,且不能实时显示,此版本虽然能显示,但感觉反应速度不是很快,没有基于DirectShow的程序更新速度快,不过在WM_PAINT消息处理里加while(1){capGrabFrame(ghWndCap) }刷新速度就快很多了,但是这样程序就进入死循环不能再处理其他消息,至于怎样改进,就靠读者你了。-This source is changed
VideoTenbo
- windows 版摄像头控制程序,带云台控制,云台控制编码-windows version of camera control program, with PTZ control, PTZ control coding
qrencode-3.4.3-win32-googlecode
- libqrencode 3.4.3 - QR Code encoding library 移植到windows的版本 来自google code-libqrencode 3.4.3- QR Code encoding library windows port version from google code
shadow_detective
- 这是CVPR2011论文“Single-Image Shadow Detection and Removal using Paired Regions”最新的代码,可以直接在Windows环境下直接运行,阴影检测效果很好。-This code is the latest version for the paper, Single-Image Shadow Detection and Removal using Paired Regions ,in CVPR2011.It can directl
sift
- David G.Lowe的SIFT算子 Matlab实现,运行前要把siftWin32文件放在Matlab的win目录下,具体调用请参照README- code for detecting and matching SIFT features David Lowe (lowe@cs.ubc.ca) Version 4, July 6
HelloOpenCV
- 程序描述:OpenCV开发环境的配置,载入一张图片并显示。 开发测试所用操作系统: Windows 7 64bit Visual Studio 2010-Program descr iption: OpenCV development environment configuration, load a picture and show // development and testing by operating system: Windows 7 64bit // used to de
ferns
- 这是2010年PAMI上的一篇关于特征点分类的文章,原作者主页没有在windows下编译的结果,这个版本可以在Visual Studio 2010下跑通,修改过部分源码,原来的代码运行有一些小bug,现已修复,具体使用说明参考README-This is a 2010 feature points on PAMI on classification of the article, the author Home no windows in the results compiled, and th
bolt_samples
- Bolt是AMD新的开放C++模板库的预览版,适合多种应用。利用该模板库,开发人员可以使用纯C++代码开发异构计算加速应用程序,Bolt:_samples包含C++应用的GPU加速功能样板程序源码,支持windows-Bolt is AMD new open C++ template library preview version, suitable for a variety of applications. With this template library, developers can
DAHENG_USBcameras_Win64
- 大恒USB相机软件开发包SDK,windows64位版,支持多种开发语言,容易上手-Daheng USB camera software development kit SDK, windows 64-bit version, support for multiple development languages, easy to use
HoughCircles
- 程序说明:《OpenCV3编程入门》OpenCV2版书本配套示例程序 程序描述:HoughCircles函数用法示例 开发测试所用操作系统: Windows 7 64bit 开发测试所用IDE版本:Visual Studio 2010 开发测试所用OpenCV版本:2.4.9-Program descr iption: OpenCV3 programming entry OpenCV2 edition book sample program package Pr