-
vc++用于图象处理大部分算法可以取源于c++,而c++取源于c,这里给出多个从c转化道vc++的源程序...
vc++用于图象处理大部分算法可以取源于c++,而c++取源于c,这里给出多个从c转化道vc++的源程序-vc++ for the majority of image processing algorithms can be obtained from c++, and c++ obtained from c, where c is given a number from the transformation Road, vc++ source code
- 2023-04-01 12:35:04下载
- 积分: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
-
图像放大源码,可以将图像放大的源程序。非常详细。
图像放大源码,可以将图像放大的源程序。非常详细。-Enlarge image source, you can enlarge the image of the source. Very detailed.
- 2022-02-22 11:35:09下载
- 积分:1
-
基于openCV得视频流得运动物体提取,内置测试视频。效果不错,需要安装openCV...
基于openCV得视频流得运动物体提取,内置测试视频。效果不错,需要安装openCV-OpenCV a video stream based on a moving object extraction, built-in test video. Well, need to install openCV
- 2023-01-12 03:25:04下载
- 积分:1
-
这三个程序,是用不同的方法实现消影,浮动水平线法
这三个程序,是用不同的方法实现消影,浮动水平线法-three procedures, use different methods to achieve Consumers video, floating horizontally France
- 2022-07-11 05:18:27下载
- 积分:1
-
VB drag the image to any open window, the more interesting, you just drag the fo...
VB将图像拖动到任意打开的窗口上,比较有意思,你只需拖动窗体中的小箭头到任意目标窗体,松开鼠标后图像就跑到目标窗体上了,不过程序还需要完善,有时候图片会被遮挡住,只实现了基本的思路,不是太常用,就当是一个学习资料吧。-VB drag the image to any open window, the more interesting, you just drag the form of small arrows to any objective form, release the mouse after the picture ran on the target form, but the program also need to perfect, and sometimes images will be blocked to live, only to achieve the basic ideas, not too common, it is a learning information when the bar.
- 2022-01-26 04:38:03下载
- 积分:1
-
find contours in image using OpenCV
each contour s pixels are stored in a...
find contours in image using OpenCV
each contour s pixels are stored in a
sequence(CvSeq)
- 2022-03-06 19:22:45下载
- 积分:1
-
Opencv read the image displayed in the dialog box!
Opencv 读取 图像 显示在 对话框!-Opencv read the image displayed in the dialog box!
- 2022-07-19 04:39:00下载
- 积分:1
-
本代码实现的功能:24位位图(BMP)的灰度化。具体实现过程:打开图像文件,找到数据区(每3个字节代表一个象素的R,G,B值),循环扫描,根据RGB的权重,计算...
本代码实现的功能:24位位图(BMP)的灰度化。具体实现过程:打开图像文件,找到数据区(每3个字节代表一个象素的R,G,B值),循环扫描,根据RGB的权重,计算出灰度值. 如果要得到256色灰度图,则要新建一个调色板,修改信息头和文件头.-Realize the function of the code: 24-bit bitmap (BMP) of the gray. Concrete realization of the process: Open the image file, locate the data area (3 bytes per pixel on behalf of a R, G, B values), cyclic scan, according to the weight of RGB, gray value is calculated. If you want to get 256 colors grayscale, would create a new palette, modify the header and file header information.
- 2022-05-18 00:16:22下载
- 积分:1
-
大津自适应阈值分割算法,其中只有自适应阈值的计算部分
大津自适应阈值分割算法,其中只有自适应阈值的计算部分-Otsu adaptive threshold segmentation algorithm, one of only adaptive part of the calculation of threshold
- 2023-06-13 03:20:03下载
- 积分:1