-
这是一个比较另类的图像库,它本身并不提供对图像对象的封装,只以类似插件的形式为您提供图像处理算法的封装和进度显示,而图像对象的封装则需由用户来提供。
本图像...
这是一个比较另类的图像库,它本身并不提供对图像对象的封装,只以类似插件的形式为您提供图像处理算法的封装和进度显示,而图像对象的封装则需由用户来提供。
本图像库平台无关,理论上它可以应用于任何已有的C++图像类上。
-This is a rather different type of image library, it does not provide the image object package, only the form of a similar plug-ins for your image processing algorithms to provide packaging and progress display, and image package should be targeted by user to provide. The image database platform-independent, in theory, it can be applied to any existing C++ Image category.
- 2022-07-02 21:22:01下载
- 积分:1
-
This program is my entry for video processing procedures, including video detect...
此程序是我进行视频处理时入门的程序,包含视频检测和轮廓跟踪,希望对大家有用-This program is my entry for video processing procedures, including video detection and contour tracing, hope for all of us
- 2022-03-18 00:15:13下载
- 积分:1
-
迭代利用遗传算法得到最优分割阈值,这是美国的
利用遗传算法迭代得到分割的最优阈值,其中用了otsu法则,是otsu分割的一种改进。-Iterative use of genetic algorithm to be optimal segmentation threshold, which used the Otsu rules, Otsu segmentation is an improvement.
- 2022-03-23 01:10:31下载
- 积分:1
-
对比度拉伸,对原始图像进行对比度拉伸,从而得到拉伸后的图像...
对比度拉伸,对原始图像进行对比度拉伸,从而得到拉伸后的图像-tensile contrast, the original image contrast stretching, and thus drawing the images
- 2023-04-10 04:35:04下载
- 积分:1
-
掌纹识别程序,希望大家能参考!
掌纹识别程序,希望大家能参考!-Palmprint identification procedures, hope that we can reference!
- 2022-04-12 23:06:29下载
- 积分:1
-
This is a picture of the integration process, the use of the program could reali...
这是一个关于图象融合的程序,利用该程序可以实现任意图象的匹配与融和。-This is a picture of the integration process, the use of the program could realize arbitrary image matching and integration.
- 2022-04-17 09:40:56下载
- 积分:1
-
用途:数字图象处理算法的演示,包括:
• 图象的DFT和逆DFT
• 图象的FFT和逆FFT
• 在图象中...
用途:数字图象处理算法的演示,包括:
• 图象的DFT和逆DFT
• 图象的FFT和逆FFT
• 在图象中加入正弦噪声
• 图象的模板运算实现图象平滑和锐化
• 图象的直方图均衡化
• 图象的对比度拉伸
• 图象的中值滤波
• 图象灰度直方图的显示
• 若干频域滤波器
• 图象的镜像
• 图象的旋转(90度与任意角度)
• 图象的放缩
• 其它小算法
代码设计思想:软件在Windows环境下,利用Visual C++6.0开发,代码利用面向对象的思想,通过若干个类完成:
主要类:
memBitmap类:内存图象类。将图象读入到内存中,对象素的读写在内存中进行,较之通过CDC类来进行,速度有很大提高。同时还对部分JPEG格式图象提供了读支持,可以将图象保存为BMP真彩格式。
Complex类:复数类,完成复数运算。
CBmpDemoView类:视类,完成显示。
CbmpDemoDoc类:文档类,图象数据和对数据的变换、处理都在此类中完成。
Fourior类:完成一维序列的DFT和FFT,FFT只支持为2的整数次幂的情况
- 2022-02-13 08:58:34下载
- 积分:1
-
图像的点运算 灰度直方图 线性变换 阈值变换 窗口变换 灰度拉伸...
图像的点运算 灰度直方图 线性变换 阈值变换 窗口变换 灰度拉伸-Computing the point of the image histogram threshold linear transform transform transform gray window stretching
- 2023-05-14 14:10:02下载
- 积分:1
-
This program is about tracking moving or static objects with a conventional web...
This program is about tracking moving or static objects with a conventional web cam at real-time speed.
- 2022-06-21 20:54:58下载
- 积分:1
-
Common game image processing, linear interpolation algorithm to achieve image sc...
常用游戏图像处理,线性插值算法实现图像缩放、旋转详解,2D 游戏中的光照,动态模糊等-Common game image processing, linear interpolation algorithm to achieve image scaling, rotation, Xiang Jie, 2D game illumination, motion blur, etc.
- 2022-09-14 14:35:03下载
- 积分:1