资源列表
gimp-2.8.10.tar
- 开源软件GIMP的源码内容,覆盖各功能模块,值得看看。-gimp code
SkyBox
- D3D实现天空盒效果,例子简单,方便初学者学习。-D3D SkyBox
VS
- VS2010实现图像的打开保存,点运算,几何运算等功能。(VS2010 realizes the functions of image opening, storage, point operation, geometric operation and so on)
SRCNN train
- 利用matlab做深度学习,SRCNN作为超分辨率重建开山之作,用matlab进行代码复现(Matlab to do deep learning, SRCNN as a super resolution reconstruction work, using matlab for code reproduction)
CxImageJPGTest
- 使用CxImage类库,对jpg进行灰度化,像素操作等处理-Use CxImage library for jpg to grayscale, pixel processing operation, etc.
cximage701_full
- 07/08/2001 v1.00 - Davide Pizzolato - www.xdp.it cximage701_full 源代码-07/08/2001 v1.00- Davide Pizzolato- www.xdp.it cximage701_full source code
MobileIP
- MobileIP测试平台的程序实现代码以及使用说明,希望方便大家做仿真实验-MobileIP test platform application implementation code and instructions, hope to help you do the simulation experiment
license-plate-recognition-system-
- 1.先打开一幅图片然后按照顺序灰度化、二值化、灰度拉伸、车牌定位、二值化、倾斜校正、字符分割、训练神经网络、识别字符。 2.测试图像存储在当前目录的img下。 3.测试集、训练集、目标向量均存储在img下的文本文件中。-First open a picture in order graying, binarization, gray stretch, license plate location, binarization, skew correction and character s
show
- 打开BMP格式,JPEG格式,GIF格式,和JPG格式图片的打开。-show BMP pictures
DelphiWithOpenGLSourceCode
- 改篇包括25个Delphi下的OpenGL程序源码,欢迎下载,有问题请发E-mail至wen0624@163.com-changed 25 articles including Delphi procedures under the OpenGL source, welcomed the download, a problem please send E-mail to wen0624@163.com
Coin3D全套开发库VS2017
- Coin3D全套开发库VS2017 Coin3D是流程的免费开源Open Inventor开发库,可以用来开发大型商业化三维渲染软件
OpenGL编程指南第二版源代码
- OpenGL编程指南是一本面向已经了解OpenGL的人的书籍,里面的代码非常经典,值得玩味。