-
利用VC++编的各种边缘检测源程序,对图像处理实用!
利用VC++编的各种边缘检测源程序,对图像处理实用!-VC++ for the use of a variety of edge detection source, on the image processing utility!
- 2023-03-29 12:15:03下载
- 积分:1
-
Image processing code, mainly because they face the automatic identification and...
图像处理代码,主要是人脸的自动识别和检测。-Image processing code, mainly because they face the automatic identification and testing.
- 2022-05-27 20:56:38下载
- 积分: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
-
分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(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
-
This algorithm will perform hough transfo rm and detect shape of an object.
This algorithm will perform hough transform and detect shape of an object.-This algorithm will perform hough transfo rm and detect shape of an object.
- 2023-05-04 02:10:04下载
- 积分:1
-
利用openCV的相关函数实现对图像的形态学操作
利用openCV的相关函数实现对图像的形态学操作-Use of the correlation function of the realization of openCV image morphology operation
- 2022-08-13 17:13:40下载
- 积分:1
-
能够对bitmap图片进行无级缩放的动态库源代码
能够对bitmap图片进行无级缩放的动态库源代码-able to bitmap picture without the dynamic zoom level for the source code
- 2023-06-16 21:40:04下载
- 积分:1
-
我编的图像处理程序,包括模糊,小波等等方面的内容
我编的图像处理程序,包括模糊,小波等等方面的内容-I made the image processing procedures, including fuzzy, wavelet and so on aspects
- 2022-08-09 17:45:23下载
- 积分:1
-
mfc
mfc下二维图像的基本变换程序代码,无密码-mfc
- 2023-04-02 13:25:04下载
- 积分:1
-
第二章 MATLAB 图形绘制基础
2.1 二维绘图
2.1.1 基本绘图函数
2.1.2 图形窗口的修饰
2.2 三维绘图
2....
第二章 MATLAB 图形绘制基础
2.1 二维绘图
2.1.1 基本绘图函数
2.1.2 图形窗口的修饰
2.2 三维绘图
2.2.1 plot3 函数
2.2.2 三维网格图和曲面图-MATLAB chapter 2.1 Rendering the basis of two-dimensional mapping function 2.1.2 graphics 2.1.1 basic graphics window 2.2 modified three-dimensional mapping function 2.2.1 plot3 Figure 2.2.2 Three-dimensional grid and surface map
- 2022-06-28 00:54:12下载
- 积分:1