-
write their own image processing filters used in the source code, can be slightl...
这是一个自己写的图像处理中常用的滤波器程序源代码,可以稍加修改为自己需要的东西。希望对大家有用。-write their own image processing filters used in the source code, can be slightly modified for their needs. We hope that the right useful.
- 2022-09-19 04:35:03下载
- 积分:1
-
On the active contour model of the c++ program, details the snake contour model...
在活动轮廓模型的c++程序中,详细介绍了蛇轮廓模型的内外能量函数打击等。
- 2022-07-23 20:08:00下载
- 积分:1
-
配套专业版源代码软件DIPA功能简介
与《实用图像处理与分析》配套的源代码软件DIPA是一套完全可执行的VC++界面源代码,界面内容除了图像的表示、读...
配套专业版源代码软件DIPA功能简介
与《实用图像处理与分析》配套的源代码软件DIPA是一套完全可执行的VC++界面源代码,界面内容除了图像的表示、读入、保存、彩色变灰度以外,还包括图像的2值化处理、微分变换、几何变换、彩色变换、参数测量、傅里叶变换、小波变换、Hough变换、模式识别、神经网络、遗传算法、图像压缩等功能,提供有近100个图像处理与分析函数的源代码。该软件主要适用于图像处理的教学和科研-Supporting the professional version of the software source code About Dipa functional and practical image processing and analysis, the source code of the software package Dipa is a fully executable VC++ Interface source code, interface elements in addition to images that read, preserve, gray color change also includes image processing of 2 values, differential transform, geometric transformations, color transform, parameter measurement, Fourier transform, wavelet transform, Hough transform, pattern recognition, neural networks, genetic algorithms, image compression, etc. function, provided there are nearly 100 image processing and analysis function of the source code. The software is mainly applied to image processing teaching and research
- 2022-03-01 10:47:57下载
- 积分:1
-
这是一个关于三维图像数据距离误差程序的源代码,希望对大家有用。...
这是一个关于三维图像数据距离误差程序的源代码,希望对大家有用。-This is a three-dimensional image of the data from the error"s source code, we hope that the right useful.
- 2022-04-15 10:46:31下载
- 积分:1
-
摘 要:舌象中的裂纹是中医舌诊中的重要内容。由于拍摄条件的不同,舌象质量有较大差异,传统的阈值选取方法并不
适用。文中提出一种舌象裂纹检测的自适应阈值选择方...
摘 要:舌象中的裂纹是中医舌诊中的重要内容。由于拍摄条件的不同,舌象质量有较大差异,传统的阈值选取方法并不
适用。文中提出一种舌象裂纹检测的自适应阈值选择方法。该方法利用舌象的L 3 a 3 b 色彩特征及区域的分裂- 合并,
对舌象进行区域分割,自适应地选取舌中部区域的色彩值作为阈值,对整个舌象进行裂纹提取。经验证,本方案对不同的
舌象能较好地提取出裂纹,实现舌象裂纹诊断的客观化。-Tongue’ s crack is a very important part of herbalist doctor diagnosis. For the different screen conditions , there are many differ2
ences on the tongue’ s quality. It is not effective to use the t raditional threshold ext raction algorithm. In order to solve this problem , pro2
pose a new adaptive threshold algorithm. Present the segmentation of the image of tongue by using the feature on tongue in the L 3 a 3
b color space and the split- combining algorithm. Then use the threshold , which is the color value ext racted automatically in the middle
of the tongue , to detect the crack of the whole tongue. The experiments show that this approach is able to distill the crack effectively to
different tongue images , and achieve the objectivity of the diagnosis based on the tongue’ s c
- 2022-03-24 20:10:16下载
- 积分:1
-
Posts & Telecom Press published in vc++ digital image processing of the sour...
人民邮电出版社出版的vc++数字图像处理的的源代码,图像处理的基本方法差不多都有,可以收藏一下-Posts & Telecom Press published in vc++ digital image processing of the source code, image processing, almost all of the basic method, you can look at collection
- 2023-01-26 05:20:04下载
- 积分:1
-
基于拓扑导数的图像分割算法,利用某一函数计算图像拓扑导数,并为每个像素归类,从而达到分割效果。...
基于拓扑导数的图像分割算法,利用某一函数计算图像拓扑导数,并为每个像素归类,从而达到分割效果。-Topology-based derivative of the image segmentation algorithm, using a function derivative calculation of the image topology, and to classify each pixel to achieve the segmentation results.
- 2022-01-21 17:57:01下载
- 积分:1
-
HU的七个不变矩,每个文件是一个子程序,对应冈萨雷斯的数字图像处理教程的...
HU的七个不变矩,每个文件是一个子程序,对应冈萨雷斯的数字图像处理教程的-HU
- 2023-08-31 04:30:03下载
- 积分:1
-
Laplacian using gray
采用拉普拉斯算子对灰度图像进行边缘监测功能的实现-Laplacian using gray-scale images on the edge of monitoring the achievement of
- 2022-02-20 02:54:33下载
- 积分: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