资源列表
learning opencv(中文版)
- learning opencv,中文版的learning opencv书籍(learning opencv Chinese version, learning opencv book)
att_faces
- 实现图像分类中的传统方法,主要有特征提取模块,还有分类模块,其中该算法将其整合实现了端到端的训练和测试(image classification)
生成随机地形
- 学习minecraft地形随机生成用的是柏林噪声算法(Learning the random generation of minecraft terrain is the Berlin noise algorithm)
edges-master
- 边缘检测算子 图像边缘信息主要集中在高频段,通常说图像锐化或检测边缘,实质就是高频滤波。我们知道微分运算是求信号的变化率,具有加强高频分量的作用。在空域运算中来说,对图像的锐化就是计算微分。由于数字图像的离散信号,微分运算就变成计算差分或梯度。图像处理中有多种边缘检测(梯度)算子,常用的包括普通一阶差分,Robert算子(交叉差分),Sobel算子等等,是基于寻找梯度强度。拉普拉斯算子(二阶差分)是基于过零点检测。通过计算梯度,设置阀值,得到边缘图像。(The image edge infor
myshow.py
- 在simpleitk环境下显示2D 3D图像 并与之互动(Display and interact with 2D 3D images in the simpleitk environment)
新建压缩文件
- matrix 大作业 实现基础信号处理 ece712课程(matrix for signal processing)
cancamtool_v1.8
- Apply it to pouring machine
glut库文件全
- window下opengl的glut库; glut库用于opengl编程在Windows上创建一个简单的窗口(The glut Library of OpenGL under window; The glut library is used for OpenGL programming to create a simple window on Windows)
glew-1.5.1-win32
- window下opengl的glew库; glew库可使程序员编写opengl程序的效率提高许多 最新版的OPENGL编程指南这本书就使用了glew库(The glew Library of OpenGL under window; The efficiency of glew library enables programmers write OpenGL program to improve a lot The latest edition of the OPENGL program
OpenGL高级编程与可视化系统开发(源代码1-9)
- OpenGL高级编程与可视化系统开发(源代码1-9)(OpenGL advanced programing and visiable system development (source code 1-9))
canny
- canny算子检测边缘,是一种常用的边缘检测算法。文件包含了canny的边缘检测(canny edge detection)
plotyyy
- 该函数可以绘制同一个横坐标轴下两个纵坐标轴的二维图像(plot the 2D-graph with three axis)