-
《VC++图象处理程序设计》 书中代码
天津理工大学 计算机科学与工程系 杨淑莹
第二章特效显示
第三章几何变换
第四章灰度变换
第五章平滑...
《VC++图象处理程序设计》 书中代码
天津理工大学 计算机科学与工程系 杨淑莹
第二章特效显示
第三章几何变换
第四章灰度变换
第五章平滑处理
第六章锐化及边缘检测
第七章图像分割
第八章形态学
第九章图像的变换域处理
第十章图像合成
第十一章24位彩色
第十二 章小波变换-"VC image processing program design" book code Tianjin Polytechnic University Computer Science and Engineering 2.Tianjin second Zhang revealed the third chapter effects geometric transformation Gray Transform Chapter IV of chapter V of Chapter VI of smoothing and sharpening edge detection Chapter VII map as Segmentation Chapter VIII IX morphological image processing 10th Transform Image Synthesis Chapter 24 Chapter 11 Chapter 12 Color Wavelet Transform
- 2022-01-24 10:02:51下载
- 积分:1
-
avi格式文件转换为图片文件。该文件可以自行选择bmp或jpg格式,然后将avi视频的每一帧转换为相应格式的图片。...
avi格式文件转换为图片文件。该文件可以自行选择bmp或jpg格式,然后将avi视频的每一帧转换为相应格式的图片。-this program can convert the frames of the avi objects to pictures.
- 2022-03-02 18:13:23下载
- 积分:1
-
枚举显卡支持的RGB/YUV Overlay的方法及其colorkey的使用.
枚举显卡支持的RGB/YUV Overlay的方法及其colorkey的使用.-Enumeration graphics support RGB/YUV Overlay of methods and their use of colorkey.
- 2022-01-22 11:12:38下载
- 积分:1
-
此程序的目的是为了在绘制图形时改变曲线的颜色。
此程序的目的是为了在绘制图形时改变曲线的颜色。-The purpose of this program is for drawing graphics in the color change curve.
- 2023-05-29 11:10: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
-
基于神经网络的人脸识别训练函数,非常有用,研究生优秀作品...
基于神经网络的人脸识别训练函数,非常有用,研究生优秀作品-Face recognition based on neural network training function, very useful, graduate outstanding works
- 2022-03-22 10:10:58下载
- 积分:1
-
Image compression, image compression JEPG imitate simple way to realize one of t...
图像压缩,简单模仿JEPG图像压缩的方法,实现其中的一个步骤,量化-Image compression, image compression JEPG imitate simple way to realize one of the steps to quantify the
- 2022-08-02 17:49:08下载
- 积分:1
-
OpenCV的人脸检测的源代码,可以进行人脸识别…
OpenCV人脸检测源代码,可用于进行对人脸的识别和处理-OpenCV face detection source code, can be used to carry out face recognition and treatment
- 2022-03-23 16:35:11下载
- 积分:1
-
图形的比例变换按提示选择“变大或缩小”
“变大(或缩小)的倍数”。图形的旋转变换,手动输入旋转点坐标和旋转角度...
图形的比例变换按提示选择“变大或缩小”
“变大(或缩小)的倍数”。图形的旋转变换,手动输入旋转点坐标和旋转角度 -Scaling graphics prompted select " larger or shrink" " larger (or shrink) in multiples." Graphic rotation transformation, manually enter the rotation point coordinates and the rotation angle
- 2022-02-15 01:11:19下载
- 积分:1
-
2D洒水效果仿真,采用粒子系统,拉格朗日算法,产生粒子,计算粒子的新位置,消除粒子...
2D洒水效果仿真,采用粒子系统,拉格朗日算法,产生粒子,计算粒子的新位置,消除粒子-Sprinkler effect 2D simulation, the use of particle systems, Lagrangian algorithm, resulting in particles, calculating the new particle position, the elimination of particles
- 2023-03-16 10:05:04下载
- 积分:1