-
graythresh_n
自己写的双阈值分割算法,可以用在多个场合(Write their own dual-threshold segmentation algorithm can be used in a number of occasions)
- 2008-05-08 01:22:29下载
- 积分:1
-
JOS
mean-shift跟踪算法中核窗口大小的自动选区(mean-shift tracking algorithm in the size of the nuclear window automatically constituency)
- 2007-08-28 23:08:26下载
- 积分:1
-
1231
火灾探测中火焰图像分割方法研究,比较实用。(Fire detection fire image segmentation, more practical.)
- 2010-12-07 13:34:27下载
- 积分:1
-
opencv
利用opencv+VC++实现对图像的边缘处理,从而对图像进行检测(Use opencv+ VC++ to achieve the edge of the image processing to the image detector)
- 2016-02-18 15:20:39下载
- 积分:1
-
matlab.thresholding-master
说明: 在计算机视觉中,图像分割是将图像分成多个片段的过程。这使我们能够通过以比原始图像更简单的表示方式来更好地分析图像。一种用于分割图像的方法是阈值分割;也就是说,将强度值低于阈值的所有像素设置为背景值,而将高于阈值的其他像素设置为前景值。最简单的阈值处理形式是对所有像素使用全局阈值,而自适应阈值处理根据像素及其周围环境动态改变阈值。典型地,阈值处理从灰度图像开始,并输出二进制图像以清晰地描绘图像中的片段。在本实验中,我们开发了一种自适应阈值算法,并将其与更简单的算法进行了比较。 此外,我们还开发了逆运动学证明来将机械臂移动到给定的x,y,z坐标。这一证明涉及三种命名身份,并获得了对机械臂设计的更好理解。(Image threshold segmentation)
- 2019-04-14 15:41:02下载
- 积分:1
-
pcacode
程序设计步骤:
1、去均值
2、计算协方差矩阵及其特征值和特征向量
3、计算协方差矩阵的特征值大于阈值的个数
4、降序排列特征值
5、去掉较小的特征值
6、去掉较大的特征值(一般没有这一步)
7、合并选择的特征值
8、选择相应的特征值和特征向量
9、计算白化矩阵
10、提取主分量(Programming steps: 1 to mean 2, calculation of covariance matrix and its eigenvalues and eigenvectors 3, the calculation of covariance matrix eigenvalues greater than the threshold number of 4, in descending order of eigenvalue 5, remove the smaller eigenvalue 6, remove the larger eigenvalue (usually not this step) 7, the combined choice of eigenvalues 8, select the appropriate eigenvalues and eigenvectors 9, computing whitening matrix 10, principal component extraction)
- 2008-07-14 16:25:23下载
- 积分:1
-
PFCp2FAPENDICESp2FApendice-B
Information of transform watershed
- 2012-11-08 20:47:46下载
- 积分:1
-
skin
说明: 可以实现肤色分割
RGB色彩空间转换为Ycbcr色彩空间并进行非线性变换后判别肤色(Skin color segmentation)
- 2019-03-13 20:42:12下载
- 积分:1
-
ostu
经典的图像分割算法ostu,去两峰值之间的峰谷为阀值(Classical image segmentation algorithms ostu, to the peak and valley between two peaks as the threshold)
- 2007-10-24 11:33:47下载
- 积分:1
-
ChangeDetect
遥感图像处理代码,遥感图像自动变化检测代码,根据不同时相的图像自动检测变化信息(Remote sensing image processing code)
- 2015-04-14 08:48:28下载
- 积分:1