资源列表
python
- Python [1] (英国发音:/?pa?θ?n/ 美国发音:/?pa?θɑ?n/), 是一种面向对象的解释型计算机程序设计语言,由荷兰人Guido van Rossum于1989年发明,第一个公开发行版发行于1991年。 Python是纯粹的自由软件, 源代码和解释器CPython遵循 GPL(GNU General Public License)协议。Python语法简洁清晰,特色之一是强制用空白符(white space)作为语句缩进。 Python具有丰富和强大的库。它常被昵称为
color2
- 将图像转到hsv空间,对hsv分量进行非等间隔量化(The image is transferred to the HSV space and the HSV component is quantized at non-equal intervals)
DDA绘制图形
- 读取TXT文件用DDA算法绘制图形,TXT文件每行为两个坐标点
NRRD读取
- 基于matlab编写的nrrd医学图像数据读取函数: nrrdread.m nrrdread_std.m(Nrrd medical image data read function based on MATLAB: Nrrdread.m Nrrdread_std.m)
152张未分割图10
- 152张灰度的肝脏切片图像(没有标记),格式为jpg(152 grayscale liver slices (no marked).)
ssim
- 图像质量评价SSIM,无需参考图像,可以做单幅图像的质量评价(no reference image quality assessment)
FaceTools-master (1)
- 用于人脸检测,裁剪,对齐的方便工具,用的是5点法(Face detection, clipping, and alignment)
Distancetransform
- 图像处理中的距离变换算法,采用欧式距离和倒角算法两种方式实现对图像的距离变换。(The distance transformation algorithm in image processing,adopts Euclidean distance and chamfer algorithm to realize the distance transformation of the image.)
slic-python-implementation-master
- python下实现slic分割算法,里面有实例(Implementation of SLIC segmentation algorithm)
knn-matting
- 本程序在matlab中运行,实现了基于KNN的抠图技术(This program is run in MATLAB, realizes KNN based matting techniques)
Savitzky-Golay filter
- Savitzky-Golay滤波是一种工程应用数据处理中高效的滤波方法,能同时得到平滑后的数据和数据梯度。(Savitzky-Golay filter is an efficient filtering method in engineering application data processing, which can simultaneously obtain the smoothed data and data gradient.)
深入理解OpenCV 实用计算机视觉项目解析
- 深入理解OpenCV,实用计算机视觉项目解析(Mastering OpenCV with Practical Computer Vision Projects)