-
本软件是用在SMT行业,回流焊设备设定制程文件时,把PCB的温度测试曲线(*.tdx)导入, 对该温度曲线的分析工具(英文版)。...
本软件是用在SMT行业,回流焊设备设定制程文件时,把PCB的温度测试曲线(*.tdx)导入, 对该温度曲线的分析工具(英文版)。-the software is used in SMT industry, equipment set reflow process documents, PCB test the temperature curve (*. tdx) introduction, this temperature curve analysis tool (English).
- 2022-01-25 23:48:13下载
- 积分:1
-
canny 边缘检测器 c + +
canny edge detector边缘检测 编程检测c++
- 2022-03-24 20:51:37下载
- 积分:1
-
一个三维图形软件的源代码,详细的交互功能的实现…
一款3D绘图软件的源代码,详细的交互功能实现,-A 3D graphics software, source code, detailed interactive features implementation,
- 2022-07-25 23:10:57下载
- 积分:1
-
源代码的图像特征提取,使用Sobel算子边缘提取…
图像特征提取的源代码,使用sobel算子提取图像边缘,使用hu矩提取图像形状特征,使用颜色中心矩提取图像颜色特征,请使用eclipes导入该工程并运行test文件(可将test文件中去掉一些注释部分运行更多功能)-Image Feature Extraction of the source code, use the sobel operator edge extraction, the use of hu moments shape feature extraction of images, the use of color centers Moment image color feature extraction, use eclipes into the project and run the test file (test file could be to some notes run out some more features)
- 2022-02-05 11:57:48下载
- 积分:1
-
坐标转换和单位转换的函数源代码
坐标转换和单位转换的函数源代码-coordinate conversion and unit conversion function source code
- 2022-02-28 11:51:13下载
- 积分:1
-
BM3D 图像降噪
三维块匹配(BM3D)算法:它首先把图像分成一定大小的块,根据图像块之间的相似性,把具有相似结构的二维图像块组合在一起形成三维数组,然后用联合滤波的方法对这些三维数组进行处理,最后,通过逆变换,把处理后的结果返回到原图像中,从而得到去噪后的图像。该方法确实有效,它不仅有一个较高的信噪比,而且视觉效果也很好。因此研究者提出了很多基于BM3D的去噪方法,例如:基于小波变换的BM3D去噪,基于Anscombe变换域BM3D滤波等等。这个算法的大概实现过程如下:对一幅加噪图像,连续地取出参考块,对每一个参考块,执行以下操作:步一. 基础估计1) 逐块估计。对含噪图像中的每一块i) 分组。找到它的相似块然后把它们聚集到一个三维数组。ii) 联合硬阈值。对形成的三维数组进行三维变换,通过对变换域的系数进行硬阈值处理减弱噪声,然后逆变换得到组中所有图像块的估计,然后把这些估计值返回到他们的原始位置。2)聚集。对得到的有重叠的块估计,通过对他们进行加权平均得到真实图像的基础估计。步二. 最终估计1) 逐块估计。对基础估计图像中的每一块i) 分组。通过块匹配找到与它相似的相似块在基础估计图像中的位置,通过这些位置得到两个三维数组,一个是从含噪图像中得到的,一个是从基础估计图像中得到的。ii) 联合维纳滤波。对形成的两个三维数组均进行三维变换,以基础估计图像中的能量谱作为能量谱对含噪三维数组进行维纳滤波,然后逆变换得到组中所有图像块的估计,然后把这些估计值返回到他们的原始位置。2)聚集。对得到的有重叠的局部块估计,通过对他们进行加权平均得到真实图像的最终估计。
- 2022-02-16 00:53:20下载
- 积分:1
-
用matlab实现的 小波变换 的代码。
用matlab实现的 小波变换 的代码。-With the implementation of wavelet transform matlab code.
- 2022-03-16 23:12:31下载
- 积分:1
-
我写了一个工程数据检测,然后画一个曲线数据的例子,D
我写的是一个工程数据检测,然后画出数据曲线的实例,Demo 中的数据为随机生成的数据,由于我没有做过控件,所以在 DataCurve.pas 只定义了一个多线程的类,没有做成控件。-I wrote an engineering data detection, and then draw an example of curve data, Demo data for the randomly generated data, because I have not done control, so only DataCurve.pas defines a type of multi-threaded, there is no made control.
- 2022-02-09 23:25:56下载
- 积分:1
-
画图板基本功能实现直线,圆,多边形,填充等
画图板基本功能实现直线,圆,多边形,填充等-Drawing Canvasers
- 2022-02-06 17:12:30下载
- 积分:1
-
A Multiple Selection based Control Tracker
Often in developing designer and CA...
A Multiple Selection based Control Tracker
Often in developing designer and CAD related applications, one needs the functionality of moving and resizing selected objects around. MFC run-time provides one class i.e. CRectTracker that does something like this, but it has several shortcomings, the most important one being that it does not have functionality for multiple object selection and resizing. This article introduces a class, CControlTracker that does much more than what CRectTracker does
- 2022-01-25 17:14:23下载
- 积分:1