搜索资源列表
yueguang
- 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(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
tuxiangfenxi
- 图像分析课程实验报告,delphi实现。 1. 图像显示 能显示图像,显示图像的基本信息,如:直方图、熵。 2. 图像变换 a) 平移 b) 缩放 c) 旋转 d) FFT变换 e) 小波变换 3. 图像增强 a) 直方图增强 b) 小波增强 4. 图像分割 a) 梯度分割 b) Canny算子 5. 图像滤波 a) 低通滤波 b) 中值滤波 c) 高通滤波 d) 带阻滤波 6. 数学形态学 a) 腐蚀 b)
Delphi_MotionDetect1
- 这是一个基于OPENCV,寻找运动目标轮廓,以实现视频流的运动目标检测为目的Delphi例子。 并带有Delphi与OpenCv的编程接口。-This is based on OPENCV, search for moving object silhouette in order to achieve video streaming of moving target detection for the purpose of Delphi examples. OpenCv with Delphi
Eztw32
- 图像识别dll 图像识别dll图像识别d-Image Recognition dll image recognition dll image recognition d
openglUsingModels
- Delphi环境下使用OpenGL载入obj 3D模型,很不错的读取实例!-Delphi environment using OpenGL loading obj 3D model, it is a good example of the read!
7
- 一个简单的利用Delphi实现的图像颜色校正的代码-A simple color-correction code implemented by Delphi
jpeg
- Delphi 7 之后 Jpeg.dcu 不带源代码,本单元为从Delphi 7 中找到的源代码
Direct3D_ex1_UptoDelphiXE5
- Direct 3-D example. A rotating cube with scrolling text.Can be compiled with all delphi versions (including XE5 also).
QRCode识别解码代码 Delphi7 D7QRCode
- Delphi7 写的 QRCode识别的源代码,可直接编译运行。 能识别中文,附带2张测试的二维码图片可测试。 识别率很低,学习下还可以的。 包含了图像处理的一些东西如:灰度化、二值化、定位等。 支持UTF8格式的中文。(The source code of QRCode recognized by Delphi 7 can be compiled and run directly. It can recognize Chinese, and 2-D code pictures with 2 t