资源列表
__pycache__
- 对图像进行放大处理,得到图像的距离清晰度值,并计算他的离散程度(The image is amplified and processed, and the distance definition of the image is obtained, and the degree of discretization of the image is calculated.)
CCD图片读取
- OPENCV的读取图片,并在固定窗口显示。含源代码与所需CvvImage.cpp类(OPENCV reads the picture and displays it in a fixed window. Source code and required CvvImage.cpp classes)
1
- feature feadure????????
plotyyy
- 该函数可以绘制同一个横坐标轴下两个纵坐标轴的二维图像(plot the 2D-graph with three axis)
canny
- canny算子检测边缘,是一种常用的边缘检测算法。文件包含了canny的边缘检测(canny edge detection)
OpenGL高级编程与可视化系统开发(源代码1-9)
- OpenGL高级编程与可视化系统开发(源代码1-9)(OpenGL advanced programing and visiable system development (source code 1-9))
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
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)
cancamtool_v1.8
- Apply it to pouring machine
新建压缩文件
- matrix 大作业 实现基础信号处理 ece712课程(matrix for signal processing)
myshow.py
- 在simpleitk环境下显示2D 3D图像 并与之互动(Display and interact with 2D 3D images in the simpleitk environment)
edges-master
- 边缘检测算子 图像边缘信息主要集中在高频段,通常说图像锐化或检测边缘,实质就是高频滤波。我们知道微分运算是求信号的变化率,具有加强高频分量的作用。在空域运算中来说,对图像的锐化就是计算微分。由于数字图像的离散信号,微分运算就变成计算差分或梯度。图像处理中有多种边缘检测(梯度)算子,常用的包括普通一阶差分,Robert算子(交叉差分),Sobel算子等等,是基于寻找梯度强度。拉普拉斯算子(二阶差分)是基于过零点检测。通过计算梯度,设置阀值,得到边缘图像。(The image edge infor
