-
可以实现YUV序列转换为RGB格式文件
可以实现YUV序列转换为RGB格式文件-YUV sequence can be converted to RGB format
- 2022-01-26 01:25:41下载
- 积分: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
-
c++ builder 图形图象处理(不规则图形的动画技术)
图形的移动,可以改变其水平和垂直距离,
以及速度...
c++ builder 图形图象处理(不规则图形的动画技术)
图形的移动,可以改变其水平和垂直距离,
以及速度-c builder graphic image processing (irregular graphics animation technology) mobile graphics, can change its horizontal and vertical distance, and speed
- 2023-08-03 13:20:04下载
- 积分:1
-
灰度平衡。读取BMP灰度图像并绘制直方图,然后做灰…
灰度均衡。读入BMP灰度图,绘制直方图,并对直方图进行灰度均衡。-Grayscale balance. Read BMP grayscale image and draw the histogram, then do grayscale balance to the histogram.
- 2022-11-11 13:35:03下载
- 积分:1
-
The best threshold of 8 hops per second jump 2, the user a relatively simple to...
最佳门限跳数8,每秒跳2,用户一个,实现比较简单-The best threshold of 8 hops per second jump 2, the user a relatively simple to achieve
- 2023-07-29 05:30:03下载
- 积分:1
-
互信息方法求DUFFING方程的延迟时间
互信息方法求DUFFING方程的延迟时间-Mutual information method for delay equations DUFFING
- 2023-03-17 08:10:04下载
- 积分:1
-
Gabor提取图像纹理特征,很经典。I hope the researchers who study the algorithm communicate wit...
Gabor提取图像纹理特征,很经典。I hope the researchers who study the algorithm communicate with me。-Gabor extract image texture features classic. I hope the researchers who study the algorithm c ommunicate with me.
- 2022-01-27 22:45:32下载
- 积分:1
-
数字图像处理中常用的灰度平衡算法,VC编写,包含完整源代码与实例图片,很实用...
数字图像处理中常用的灰度平衡算法,VC编写,包含完整源代码与实例图片,很实用-Commonly used in digital image processing of gray-balancing algorithm, VC preparation that contains complete source code and examples of pictures, very useful
- 2023-06-14 12:25:03下载
- 积分:1
-
摄像头全景图像拼接序列,希望能有用
摄像机图像序列的全景图拼接,希望能有些用处-Camera panorama image stitching sequence, hoping to be useful
- 2022-10-21 11:05:03下载
- 积分: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