-
仿真获取四幅互差半个像素的低分辨率图像,利用反演解析算法重建出一副高分辨率图像,属于亚像元技术或者超分辨率技术。...
仿真获取四幅互差半个像素的低分辨率图像,利用反演解析算法重建出一副高分辨率图像,属于亚像元技术或者超分辨率技术。-Simulation Interoperability poor access to four half-pixel low-resolution images, the use of inversion algorithm for the reconstruction of an analytic high-resolution images, belong to sub-pixel super-resolution technology or technology.
- 2023-06-01 11:10:03下载
- 积分:1
-
图形图像处理的简单应用,实现灰度翻转,增亮,等等。
图形图像处理的简单应用,实现灰度翻转,增亮,等等。-Simple graphics image processing applications, to achieve gray-scale inversion, Zengliang, and so on.
- 2023-04-24 10:50:03下载
- 积分:1
-
Visual C++ digital image processing algorithms and implementation of a typical (...
Visual C++ 数字图像处理典型算法及实现(2)-Visual C++ digital image processing algorithms and implementation of a typical (2)
- 2022-02-03 23:10:45下载
- 积分:1
-
- 2023-02-08 08:55:03下载
- 积分:1
-
用于对数字图像的处理,初步调研对数字图像的基本处理方法,用cvi实现图像处理界面及函数。最后针对特殊应用进行试验,给出源程序。...
用于对数字图像的处理,初步调研对数字图像的基本处理方法,用cvi实现图像处理界面及函数。最后针对特殊应用进行试验,给出源程序。-used for digital image processing, preliminary research on the basic digital image processing methods, cvi achieved using image processing and interface functions. Finally special application test, given the source.
- 2022-03-05 19:58: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
-
适合初学者
适合初学者-Suitable for beginners
- 2022-07-08 15:07:08下载
- 积分:1
-
韩国INTIME的MPEG4,带H.264硬编解码的驱动和用户使用手册
韩国INTIME的MPEG4,带H.264硬编解码的驱动和用户使用手册-INTIME C USER GUIDE
- 2022-01-27 08:54:20下载
- 积分:1
-
人脸的检测与定位人脸定位实例,可以实现人脸的检测
人脸的检测与定位人脸定位实例,可以实现人脸的检测-rljc
- 2022-06-28 05:41:21下载
- 积分:1
-
计算机中表示图形、以及利用计算机进行图形的计算、处理和显示的相关原理与算法,构成了计算机图形学的主要研究内容...
计算机中表示图形、以及利用计算机进行图形的计算、处理和显示的相关原理与算法,构成了计算机图形学的主要研究内容-Said computer graphics, and the use of computer graphics calculations, processing and display the relevant principles and algorithms, constitute the main research content of computer graphics
- 2022-03-13 23:26:21下载
- 积分:1