-
including the common image processing operations, including smoothing, sharpenin...
包括了常用的图象处理操作,包括平滑,锐化,边缘提取等等!值得一看!-including the common image processing operations, including smoothing, sharpening, edge extraction and so on! An eye-catcher!
- 2022-03-05 15:10:43下载
- 积分: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
-
利用opencv实现的快速模板匹配算法 Fast Template Matching Algorithm,提供Demo图像...
利用opencv实现的快速模板匹配算法 Fast Template Matching Algorithm,提供Demo图像-use opencv achieve rapid template matching algorithm Fast Template Match ing Algorithm for Image Demo
- 2023-07-03 15:55:03下载
- 积分:1
-
在simulink下封装的单高斯模型的s_function.用于模型模块的搭建
在simulink下封装的单高斯模型的s_function.用于模型模块的搭建-Under the package, the simulink model of a single Gaussian s_function. For the model to build the module
- 2022-02-21 04:22:02下载
- 积分:1
-
相信传播是一种流行的方法来实现组合优化。吨。
Believe propagation is a popular method to achieve combinatorial optimization. This program contains two sets of codes -- image restoration from noisy data and depth estimation from stereo images.-Believe propagation is a popular method to achieve combinatorial optimization. This program contains two sets of codes-- image restoration from noisy data and depth estimation from stereo images.
- 2022-01-29 01:15:42下载
- 积分:1
-
全自动CAMSHIFT算法
全自动CAMSHIFT算法
全自动CAMSHIFT算法
全自动CAMSHIFT算法
全自动CAMSHIFT算法
全自动CAMSHIFT算法-CAMSHIFT automatic algorithm CAMSHIFT automatic algorithm CAMSHIFT automatic algorithm
- 2022-06-20 23:47:50下载
- 积分:1
-
对指纹图像用模板进行滤波的代码,其中包括平滑模板和锐化模板...
对指纹图像用模板进行滤波的代码,其中包括平滑模板和锐化模板-the fingerprint image with the filter template code, including smoothing and sharpening template template
- 2022-07-07 11:58:16下载
- 积分:1
-
下载真彩位图转化成256彩色或黑白位图的代码,图形处理常常遇到的问题....
下载真彩位图转化成256彩色或黑白位图的代码,图形处理常常遇到的问题.-download sleekly bitmap into 256 color or black-and-white bitmap code, graphics processing is often the problems encountered.
- 2022-06-27 21:36:09下载
- 积分:1
-
该程序对BMP图像进行边缘提取。实现了Roberts算子,Sobel算子,Prewitt算子,拉普拉斯算子和高斯拉普拉斯算子。...
该程序对BMP图像进行边缘提取。实现了Roberts算子,Sobel算子,Prewitt算子,拉普拉斯算子和高斯拉普拉斯算子。-The procedure of extracting the edge of BMP images. Achieved Roberts operator, Sobel operator, Prewitt operator, Laplacian and Gaussian Laplacian.
- 2022-02-05 20:08:48下载
- 积分:1
-
SAR image processing is a problem here with the SAR image detection algorithm ro...
SAR图像处理一直是一个难题,这里提供了SAR图像中道路的检测算法-SAR image processing is a problem here with the SAR image detection algorithm road
- 2022-04-14 21:16:53下载
- 积分:1