-
图像处理中关于灰度图像的处理占了一大部分。而灰度变换是数字图像处理必须掌握的知识。这里提供灰度变换源代码,仅供参考...
图像处理中关于灰度图像的处理占了一大部分。而灰度变换是数字图像处理必须掌握的知识。这里提供灰度变换源代码,仅供参考-Image Processing on the gray image of the treatment accounted for the majority of one. The gray-scale transformation of digital image processing must master knowledge. Here to provide gray-scale transformation source code, for reference only
- 2022-03-23 14:52:29下载
- 积分:1
-
图像的二值化转变,将灰度图像转变成二值图像
图像的二值化转变,将灰度图像转变成二值图像-Image binarization transformation, the gray-scale image into binary image
- 2022-03-31 04:55:29下载
- 积分:1
-
Simple face and eye detection
MATLAB Release: R13
You can use this codes...
Simple face and eye detection
MATLAB Release: R13
You can use this codes for face detection based on color segmentation and eye region detection.
- 2022-03-21 18:33:35下载
- 积分:1
-
H.264+ffmpeg解码器的样例程序
H.264+ffmpeg解码器的样例程序-H.264+ Ffmpeg codec sample program
- 2023-05-31 06:05:03下载
- 积分: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
-
关于图象处理的一个开发包,希望对大家有帮助
关于图象处理的一个开发包,希望对大家有帮助-image processing on a development kits, we hope to help
- 2023-04-06 22:05:04下载
- 积分:1
-
matlab
matlab算法,可以实现一些基本的图像处理的算法,也可以进行图像分割-matlab
- 2022-03-13 09:51:16下载
- 积分:1
-
色彩工程工具箱
Colour Engineering Toolbox
- 2022-07-23 00:04:12下载
- 积分:1
-
cximage600_lite.rar
CxImage类库是一个优秀的图像操作类库。它可以快捷地存取、显示、转换各种图像。...
cximage600_lite.rar
CxImage类库是一个优秀的图像操作类库。它可以快捷地存取、显示、转换各种图像。-cximage600_lite.rar
CxImage class library is an excellent image library operations. It can quickly access, display, conversion of various images.
- 2022-04-13 12:25:25下载
- 积分:1
-
digital photographic surveying the point line feature extraction and feature ext...
数字摄影测量学中的点特征提取和线特征提取-digital photographic surveying the point line feature extraction and feature extraction
- 2022-02-03 07:10:40下载
- 积分:1