-
Visual C++MATLAB图像处理与识别实用案例精选之梯度锐化算法的源程序,含测试图像...
Visual C++MATLAB图像处理与识别实用案例精选之梯度锐化算法的源程序,含测试图像-Visual C MATLAB image processing and recognition practical case Featured"s sharpening algorithm gradient-source Xu, with test images
- 2022-04-27 00:53:43下载
- 积分:1
-
快速搜索算法,实现简单,看完后绝对水平大增
快速搜索算法,实现简单,看完后绝对水平大增-Quick search algorithm is simple, After reading the absolute level of increase
- 2022-08-10 23:14:08下载
- 积分:1
-
1)具体功能为:鼠标绘制折线,给出折线的缓冲区宽度,提取出折线的平行线.
2)本程序是利用地图代数中距离变换的方法(栅格方法),提取折线的平行线.和笔者前一...
1)具体功能为:鼠标绘制折线,给出折线的缓冲区宽度,提取出折线的平行线.
2)本程序是利用地图代数中距离变换的方法(栅格方法),提取折线的平行线.和笔者前一阵子上传的折线的平行线算法(矢量方法)可做对比
3)注:矢量方法中没有考虑垂直的特殊情况,增加个判断条件便可消除.
-1) the specific features as follows: the mouse line drawing, broken line give the width of the buffer, to extract the broken line parallel line .2) This procedure is the use of map algebra in the distance transform method (grid method), Extraction of broken parallel lines. and the author of the line long ago From the parallel line algorithm (vector method) can be compared 3) Note: The vector method does not consider the special circumstances of the vertical, increasing the conditions of a judge could be removed.
- 2023-03-14 00:45:03下载
- 积分:1
-
realization of the special image processing, the exposure is the main treatment....
实现对图象的特殊处理,主要是曝光的处理。里面包括测试图像。-realization of the special image processing, the exposure is the main treatment. Includes test images.
- 2022-02-13 18:55:32下载
- 积分:1
-
单人体图像中基于粒子群优化算法的人脸自适应裁剪
单人体图像中基于粒子群优化算法的人脸自适应裁剪-Single human image Based on Particle Swarm Optimization Adaptive Face cutting
- 2022-01-24 17:17:13下载
- 积分:1
-
自己编写的图象处理系统,可实现多种功能,界面较友好
自己编写的图象处理系统,可实现多种功能,界面较友好-Prepared their own image processing system can achieve a variety of functions, interface more friendly
- 2022-04-15 03:13:17下载
- 积分:1
-
Geometry of image transform, gray level transformation, air filtering, edge dete...
可对图像进行几何变换、灰度变换、空域滤波、边缘检测等的VC++程序源代码-Geometry of image transform, gray level transformation, air filtering, edge detection, etc. VC++ Source code
- 2023-04-17 13:55:02下载
- 积分:1
-
MATLAB实现基于互相关的亚像素级图像配准源代码,MATLAB_Image_subpixel_Mutual_info...
MATLAB实现基于互相关的亚像素级图像配准源代码,MATLAB_Image_subpixel_Mutual_info-MATLAB-based cross-correlation of sub-pixel image registration source code, MATLAB_Image_subpixel_Mutual_info
- 2022-10-31 04:25:02下载
- 积分: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
-
Visual C++ 数字图像处理典型算法及实现(4)
Visual C++ 数字图像处理典型算法及实现(4)-Visual C++ digital image processing algorithms and implementation of a typical (4)
- 2022-03-24 13:23:28下载
- 积分:1