-
Visual C++实现动态图片的傅里叶变换(实时的)。图像处理的作业。
Visual C++实现动态图片的傅里叶变换(实时的)。图像处理的作业。-Visual C++ Realize dynamic picture of the Fourier transform (real time). Image processing operations.
- 2022-07-13 18:55:05下载
- 积分:1
-
一种改进的图像区域中心线提取方法,为了避免出现边界多个1的情况,算法预先扩充边界。...
一种改进的图像区域中心线提取方法,为了避免出现边界多个1的情况,算法预先扩充边界。-an improved regional image centerline extraction methods, in order to avoid a number of the border, Algorithm advance expand border.
- 2022-03-13 07:49:52下载
- 积分:1
-
显示bmp文件,对图像做扫描,马赛克,渐显等特效操作
显示bmp文件,对图像做扫描,马赛克,渐显等特效操作-show bmp documents on scanning images, mosaics, such as the fading effects operation
- 2023-07-09 13:10:03下载
- 积分:1
-
最基础基本的粒子算法非直线在线粒子滤波指导教程
最基础基本的粒子算法非直线在线粒子滤波指导教程-The most basic particles of basic non-linear algorithm to guide tutorial particle filter online
- 2023-07-04 14:05:03下载
- 积分:1
-
实现对图像的边缘检测 速度比较快 结果也很准确
实现对图像的边缘检测 速度比较快 结果也很准确-To achieve the speed of image edge detection is very accurate and relatively fast results
- 2022-07-14 08:15:19下载
- 积分:1
-
用Efros和Freeman的纹理合成算法,利用误差最小的边界剪切法进行纹理图片的合成...
用Efros和Freeman的纹理合成算法,利用误差最小的边界剪切法进行纹理图片的合成-By Efros and Freeman
- 2022-08-07 14:27:47下载
- 积分:1
-
simon haykin 的自适应滤波原理教程,关于自适应滤波器设计一般背景的优秀教材...
simon haykin 的自适应滤波原理教程,关于自适应滤波器设计一般背景的优秀教材-adaptive filter priciple by Simon Haykin
- 2022-04-24 08:12:04下载
- 积分:1
-
一种向CBitmap对象读取“*.bmp”文件的快捷方式。
1、建立自己的CBitmap派生类。
2、增加一个“Load from bitmap”...
一种向CBitmap对象读取“*.bmp”文件的快捷方式。
1、建立自己的CBitmap派生类。
2、增加一个“Load from bitmap”的函数:
BOOL CMyBitmap::LoadBitmap(LPCTSTR szFileName)
{
DeleteObject()
HBITMAP hBitmap=NULL
hBitmap=(HBITMAP)LoadImage(NULL,szFileName,IMAGE_BITMAP,0,0,LR_LOADFROMFILE|LR_CREATEDIBSECTION|LR_DEFAULTSIZE)
return Attach(hBitmap)
}-CBitmap object to a reading of "*. bmp" file shortcuts. One, to build their own CBitmap derived class. 2, add a "Load from bitmap" function : BOOL CMyBitmap : : LoadBitmap (LPCTSTR szFileName) (DeleteObje ct () HBITMAP hBitmap = NULL hBitmap = (HBITMAP) LoadImage (NULL, szFileName, IMAGE_BITMAP, 0, 0, LR_LOADFROMFILE | LR_CREATEDIBSECTION | LR_D EFAULTSIZE) return Attach (hBitmap);)
- 2023-04-01 09:15:03下载
- 积分:1
-
用中值滤波和平均滤波方法对二位图像进行去噪处理,采用的模板是3*3...
用中值滤波和平均滤波方法对二位图像进行去噪处理,采用的模板是3*3-With median filtering and average filtering method for image de-noising of the two processing, using the template is 3* 3
- 2023-02-06 10:50:03下载
- 积分:1
-
读取YUV视频图像的源程序,可以播放YUV视频。
读取YUV视频图像的源程序,可以播放YUV视频。-YUV video images to read the source code, you can YUV video playback.
- 2023-01-01 11:20:45下载
- 积分:1