-
这个是彩色图像分割方法。与RegionExtract采用的方法不同。
首先rgb转换成hsv,对h分量进行直方图分割,得到直方图的峰值和峰谷。利用得到的峰值...
这个是彩色图像分割方法。与RegionExtract采用的方法不同。
首先rgb转换成hsv,对h分量进行直方图分割,得到直方图的峰值和峰谷。利用得到的峰值和峰谷进行区域分割,这样会得到很多的小区域,对这些小区域进行区域合并,区域合并的终止条件是:区域一致性距离在某个固定的阀值之间,比如20或者在某个自适应阀值(该阀值自动计算)。注意:区域合并在luv空间进行。-This is a method for color image segmentation. With the different methods used RegionExtract. First rgb convert hsv, components of the h histogram segmentation, the histogram peak and peak and valley. Utilization of the peak and peak-valley regional partition, it would receive many of the small area of these small regional regional merger, regional merger termination conditions are: the regional consistency of the distance between a fixed threshold, such as 20 or in a self-adaptive threshold (the threshold automatically calculated). Note: regional merger in luv space.
- 2022-03-15 04:34:49下载
- 积分:1
-
When x is a matrix, a wavelet transform is performed on all rows of x.
%
When x is a matrix, a wavelet transform is performed on all rows of x.
% - To create filters + shifts: see makeWTfilter.m and mirrorshifts.m
% - The forward transform is in FWT_BIO.m-When x is a matrix, a wavelet transform is performed on all rows of x.- To create filters+ Shifts: see makeWTfilter.m and mirrorshifts.m- The forward transform is in FWT_BIO.m
- 2023-03-01 21:10:03下载
- 积分:1
-
特征点提取方法
特征点提取方法--SIFT的简化后的算法-Feature point extraction method--SIFT algorithm of the simplified
- 2023-04-14 00:00:03下载
- 积分:1
-
Unzip all files in Matlab current directory.
Type "test_main" on Matlab command...
Unzip all files in Matlab current directory.
Type "test_main" on Matlab command window.
- 2022-04-10 00:46:27下载
- 积分:1
-
层叠中值滤波和层叠秩排序滤波的Matlab实现。
层叠中值滤波和层叠秩排序滤波的Matlab实现。-Cascaded median filtering and layering rank order filtering Matlab implementation.
- 2022-03-13 08:59:57下载
- 积分:1
-
利用VC++进行BMP位图操作(包括读和写)的程序原代码。
利用VC++进行BMP位图操作(包括读和写)的程序原代码。-Use VC++ For BMP bitmap operations (including read and write) the procedures for the original code.
- 2022-02-14 19:21:00下载
- 积分:1
-
程序对图像分割。选择两种方法,首先统计方法…
Program to segmentation picture. To choose are two method, first statistic method, second with using a histogram.
- 2023-02-25 00:00:04下载
- 积分:1
-
x264baseline的decoder源码,可能有用
x264baseline的decoder源码,可能有用-x264baseline the decoder source code, may be useful
- 2022-10-31 23:30:02下载
- 积分:1
-
在24的环境下运行
在VC++环境下运行的 对24位位图进行腐蚀膨胀 开运算 闭运算 算法的完成程序 可以直接运行 查看效果图-In VC++ Environment running on 24-bit bitmap to corrosion expansion of open computing algorithm for computing closed to complete the process can directly view the effects of plans to run
- 2022-02-28 20:25:54下载
- 积分:1
-
This is based on image processing of the target detection and tracking to achiev...
这是基于图像处理的目标的探测和跟踪实现,可以运行。-This is based on image processing of the target detection and tracking to achieve, can run.
- 2022-02-13 08:17:07下载
- 积分:1