-
这是我的 图象细化程序,在C++builder 环境下运行
这是我的 图象细化程序,在C++builder 环境下运行-This is my thinning procedure, the C builder operating environment
- 2022-10-04 08:00:04下载
- 积分:1
-
图形图象处理VC++编码,很好很使用,欢迎大家应用,希望与大家多交流...
图形图象处理VC++编码,很好很使用,欢迎大家应用,希望与大家多交流-Graphic image processing VC++ Encoding, very good use, welcomed the U.S. application, I hope more exchanges with the U.S.
- 2023-01-11 17:20:04下载
- 积分:1
-
use Gaussian function of image processing procedures Matlab
利用高斯函数对图像进行处理的matlab程序-use Gaussian function of image processing procedures Matlab
- 2022-05-05 04:45:34下载
- 积分:1
-
This is an example of computer graphics in C++ environment to achieve the midpoi...
这是一个计算机图形学实例,在C++环境下实现圆中点BRESENHAM算法-This is an example of computer graphics in C++ environment to achieve the midpoint circle algorithm BRESENHAM
- 2022-01-26 00:46:38下载
- 积分: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
-
with segmentation, roberts, canny, log, prewitl five algorithm image edge detect...
用sobel,roberts,canny,log,prewitl五种算法实现图象边缘检测.附效果图.-with segmentation, roberts, canny, log, prewitl five algorithm image edge detection. Results attached map.
- 2022-03-10 04:55:13下载
- 积分:1
-
Write their own procedures for detecting image blurring of a small program, it i...
一个自己写的检测图像模糊程序的小小的程序,其实很简单仅仅是用了一个公式。-Write their own procedures for detecting image blurring of a small program, it is actually very simple with only a formula.
- 2022-03-22 08:46:43下载
- 积分:1
-
基于OpenCV的人脸跟踪和BCB程序
基于OpenCV和forbcb的人脸跟踪程序
- 2023-06-27 15:45:04下载
- 积分:1
-
一种改进的图像区域中心线提取方法,为了避免出现边界多个1的情况,算法预先扩充边界。...
一种改进的图像区域中心线提取方法,为了避免出现边界多个1的情况,算法预先扩充边界。-an improved regional image centerline extraction methods, in order to avoid a number of the border, Algorithm advance expand border.
- 2022-03-13 07:49:52下载
- 积分:1
-
有图像处理界面。使用opencv创建图像处理函数,实现图像导入,显示和二值分割等。...
有图像处理界面。使用opencv创建图像处理函数,实现图像导入,显示和二值分割等。-used opencv to process image
- 2022-06-19 01:59:15下载
- 积分:1