-
利用临近点法,双线性法,双立方法等插值算法,实现了图像的平移、缩放和旋转功能...
利用临近点法,双线性法,双立方法等插值算法,实现了图像的平移、缩放和旋转功能-Using near-point, bilinear and bicubic interpolation algorithm to realize image translation, scaling and rotation
- 2022-08-08 12:06:17下载
- 积分:1
-
ImageStone是一个功能强大的C++类库的图像处理。这是易携带…
ImageStone is a powerful C++ class library for image manipulation. it is portable and requiring only a recompiling on any platform. It includes load/save, display, histogram, undo/redo and over 100 predefined filters. It is a mature and easy-to-use image library that everyone from novices to professionals can use and enjoy.
一位高手写的,我好不容易找到的.和大家分享一下
-ImageStone C is a powerful class library fo r image manipulation. it is portable and requir ing only a recompiling on any platform. It inclu des load/save, display, histogram, and undo/redo and over 100 predefined filters. It i s a mature and easy-to-use image library that ev eryone from novices to professionals can use an d enjoy. one expert wrote, I finally found. and share with you
- 2022-01-22 16:53:34下载
- 积分:1
-
哈里斯
Harris-Laplace combined corner and edge detector 完成对图像的角点和边缘的同时检测-Harris-Laplace combined corner and edge detector angle to complete the image at the same time point and the edge detection
- 2022-06-28 00:50:47下载
- 积分:1
-
人脸检测定位,实现了对人脸的检测与识别,大家可以参考!...
人脸检测定位,实现了对人脸的检测与识别,大家可以参考!-Face Detection positioning, achieving the right face detection and recognition, we can reference!
- 2022-07-14 02:38:47下载
- 积分:1
-
一个用于转换bmp 文件格式的程序, 可转换成单色的bmp图像。
一个用于转换bmp 文件格式的程序, 可转换成单色的bmp图像。-One for the bmp file format conversion process, can be converted into monochrome bmp images.
- 2023-02-26 09:45:03下载
- 积分:1
-
JPEG
JPEG-LS可执行代码,程序有详细的说明,与算法紧密相连。
- 2022-01-24 12:41:55下载
- 积分:1
-
霍夫曼编码的具体方法:先按出现的概率大小排队,把两个最小的概率相加,作为新的概率 和剩余的概率重新排队,再把最小的两个概率相加,再重新排队,直到最后变成1。每次...
霍夫曼编码的具体方法:先按出现的概率大小排队,把两个最小的概率相加,作为新的概率 和剩余的概率重新排队,再把最小的两个概率相加,再重新排队,直到最后变成1。每次相 加时都将“0”和“1”赋与相加的两个概率,读出时由该符号开始一直走到最后的“1”, 将路线上所遇到的“0”和“1”按最低位到最高位的顺序排好,就是该符号的霍夫曼编码。-Huffman code specific Methods: according to their probability of emergence of the size of the queues, the two smallest sum probability, as a new probability and the probability of the remaining re-queue, and then the smallest sum of two probabilities, and then re-queue until the last turn into one. Every time when the sum will be
- 2022-03-31 00:49:14下载
- 积分:1
-
Hough变换对圆的检测
Hough变换的基本原理在于,利用点与线的对偶性,将图像空间的线条变为参数空间的聚集点,从而检测给定图像是否存在给定性质的曲...
Hough变换对圆的检测
Hough变换的基本原理在于,利用点与线的对偶性,将图像空间的线条变为参数空间的聚集点,从而检测给定图像是否存在给定性质的曲线。
-Hough transform for circle detection Hough transform basic principle is that the use of point and line duality, the image space into a parameter space of lines gather, thus detecting the existence of a given image given the nature of the curve.
- 2022-02-15 20:11:38下载
- 积分:1
-
图像配准程序,含有图像配准的这种算法以及检验程序
图像配准程序,含有图像配准的这种算法以及检验程序-Image registration procedures, containing this image registration algorithm and testing procedures
- 2023-04-08 05:00:04下载
- 积分:1
-
Visual C++数字图像处理典型算法及实现 第2版 源码对学习图像处理入门非常有用的书。...
Visual C++数字图像处理典型算法及实现 第2版 源码对学习图像处理入门非常有用的书。-Visual C++ digital image processing algorithms and implementation of a typical version 2 source for learning image processing, a very useful book entry.
- 2022-02-04 15:01:56下载
- 积分:1