-
一个简单的图形算法,先画一个多边形,产生封闭的区域,然后选择颜色,把这个区域填充。...
一个简单的图形算法,先画一个多边形,产生封闭的区域,然后选择颜色,把这个区域填充。-A simple graphical algorithm, first draw a polygon, resulting in a closed region, then select the color, to fill the region.
- 2022-05-27 01:24:11下载
- 积分:1
-
Degree images of the VC deal with code, including zoom, contrast adjustment
度图像进行处理的VC代码,包括放大、对比度调节-Degree images of the VC deal with code, including zoom, contrast adjustment
- 2022-07-14 11:22:01下载
- 积分: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
-
该代码为自动调焦代码,望该代码对各位有所帮助
该代码为自动调焦代码,望该代码对各位有所帮助-The code for the automatic focusing code, look for the code help you
- 2022-03-11 13:58:54下载
- 积分:1
-
bmp文件读取,写入库程序。可读取/写入bmp格式及ico格式文件,为后续图象处理所用...
bmp文件读取,写入库程序。可读取/写入bmp格式及ico格式文件,为后续图象处理所用-bmp file to read, write, warehousing procedures. Can read/write format bmp and ico format for follow-up image processing by
- 2022-07-10 21:32:22下载
- 积分:1
-
perform the Hough Transform of a square binary image. Significantly faster than...
perform the Hough Transform of a square binary image. Significantly faster than version 1.
- 2022-05-24 01:07: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
-
simplified approach to image processing
simplified approach to image processing
- 2022-12-12 01:20:03下载
- 积分:1
-
该文件是图像处理中的各项基本技术的C实现,对图像处理初学者有着很大的使用价值...
该文件是图像处理中的各项基本技术的C实现,对图像处理初学者有着很大的使用价值-The document image processing is the basic technology C realize the image processing has great value for beginners
- 2022-07-14 16:43:14下载
- 积分:1
-
This application is the use of k
这个应用程序是使用k均值聚类算法分割一个灰度图像。-This application is the use of k-means clustering algorithm partitions a gray-scale image.
- 2022-01-25 18:30:35下载
- 积分:1