搜索资源列表
-
0下载:
帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、
逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier,
spline,Bspling,Hermite曲线生成算法;单线性,双线性,
Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充,
种子填充算法,多边形,直线裁剪算法;平移,比例,旋转,
原点对称,错切变换算法;-help students lea
-
-
0下载:
一个计算机图形算法演示程序,对计算机图形算法的具体实现进行了编写。可做为学习图形算法的参考!-a computer graphics algorithms demo program, computer graphics algorithms to a concrete realization of the preparation. Graphics can serve as learning algorithm reference!
-
-
1下载:
一个包含丰富内容的流形学习算法工具包,有图形示例文件demo.fig,包括laplacian特征映射算法、流形规则调整、svm分类算法等内容,希望对研究机器学习的朋友有用。-contains a rich content of the manifold learning algorithm tool kit, graphics documents demo.fig example, laplacian features include mapping algorithm manifold rul
-
-
0下载:
Visual C++数字图像处理典型算法及实现源代码,很实用的,共同学习,共同进步!-Visual C++ Typical digital image processing algorithm and the realization of the source code, it is practical, common learning and common progress!
-
-
1下载:
基于VB的指纹分析程序,可对输入的指纹图像进行黑白二次锐化、平滑图像处理、轮廓显示、特征对比、特殊显示等功能,有些处理功能类似PHOTOSHOP的功能。它的处理速度比较快,算法也值得学习。-VB-based fingerprint analysis, fingerprints can enter the second black-and-white image sharpening, smooth image processing, contour shows that the characte
-
-
0下载:
OPENCV中的关键的算法分析实例,以及算法的分析过程-this code source is about example of all image analysis algorithm
-
-
0下载:
三角划分算法演示版,功能超强,是由外国人写的代码,很有学习价值!-Triangulation algorithm demo, features powerful, is the code written by foreigners, great learning value!
-
-
0下载:
基于Z_Pass算法的体积阴影,代码简单明了,是学习这个算法的极好例子,不过尚不完美,单核心部分都做出来了,这可费了我很大的功夫啊-Volume shadow based on Z_Pass algorithms, the code is simple, is an excellent example of learning algorithm, but not perfect, single-core parts to do it, it can cost me a lot of effort
-
-
1下载:
一款VB值得爱好者学习的软件,虽然在提供的算法上没有什么太多值得说明的地方,但在图像缩放的坐标计算、偏移、图像导航器方面的代码确实值得大家学习。-A VB software enthusiasts to learn, although nothing much worthy of note, but the coordinates of the image scaling, offset, image navigation code really worth learning algorithm
-
-
0下载:
基于svm算法的vc++实现。对于学习svm算法非常有帮助。-Svm algorithm based vc++ achieve. Very helpful for learning svm algorithm.
-
-
0下载:
图形学上机程序,利用种子填充和扫描线算法实验区域的填充。有助于学习者掌握填充算法。进一步理解和学习图形学。-Graphics on procedures, the use of seed filling and scan line algorithm experimental area fill. Help learners fill algorithm. Further understanding and learning graphics.
-
-
0下载:
这是基于眼睛定位的人脸位置矫正算法,他对于学习人脸位置矫正有很好的借鉴价值。-This is based on eye location face position correction algorithm for learning face position he has a very good reference value correction.
-
-
0下载:
很好的空间后方交会程序,附带测试数据,学习摄影测量的算法-Good space resection, along with test data, photogrammetry learning algorithm
-
-
2下载:
BP(Back Propagation)网络是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。
BP网络能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。
它的学习规则是使用最速下降法,通过反向传播来不断调整网络的权值和阈值,使网络的误差平方和最小。BP神经网络模型拓扑结构包括输入层(input)、隐层(hide layer)和输出层(output layer)。
通过对信息的提取以及
-
-
0下载:
强化学习的Q学习,关于强化学习的应用和算法,有很好的思路,可以从中举一反三,从而解决自己的问题,希望对大家能有所帮助(To strengthen the study of Q learning and to strengthen the application and algorithm of learning, we have a good idea. We can take one counter three from the middle and solve their own probl
-