-
实现图象的平滑(去噪声),C写的,有相应的使用说明
实现图象的平滑(去噪声),C写的,有相应的使用说明-To achieve smooth images (to noise), C written instructions corresponding
- 2023-03-14 05:05:03下载
- 积分:1
-
小波变换的一个程序代码,韩国教科书上的CD
小波变换的一个程序代码,韩国教科书上的CD-Wavelet transform of a procedure code, the Korean textbook on CD
- 2022-04-07 14:58:29下载
- 积分:1
-
Image Transform Gray (non
图像的灰度变换(非线性)-Image Transform Gray (non-linear)
- 2023-05-31 00:00:02下载
- 积分:1
-
关于图像处理技术在冬小麦测试中的应用,用VC编的软件能对小麦进行二值化处理,中值滤波和灰度变换。...
关于图像处理技术在冬小麦测试中的应用,用VC编的软件能对小麦进行二值化处理,中值滤波和灰度变换。-On image processing technology in the winter wheat test the application of the software made by VC on wheat binarization processing, median filtering and gray-scale transformation.
- 2023-01-19 22:30:04下载
- 积分:1
-
一种新的贝叶斯算法代码,基于VC++环境编写的,很实用的哦
一种新的贝叶斯算法代码,基于VC++环境编写的,很实用的哦-A new Bayesian algorithm code, based on VC++ Prepared environment, it is practical Oh
- 2022-02-03 18:24:57下载
- 积分:1
-
vc++ 数字图象处理 很好用我看了以后收益非浅希望大家喜欢
vc++ 数字图象处理 很好用我看了以后收益非浅希望大家喜欢-vc digital image processing with very good after I read greatly benefit hope you like
- 2022-01-22 03:15:14下载
- 积分:1
-
This is a realization of discrete cosine transform procedures, including ordinar...
这是一个实现离散余弦变换的程序,包括普通的离散余弦变换和整数离散余弦变换,可以轻松的移植到你的程序中-This is a realization of discrete cosine transform procedures, including ordinary integer discrete cosine transform and discrete cosine transform can be easily transplanted into your program
- 2022-10-10 16:45:03下载
- 积分:1
-
Digital image of linear transformation and homogenization, the document containi...
数字图像的线性变换以及均匀化,内含源码及实验文档,具有两种表现方式,具体见注释-Digital image of linear transformation and homogenization, the document containing the source code and experiment with two types of expressions, see the specific notes
- 2022-01-21 02:49:57下载
- 积分:1
-
UNIX/Linux 下面将bmp图像转化为raw格式的工具,适合做进一步图像处理用。其中还包括对bmp图像格式信息的读取。...
UNIX/Linux 下面将bmp图像转化为raw格式的工具,适合做进一步图像处理用。其中还包括对bmp图像格式信息的读取。-UNIX/Linux below bmp image into a raw format tool, suitable for further image processing used to do. It also includes a bmp image format of information read.
- 2022-01-30 15:53:06下载
- 积分:1
-
采用各向异性方法 填补一个缺损的轮廓,从而可以得到一个光滑完整的轮廓。...
采用各向异性方法 填补一个缺损的轮廓,从而可以得到一个光滑完整的轮廓。- Completed contours correspond to ridges of an extension (ext) of the characteristic function of the uncompleted curve.
Anisotropic extension is performed on the characteristic function fbound of an image set given by
the binary map boundary to the whole image domain. Extension is initially driven by
xi=(EigVect{1}, EigVect{2}) (which should match with the contour tangent direction)
computed as the direction of maximum coherence of the distance map to the contour to close.
It is updated every N iterations with DCV over the distance map to the ridges/thinning of the
evolved image.
Two different stop criteria are supported:
Number of Connected Components ( numcomp ). Contour Completion. Stop when the extended
contour (curve of level 1) has exactly Ncomp connected components.
Difference between two consecutive iterations ( tol )
Speed Stabilizes ( speed_stab ).
[extended]=ContourComple
- 2022-12-07 02:25:02下载
- 积分:1