示例
展示如何使用 scikit-image 的示例库。一些示例展示了 API 的一般使用,而另一些则以教程形式展示了特定应用。
提示
查看我们的 用户指南 ,了解关键库约定和基本图像操作的叙述性介绍。
数据
科学图像
Scientific images
通用图像
General-purpose images
特定图像
Specific images
NumPy 数组的操作
生成足迹(结构元素)
Generate footprints (structuring elements)
分解平面足迹(结构元素)
Decompose flat footprints (structuring elements)
操作曝光和色彩通道
着色灰度图像
Tinting gray-scale images
边和线
轮廓查找
Contour finding
凸包
Convex Hull
岭算子
Ridge operators
近似和细分多边形
Approximate and subdivide polygons
直线霍夫变换
Straight line Hough transform
骨架化
Skeletonize
图像配准
图像配准
Image Registration
掩蔽归一化互相关
Masked Normalized Cross-Correlation
使用光流进行注册
Registration using optical flow
过滤与恢复
滞后阈值
Hysteresis thresholding
图像去卷积
Image Deconvolution
图像去卷积
Image Deconvolution
估计模糊强度
Estimate strength of blur
熵
Entropy
通过高斯差进行带通滤波
Band-pass filtering by Difference of Gaussians
移不变小波去噪
Shift-invariant wavelet denoising
保留纹理的非局部均值去噪
Non-local means denoising for preserving textures
属性运算符
Attribute operators
小波去噪
Wavelet denoising
特征和物体的检测
方向梯度直方图
Histogram of Oriented Gradients
模板匹配
Template Matching
角点检测
Corner detection
用于纹理分类的多块局部二值模式
Multi-Block Local Binary Pattern for texture classification
移除对象
Removing objects
局部二值模式用于纹理分类
Local Binary Pattern for texture classification
对象分割
阈值化
Thresholding
随机游走分割
Random walker segmentation
流域分割
Watershed segmentation
分水岭变换的标记
Markers for watershed transform
分割与超像素算法的比较
Comparison of segmentation and superpixel algorithms
找到两个分割的交集
Find the intersection of two segmentations
极值
Extrema
形态学蛇
Morphological Snakes
测量区域属性
Measure region properties
评估分割指标
Evaluating segmentation metrics
欧拉数
Euler number
使用滚动球算法估计背景强度
Use rolling-ball algorithm for estimating background intensity
更长的示例和演示
视觉图像比较
Visual image comparison
形态学滤波
Morphological Filtering
共定位指标
Colocalization metrics
阈值化
Thresholding
在核膜处测量荧光强度
Measure fluorescence intensity at the nuclear envelope
开发者示例
在此文件夹中,我们提供了高级主题的示例,包括对某些算法内部工作原理的详细解释。
这些示例需要一些图像处理的基本知识。它们面向现有的或未来的 scikit-image 开发者,旨在提升他们对图像处理算法的理解。
由 Sphinx-Gallery 生成的图库