-
计算几何经典算法集合,包括旋转卡壳求凸包,求重心,多边形面积,多边形周长,直线方程等...
计算几何经典算法集合,包括旋转卡壳求凸包,求重心,多边形面积,多边形周长,直线方程等-Collection of classical computational geometry algorithms, including the rotating卡壳for convex hull, and center of gravity, polygon area, polygon perimeter, linear equations, etc.
- 2022-02-28 10:07:55下载
- 积分:1
-
二维傅里叶变换、离散余弦变换和小波变换的Matlab实现.
二维傅里叶变换、离散余弦变换和小波变换的Matlab实现.-Two-dimensional Fourier transform, discrete cosine transform and wavelet transform of the Matlab implementation.
- 2022-07-21 13:03:35下载
- 积分:1
-
这是关于二维分割的水平集实现,该方法可以一定程度上避免局部极小的问题...
这是关于二维分割的水平集实现,该方法可以一定程度上避免局部极小的问题-This is on two-dimensional level set segmentation realize that the method can to some extent to avoid the problem of local minima
- 2022-03-01 03:19:56下载
- 积分:1
-
with VTK and VC mixed programming method raycasting head on the body of data map...
用VTK与VC++混合编程实现raycasting方法对人头部数据的体绘制,内含人脑数据-with VTK and VC mixed programming method raycasting head on the body of data mapping, Data containing the human brain
- 2022-03-03 22:21:26下载
- 积分:1
-
基于OPENCV的模糊程序,能实现重复次的模糊,基础程序
基于OPENCV的模糊程序,能实现重复次的模糊,基础程序-Based on the fuzzy OPENCV procedures, to achieve repeat times fuzzy, basic procedures
- 2022-05-07 04:19:11下载
- 积分:1
-
According to: Based on the characteristics of moment invariants and neural netwo...
根据:基于不变矩特征和神经网络的图像模式模糊分类 论文 在matlab上做的实验,有7个不变矩生成和神经网络分类的代码,还要论文原文-According to: Based on the characteristics of moment invariants and neural network image mode fuzzy classification papers in matlab to do the experiment, there are seven moment invariants and neural network classifier to generate the code, but also the original papers
- 2022-08-25 14:34:08下载
- 积分:1
-
使用C++编写的spiht编码的程序,应用于图像的数字处理
使用C++编写的spiht编码的程序,应用于图像的数字处理-The use of C++ written spiht coding procedures applied to the digital processing of images
- 2022-04-12 03:26:46下载
- 积分:1
-
通过MATLAB图像分割的多幅图像,并识别出关键…
通过matlab对多幅图像进行图像分割,并找出关键区域,实现定位-Of multiple images through the matlab image segmentation, and identify critical areas to achieve positioning
- 2022-03-10 21:25:17下载
- 积分:1
-
一个基于DCT变换的信息隐藏程序,能把文本信息隐藏到经过DCT变换的图像载体的频域中去。程序重点在于对图像的DCT变换...
一个基于DCT变换的信息隐藏程序,能把文本信息隐藏到经过DCT变换的图像载体的频域中去。程序重点在于对图像的DCT变换-DCT-based Information Hiding Transform procedures, able to hide text message into image after DCT transform domain to the frequency vector. Procedures focus on the DCT transform of image
- 2022-03-21 10:13:59下载
- 积分:1
-
在图像模板匹配问题中,基于像素灰度值的相关算法尽管已经十分普遍,并得到广泛的应用,但目前此类算法都还存在有时间复杂度高、对图像亮度与尺寸变化敏感等缺点.为了克服...
在图像模板匹配问题中,基于像素灰度值的相关算法尽管已经十分普遍,并得到广泛的应用,但目前此类算法都还存在有时间复杂度高、对图像亮度与尺寸变化敏感等缺点.为了克服这些缺点,提出一种新的基于图像灰度值的编码表示方法.这种方法将图像分割为一定大小的方块(称为R-块),计算每个R-块图像的总灰度值,并根据它与相邻R-块灰度值的排序关系进行编码.然后通过各个R-块编码值的比较,实现图像与模板的匹配.新算法中各个R-块编码的计算十分简单 匹配过程只要对编码值进行相等比较,而且可以采用快速的比较算法.新算法对像素灰度的变化与噪声具有鲁棒性,其时间复杂度是O(M2log(N)).实验结果表明,新算法比现有的灰度相关算法的计算时间快了两个数量级.-err
- 2022-12-06 23:00:03下载
- 积分:1