-
基于多尺度双变量多项式曲面拟合方程的图像表面分割算法的C++源码实现...
基于多尺度双变量多项式曲面拟合方程的图像表面分割算法的C++源码实现-Based on multi-scale surface fitting bivariate polynomial equation image segmentation algorithm based on the surface of the C++ Source realize
- 2022-02-03 14:35:49下载
- 积分:1
-
该函数是用于计算峰值信噪比和信噪比的程序
该函数是用于计算峰值信噪比和信噪比的程序-it can be used to calculate psnr and snr
- 2022-04-19 09:39:18下载
- 积分:1
-
目录商店的两章的文件源代码第一次…
本目录存放的是第2章文档的程序源代码,子目录说明:
wvltlib 中存放的一些基本的小波基定义和相关库函数;
wvltwrefine 中存放的是小波基细化的程序代码;
wvltwxfrm 中存放的是一维小波变换的数学实现-Catalog store is the first of the two chapters of the document source code, subdirectories : wvlt lib stored in the basic definition of small Porgy and related library functions; wvlt wrefine stored in the small Porgy sophisticated code; wvlt wxfrm is stored in the wavelet transform one-dimensional mathematical achievement
- 2022-05-30 05:28:18下载
- 积分:1
-
图像处理,学习matlab的源代码,转自国外
图像处理,学习matlab的源代码,转自国外-image processing, study the source code of Matlab, decanted from abroad
- 2022-07-27 18:34:46下载
- 积分:1
-
分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f...
分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4 - 9中给出了快速排序的伪代码,,Delphi
赫夫曼编码.rar.rar - 用delhi做的程序实现了哈夫曼编码,做的还不错。,,Delphi
-divide and rule method can be used to achieve an entirely different sort of way This sorting called Quick Sort (quick sort). In this approach, n elements is divided into three (group) : Left of the l e f t, Right of g h i r t and middle m i d e d l. Middle contains only one element. Left of the elements are less than equal to the middle element of the right elements are larger than the middle element. So l and f t e r t h i g of elemental independent sort, and no need to l and f t e r t h i g ranking results merger. M i d e d l The element known as Fulcrum (p i v o t). Figure 1 4-9 is given a quick sort of pseudo-code. Delphi Hefuman coding. rar.rar- delhi do wi
- 2022-09-04 18:25:03下载
- 积分:1
-
一个图像边缘细化的程序,送给做图像边缘的同志,很好用的...
一个图像边缘细化的程序,送给做图像边缘的同志,很好用的-a refinement of procedures, gave Edge done, the comrades of good
- 2022-01-25 15:50:15下载
- 积分:1
-
- 2022-02-03 13:04:09下载
- 积分:1
-
这是《Visual C++实现MPEG_JPEG编解码技术》的书的源代码。
这是《Visual C++实现MPEG_JPEG编解码技术》的书的源代码。-This is the
- 2022-02-26 00:22:17下载
- 积分:1
-
不调用matlab库函数的用区域增长法进行阈值分割。
不调用matlab库函数的用区域增长法进行阈值分割。-Matlab library function call does not use regional growth threshold segmentation method.
- 2022-05-18 22:37:29下载
- 积分:1
-
中值滤波,对图像在Visual C++下处理,对于刚入门学习VC处理图像来说是一个很好的学习工具...
中值滤波,对图像在Visual C++下处理,对于刚入门学习VC处理图像来说是一个很好的学习工具-Median filtering, the images dealt with under the Visual C++ for beginners learning VC image processing is a good learning tool
- 2022-03-07 07:59:56下载
- 积分:1