资源列表
image-mosaic
- 图像拼接技术就是将数张有重叠部分的图像(可能是不同时间、不同视角或者不同传感器获得的)拼成一幅大型的无缝高分辨率图像的技术。-The image mosaic is a new image processing Technology,,it is used more and more flieds,make several Similar images in fusion
TanHuangZhenZi
- 用OpenGL做的一个弹簧振子的案例,在visual Studio的软件中。-Use OpenGL to do a spring oscillator case, the software in visual Studio.
ImageGray2
- 一个图像灰度化程序,实现目标文件夹下的所有图片灰度化-A gray image program to achieve the target folder all the pictures gray
SIFT_VC--can-be-directly-used-to-run
- SIFT特征匹配算法完整版,可直接运行,已经包含了所有的.h文件,链接了所需的.lib文件,具备所有dll文件,在VS2010上编译通过,生成的EXE文件可以在任何电脑上运行,不需要安装OPENCV和GSL,另外附加了一篇实验论文,可实现基本的特征点查找以及特征点连线。-The full version SIFT feature matching algorithm, can be directly run, already contains all of the. H file the req
vlpexe
- 利用BP神经网络定位车牌,基于OPENCV实现-BP neural network positioning plates, based on OPENCV achieve
radiosity
- 主要是计算机图像学中辐射度算法的实现,希望对学习辐射度算法的同学有帮助-radiosity algorithm
Remote-Sensing-Image-Fusion
- 几篇非常新的遥感图像融合方面的文章 In remote sensing image fusion, preservation of spectral information and enhancement of spatial resolution are key issues. -Very few new remote sensing image fusion in the article In remote sensing image fusion, preservation of sp
fundamentals-of-GIS-Algorithm
- 介绍大部分通用的GIS算法,极其好的一本书,初学GIS可以多研究一下。但毕竟是2006年出版的,有些算法已经不适用于现在的程序设计了。-Introduce most common GIS algorithm, a very good book for beginners GIS can be more research. But that is published in 2006, does not apply to some algorithms have been designed to p
matlab-picture
- matlab版数字图像处理的图片,冈萨雷斯,希望有帮助!-digital image processing matlab version of the picture, Gonzalez, want to help!
deviide
- 实现分水岭图像分割,需要手动操作图像,另外图像的路径由自己设定,因人而异-Watershed Segmentation realized the need to manually manipulate the image, another path to the image set by themselves, vary
Radon
- radon变换的相关资料,各种学位论文,学术论文,我自己没有看太懂,需要的人拿去把-radon transform information Dissertation, academic papers, I did not see too much to understand, people need to take it to
a-shader-to-stroke
- 用GLSL做了一个可以描出物体的边的shader。对物体模型的每一个面算出与镜头方向的夹角,夹角小到一定程度的时候描出边。附录像。-A shader to stroke by GLSL.