搜索资源列表
maxflow-v3.0.src.tar
- 三维立体视觉匹配源码 Tested under windows, Visual C++ 6.0 compiler and unix (SunOS 5.8 and RedHat Linux 7.0, GNU c++ compiler). -3D visual matching source Tested under windows. Visual C + + 6.0 compiler and unix (SunOS 5.8 and Red Hat Linux 7.0, GNU compiler
homest-1.1
- homest is a C/C++ implementation of an algorithm for non-linear, robust homography estimation from matched image point features that is distributed under the GNU General Public License.
gsl_win_setup
- GNU Scientific Library GSL1.8 ,GSL1.9 GSL windows环境下的安装程序 运行Rob Hess SIFT 必备
OpenCV
- 书中的C/C++语言实例。各实例子目录中的*.dsw和*.dsp文件分别为Windows下Visual C++ 6.0的Workspace文件和Project文件;Makefile是Linux下GNU Make的输入文件。在Windows环境下,双击*.dsw文件将会启动Visual C++ 6.0并装载该实例;在Linux环境下,输入make命令就可以编译该实例。
SaliencyToolbox_V2.2
- 基于注意力机制,实现彩色图像显著区域提取.源于Dirk B. Walther-The SaliencyToolbox is a collection of Matlab functions and scr ipts for computing the saliency map for an image, for determining the extent of a proto-object, and for serially scanning the image with the focus
track
- 粒子滤波器源码。实现了一个基于色度空间的跟踪,并有参考的例子。注意需要GNU GSL库支持-Particle filter source. The realization of a color space based on the tracking and reference examples. Attention to the need to support the GNU GSL library
OpenCV
- 书中的C/C++语言实例。各实例子目录中的*.dsw和*.dsp文件分别为Windows下Visual C++ 6.0的Workspace文件和Project文件;Makefile是Linux下GNU Make的输入文件。在Windows环境下,双击*.dsw文件将会启动Visual C++ 6.0并装载该实例;在Linux环境下,输入make命令就可以编译该实例。 -Book C/C++ Language examples. The examples subdirectory in the
ipp-ocv
- PROGRAMMING WITH INTEL IPP (INTEGRATED PERFORMANCE PRIMITIVES) AND INTEL OPENCV (OPEN COMPUTER VISION) UNDER GNU LINUX
cvimageex
- opencv的二个例子VC2008工程源代码。程序一个来源于《PROGRAMMING WITH INTEL IPP AND INTEL OPENCV(OPEN COMPUTER VISION) UNDER GNU LINUX A BEGINNER S TUTORIAL》。一个来源于opencv.cn --pclion-Two examples of opencv source code VC2008 project. Procedures from a " PROGRAMMING W
ColDet_Net
- GNU的一个自由开发的碰撞检测源码, 代码十分清晰,注释有序,可以补习一下 这方面的数值运算-GNU development of a free source of the collision detection code is very clear, notes in an orderly manner, you can give this tutorial numerical computation ~ ~
gimp-2.7.0
- GIMP的源码,对图形处理的学习者有很大的帮助,它 是 GNU 图像处理程序(GNU Image Manipulation Program)的缩写。包括几乎所有图象处理所需的功能,号称Linux下的PhotoShop。-GIMP' s source code, graphics learners of great help, it is the GNU Image Manipulation Program (GNU Image Manipulation Program) acronym.
pfstools-1.8.4.tar
- 对HDR图像进行读、写、操作、浏览的源码。包含了利用多曝光图像合成HDR图像,tone mapping,等功能。亦可与GNU、Matlab等集成。-pfstools- a set of programs for reading, writing, manipulating and viewing high-dynamic range (HDR) images and video frames. pfscalibration- photometric calibration of cameras
MPlayer-1.1.1
- MPlayer是一款开源多媒体播放器,以GNU通用公共许可证发布。此款软件可在各主流作业系统使用,例如Linux和其他类Unix系统、微软的视窗系统及苹果电脑的Mac OS X系统。MPlayer是建基于命令行界面,在各作业系统可选择安装不同的图形界面。mplayer的另一个大的特色是广泛的输出设备支持。它可以在X11、Xv、DGA、OpenGL、SVGAlib、fbdev、AAlib、DirectFB下工作,而且你也能使用GGI和SDL和一些低级的硬件相关的驱动模式(比如Matrox、3Dfx
gocr-0.50.tar
- GNU的OCR解决方案,适用于精度要求不高的场合,也可用于学习研究。-The GNU OCR solution for precision less demanding situations, can also be used to study.
python
- Python [1] (英国发音:/?pa?θ?n/ 美国发音:/?pa?θɑ?n/), 是一种面向对象的解释型计算机程序设计语言,由荷兰人Guido van Rossum于1989年发明,第一个公开发行版发行于1991年。 Python是纯粹的自由软件, 源代码和解释器CPython遵循 GPL(GNU General Public License)协议。Python语法简洁清晰,特色之一是强制用空白符(white space)作为语句缩进。 Python具有丰富和强大的库。它常被昵称为