-
本程序实现全变分(Total Variation, TV)的去噪算法,它使用了PDF纠正TV算法中的小问题。该算法可以很好地保留原图边缘信息的同时,去除噪声。...
本程序实现全变分(Total Variation, TV)的去噪算法,它使用了PDF纠正TV算法中的小问题。该算法可以很好地保留原图边缘信息的同时,去除噪声。
-This procedure for full-variational (Total Variation, TV) denoising algorithm, which uses the PDF to correct TV algorithm small problem. This algorithm is well preserved, while Original edge information to remove noise.
- 2022-12-01 21:10:03下载
- 积分:1
-
M a t l a b 在图像处理中应用的各种函数集,做图像处理的查询很方便...
M a t l a b 在图像处理中应用的各种函数集,做图像处理的查询很方便-M atlab applications in image processing various function sets, the query to do image processing easily
- 2023-08-13 18:50:02下载
- 积分:1
-
该源码是基于图像处理的计算机集成数控技术。
该源码是基于图像处理的计算机集成数控技术。-the source is based on image processing computer integrated CNC technology.
- 2022-08-07 12:43:35下载
- 积分:1
-
Histogram image processing transform is commonly used in some algorithm, which i...
直方图变换是图像处理中常用的一些算法,该算法是用c语言实现的。-Histogram image processing transform is commonly used in some algorithm, which is the c language.
- 2022-03-18 02:31:10下载
- 积分:1
-
A VC++ The tutorial, very good, mainly for image processing
一个关于V C + + 的教程,很不错的,主要用于图像处理-A VC++ The tutorial, very good, mainly for image processing
- 2022-07-19 15:46:46下载
- 积分:1
-
彩色图像做差运算,并分RGB 以及亮度进行直方图统计,计算得到二阶导数为零的点,完全自主创作,效果理想...
彩色图像做差运算,并分RGB 以及亮度进行直方图统计,计算得到二阶导数为零的点,完全自主创作,效果理想-color image so poor operation and the hours for RGB and luminance histogram statistics, calculated second-order derivative of the zero point, entirely independent creation, the result is satisfactory
- 2022-03-20 20:45:56下载
- 积分:1
-
灰度平衡。读取BMP灰度图像并绘制直方图,然后做灰…
灰度均衡。读入BMP灰度图,绘制直方图,并对直方图进行灰度均衡。-Grayscale balance. Read BMP grayscale image and draw the histogram, then do grayscale balance to the histogram.
- 2022-11-11 13:35:03下载
- 积分:1
-
this an implementation of the zhang s camera calibration algorithm [1]. it depen...
this an implementation of the zhang s camera calibration algorithm [1]. it depends on opencv.
- 2023-03-11 11:05:04下载
- 积分:1
-
计算机图形学部分算法vc原码,实现了常用的功能
计算机图形学部分算法vc原码,实现了常用的功能-Computer graphics part of the original code vc algorithm to realize the functions of commonly used
- 2022-05-09 06:27:13下载
- 积分:1
-
err
基于visual c++ 2005实现
ColorPicker是一个基于对话框的应用程序,它具有以下功能:
1. 色彩编辑功能
用户可以通过可以调整R、G、B的值来编辑颜色,亦可通过调整H、S、V的值来选取颜色。颜色编辑的结果会马上反馈到颜色面板和颜色预览框中。
2.RGB颜色空间和HSV颜色空间的转换
当改变RGB值,会得到相应的HSV值,并进行显示,反之亦然。
3.取色功能
取色功能包含“面板取色”和“屏幕取色”。面板取色就是用户可以在颜色面板中单击鼠标左键,选取目标点所表示的某种颜色。屏幕取色则是允许用户获取整个屏幕上的任意一点的颜色值。用户可以将鼠标移动到需要获取颜色的地方,然后按a键或A键即可以获取该点颜色值。-err
- 2022-03-11 10:05:49下载
- 积分:1