搜索资源列表
foerstnerOperator_v1_0 forstner算子,MATLAB版的
- forstner算子,MATLAB版的,解压后有三个m文件,主要是ip_fop函数实现forstner算子功能。里面附带了一个ip_fop_example的m脚本文件演示如何使用ip_fop函数功能。应该是德国人写的,程序验证没问题,之前网上找的有的是IDL版说成MATLAB版,还有的是C++的。这个是我找到最好的MATLAB版的forstner算子程序-forstner operators, MATLAB version, unzip the file after three, the mai
quxian
- c#绘制曲线图实例,下载后,解压出来,即可打开查看代码-c# draw graph instance, download, unzip them, you can open the View Code
Pcm_Image
- matlab,把文件解压后放入matlab的默认文件夹里,一般是(C:\MATLAB7\work)。在matlab主窗口中输入命令ima=imread( C:\MATLAB7\work\1.jpg ),然后输入命令[P,U,iter]=GPAS2(ima,2),即可。绝对好运行-matlab, matlab to unzip the files into the default folder, usually (C: \ MATLAB7 \ work). In the matlab main w
JPEG-EncodeaDecode
- 按如下说明使用此代码: 1.将BC45.rar解压到D:2.将JPEGCode解压到D:3.解压1.Src(自己整理的).rar到D:\JPEGCode目录下 4.运行批处理Build 5.cd src 6.编译生成可执行程序(make) 7.测试代码(make test) 8.清除编译过程文件,包括可执行程序(make clean) 9.体会原版配置编译过程 a)删除3.解压目录 b)解压2.Src(原版).rar到D:\JPEGCode目录下 c
gui16
- C写的计算机图形学算法实例,这是偶对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等,图形均为实时生成,所有算法由本人独立实现,未用任何图形函数库。 由于精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之外执行程序,必须
dll-for-OpenCV
- opencv开发过程中需要的一些dll文件,解压,拷贝到C:\system32\就可以了-opencv development process needs some dll file, unzip, and copied to the C: \ system32 \ can
HarmonicMapper
- Source Code The code is written in C++ using VisualStudio on Windows platform. 1.Download the HarmonicMapper.zip file, unzip it. 2.Enter Harmonicmapper/HarmonicMapper directory, double click on RiemannMapper.sln file. Compile the project using
SimpleViewer
- Source Code The code is written in C++ using VisualStudio on Windows platform. 1.Download the SimpleViewer.zip file, unzip it. 2.Enter SimpleViewer/Viewer/Test directory, double click on Test.sln file. Compile the project using Visual Studio.
Release
- 闲时无聊,搭了一个基于深度神经网络的手写数字识别系统。该系统在手写数字数据库mnist测试达到了99.22 的准确率。整个系统基于C++开发,可以很方便的移植到其他平台。 其中手写数字数据库mnist(http://yann.lecun.com/exdb/mnist/),有60000个训练样本数据集和10000个测试用例。它是由Google实验室的Corinna Cortes和纽约大学柯朗研究所的Yann LeCun建立的一个手写数字数据库。同时它是nist数据库的一个子集。