-
扫描_多边形的扫描转换算法
扫描线算法_扫描转换多边形-scanning algorithm _ polygon scan conversion
- 2022-01-29 00:10:29下载
- 积分:1
-
详细描述了sift算法的主要思想,该算法具有旋转不变性,鲁棒性较强...
详细描述了sift算法的主要思想,该算法具有旋转不变性,鲁棒性较强-Sift algorithm described in detail the main ideas, the algorithm is rotation invariance, robustness strong
- 2022-01-23 10:48:02下载
- 积分:1
-
运营商哈里斯经典源码,通过文件路径的发展可以发展。
经典的Harris算子源码,通过制定文件路径可以很好的检测出角点-Operators Harris classic source, through the development of a file path can be detected in a very good corner
- 2023-05-12 12:00:03下载
- 积分:1
-
独立分量分析ICA,用于图像处理,程序不错,可以参考
独立分量分析ICA,用于图像处理,程序不错,可以参考-Independent Component Analysis ICA, for image processing, the procedure well, can refer to
- 2022-08-11 22:10:23下载
- 积分:1
-
实现图像的匹配,用最大流最小割的算法实现
实现图像的匹配,用最大流最小割的算法实现-match
- 2022-01-20 22:47:58下载
- 积分:1
-
在MATLAB环境下,以上代码通过编译。P0311:利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 P0312:利用巴特沃斯(B...
在MATLAB环境下,以上代码通过编译。P0311:利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 P0312:利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理-In the MATLAB environment, the above code through the compiler. P0311: the use of Butterworth (Butterworth) low pass filter on the image noise by smoothing treatment P0312: the use of Butterworth (Butterworth) high-pass filter for sharpening images treatment
- 2022-01-27 12:20:53下载
- 积分:1
-
图形图像处理
image solarizing processing-image processing solarizing
- 2022-01-28 06:24:58下载
- 积分:1
-
各种图形图像处理的源代码,用VC++实现,如包括图象的边缘检测与图象分析源代码、图象增强源代码、图象的几何变换、图象灰度变换源代码等。...
各种图形图像处理的源代码,用VC++实现,如包括图象的边缘检测与图象分析源代码、图象增强源代码、图象的几何变换、图象灰度变换源代码等。-various patterns of source code, with VC. If the images including edge detection and image analysis of the source code, source code image enhancement, image geometry transformation, Gray Image Transform source code, and so on.
- 2022-08-20 17:22:11下载
- 积分: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
-
Based on c++ Build the image of gray
基于c++build的图像的灰度、亮度、对比度、二值处理-Based on c++ Build the image of gray-scale, brightness, contrast, binary treatment
- 2022-02-03 13:35:43下载
- 积分:1