-
基于OpenCV开发的道路交通视频的背景提取和前景提取。可对道路的背景进行提取和实时更新,从而提取出运动的车辆。...
基于OpenCV开发的道路交通视频的背景提取和前景提取。可对道路的背景进行提取和实时更新,从而提取出运动的车辆。-OpenCV on the development of road traffic video extraction and prospects of the background extraction. May be the background of road extraction and real-time updates, so extraction of moving vehicles.
- 2023-09-03 12:00:04下载
- 积分:1
-
计算机图形学部分算法vc原码,实现了常用的功能
计算机图形学部分算法vc原码,实现了常用的功能-Computer graphics part of the original code vc algorithm to realize the functions of commonly used
- 2022-05-09 06:27:13下载
- 积分:1
-
A digital image processing tool. Its major function is descreening for scanned h...
本人自己编写的一个图像处理小工具,主要的功能是实现了扫描半色调图像的去网纹算法。-A digital image processing tool. Its major function is descreening for scanned halftone images.
- 2022-03-23 13:15:38下载
- 积分:1
-
Jpeg/Jpeg2000压缩和解压缩的示例程序,支持JPP、JPC、JPG等图像格式...
Jpeg/Jpeg2000压缩和解压缩的示例程序,支持JPP、JPC、JPG等图像格式-Jpeg/Jpeg2000JPPJPCJPG
- 2023-02-17 16:10:04下载
- 积分:1
-
拉普拉斯锐化的算法实现,函数结构,很方便移植!
拉普拉斯锐化的算法实现,函数结构,很方便移植!-Laplacian sharpening algorithm, function structure, transplants easily!
- 2022-10-22 21:45:03下载
- 积分:1
-
数字图像处理的基本程序 vc++编写 图像细化 有实例图片
数字图像处理的基本程序 vc++编写 图像细化 有实例图片-Digital image processing of the basic procedures for the preparation of vc++ are examples of image thinning picture
- 2022-08-09 22:48:44下载
- 积分: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
-
Markov Random Fields and application on Image processing and Computer Vision
Markov Random Fields and application on Image processing and Computer Vision
- 2022-05-08 21:48:39下载
- 积分:1
-
实现了序列图像的柱面全景图拼接,采用的块匹配法,顺序进行块匹配功能,找到最佳匹配位置,进行线性融合法进行拼接。...
实现了序列图像的柱面全景图拼接,采用的块匹配法,顺序进行块匹配功能,找到最佳匹配位置,进行线性融合法进行拼接。-Achieved a series of cylindrical panoramic image stitching, using a block matching method, in order to block-matching function to find the best match position, a linear fusion splicing method.
- 2022-04-26 12:59:01下载
- 积分:1
-
《MATLAB7.x图像处理》随书光盘,该书人民邮电出版社2006年出版....
《MATLAB7.x图像处理》随书光盘,该书人民邮电出版社2006年出版.-The iso file of which published by Posts &Telecom press in 2006.
- 2022-02-04 05:54:41下载
- 积分:1