-
function
基于VC++的图像处理类,可以用于bmp文件的读写,显示(Based on the image processing VC++ classes that can be used to read and write bmp files, display)
- 2013-11-18 11:16:59下载
- 积分:1
-
unet-master 2
说明: 使用unet对图像进行分割的源码,里面有训练集,可以根据自己的需要更换训练数据。(Use the source code of the image segmentation using UNET, which has a training set, you can change the training data according to your own needs.)
- 2020-06-29 21:22:43下载
- 积分:1
-
DE
说明:
最简单的差分格式有向前、向后和中心3种。
向前差分:f (n)=f(n+1)-f(n)
向后差分:f (n)=f(n)-f(n-1)
中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers.
Forward differencing: f (n) = f (n+ 1)-f (n)
Backward difference: f (n) = f (n)-f (n-1)
Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
- 2016-05-17 21:08:01下载
- 积分:1
-
Watershed-algorithm
分水岭分割方法,是一种基于拓扑理论的数学形态学的分割方法。(Watershed segmentation method is a method of mathematical morphology segmentation topological theory.)
- 2021-02-19 09:49:44下载
- 积分:1
-
winform 浮雕效果的图像 例子
winform 浮雕效果的图像 例子
- 2021-05-07 16:43:36下载
- 积分:1
-
SSD+SAD+NCC算法
实现两幅图像匹配。应用SSD+SAD+NCC算法的匹配,很好用的程序(Realizing Two Image Matching.Application of SSD+SAD+NCC algorithm matching, very useful program)
- 2018-12-07 14:52:15下载
- 积分:1
-
CarroisGothicSC-Regular
photoshop sample font
- 2018-01-09 19:17:41下载
- 积分:1
-
CT_MATLAB_v0
基于压缩感知理论的目标跟踪算法,实现对可视目标的稳健跟踪(Target tracking algorithm based on compressed sensing theory)
- 2019-06-19 17:10:10下载
- 积分:1
-
yichuansuanfatuxiangfenge
说明: 用遗传算法实现的图像分割程序,很好用的程序!(Genetic algorithm is used to realize the image segmentation process, a good procedure to use!)
- 2008-09-09 19:26:26下载
- 积分:1
-
srad
srad斑点去噪各向异性扩散滤波器,代码很短,本身该方法就含有不少的偏微分方程,看懂需要仔细研究。(srad, speckle denoising anisotropic diffusion filter)
- 2014-02-08 18:03:45下载
- 积分:1