-
这是一个关于数字图象平滑处理的vc++源代码
这是一个关于数字图象平滑处理的vc++源代码 -This is a digital image smoothing on the vc source code
- 2022-03-01 03:45:24下载
- 积分:1
-
隐式曲面多边形化 bloomenthal
隐式曲面多边形化 bloomenthal-implicit surface Polygon bloomenthal
- 2022-02-06 21:50:40下载
- 积分:1
-
用matlab代码实现如下论文的指纹特征提取《基于Ma tlab实现的指纹图像细节特征提取》 郭晶莹,[J]北京,计算机仿真 2007.1...
用matlab代码实现如下论文的指纹特征提取《基于Ma tlab实现的指纹图像细节特征提取》 郭晶莹,[J]北京,计算机仿真 2007.1 -Matlab code used to achieve the following papers fingerprint feature extraction, " Ma tlab based on the realization of the details of the fingerprint image feature extraction," Guo Jingying, [J] Beijing, 2007.1 computer simulation
- 2022-08-18 10:35:50下载
- 积分:1
-
图象处理的一些源代码,如一些变换,边缘处理等等,很多
图象处理的一些源代码,如一些变换,边缘处理等等,很多-image processing some of the source code, such as conversion, processing, and so on edge, many!
- 2023-04-26 05:35:03下载
- 积分:1
-
利用直方图均衡的方法改善图像质量matlab程序
利用直方图均衡的方法改善图像质量matlab程序-use histogram equalization method to improve image quality procedures Matlab
- 2022-02-21 22:32:25下载
- 积分:1
-
这个工具箱在一个比较通用的方式中实现了该算法。
This toolbox implements the algorithm in a fairly general way in a C file that can be called from Matlab. It allows to perform the traditional NL-means for denoising (for both B&W and color images) but also to use an arbitrary set of patches to perform the denoising.
-This toolbox implements the algorithm in a fairly general way in a C file that can be called f rom Matlab. It allows to perform the traditiona l NL-means for denoising (for both B
- 2022-07-22 22:37:00下载
- 积分:1
-
图像点转换 图像点转换
图像点转换 图像点转换-images converts the image point conversion converts images
- 2023-06-24 21:00:02下载
- 积分:1
-
This is a graphic image programming VC to some general instructions, which have...
这是对VC进行图形图像编程的一些总体说明,里面有一些实际的例子,方便查看-This is a graphic image programming VC to some general instructions, which have some practical examples for easy viewing
- 2023-07-21 13:55:03下载
- 积分:1
-
在OpenCV的cvaux有高斯混合模型函数,其中定义了CvGaussBGModel类用于存放高斯混合模型的各个参数。在编写代码前需要对cvbgfg_gauss...
在OpenCV的cvaux有高斯混合模型函数,其中定义了CvGaussBGModel类用于存放高斯混合模型的各个参数。在编写代码前需要对cvbgfg_gaussmix.cpp和cvaux.h这两个文件做些修改-OpenCV has cvaux in the Gaussian mixture model function, which defines the category CvGaussBGModel Gaussian mixture model used to store various parameters. In the preparation of the code before the need for cvbgfg_gaussmix.cpp and cvaux.h revise the two documents do
- 2023-05-16 15:55:02下载
- 积分:1
-
霍夫曼编码的具体方法:先按出现的概率大小排队,把两个最小的概率相加,作为新的概率 和剩余的概率重新排队,再把最小的两个概率相加,再重新排队,直到最后变成1。每次...
霍夫曼编码的具体方法:先按出现的概率大小排队,把两个最小的概率相加,作为新的概率 和剩余的概率重新排队,再把最小的两个概率相加,再重新排队,直到最后变成1。每次相 加时都将“0”和“1”赋与相加的两个概率,读出时由该符号开始一直走到最后的“1”, 将路线上所遇到的“0”和“1”按最低位到最高位的顺序排好,就是该符号的霍夫曼编码。-Huffman code specific Methods: according to their probability of emergence of the size of the queues, the two smallest sum probability, as a new probability and the probability of the remaining re-queue, and then the smallest sum of two probabilities, and then re-queue until the last turn into one. Every time when the sum will be
- 2022-03-31 00:49:14下载
- 积分:1