-
can more comprehensive image processing system. Main contents include : bitmap b...
能比较全面的图像处理系统。主要内容包括:位图基础、图像的显示、图像的几何变换、图像灰度变换、图像的平滑处理、图像锐化处理及边缘检测、图像分割及测量、图像的形态学处理、图像的变换域处理及应用、图像的合成、24位彩色图像的处理、JPEG图像的压缩编码-can more comprehensive image processing system. Main contents include : bitmap based, image display, image geometry transformation, gray transform, image smoothing, image sharpening and edge detection, image segmentation and measurement, image morphology, Image Transform and application processing, image synthesis, 24-bit color image processing, JPEG image compression coding
- 2022-01-26 02:46:44下载
- 积分:1
-
用风险投资+ +来显示特别好的效果
用VC++进行图象处理之特效显示,图象的扫描、移动等-use vc++ to display the specially good effect of
the graphics process ,the scan ,moving of the graphics
- 2022-04-01 16:43:53下载
- 积分:1
-
著名的人脸检测和识别算法检测的闪烁…
国外著名大学成功的人脸检测识别算法中的眨眼检测-famous University of face detection and recognition algorithms detect the blink of an eye
- 2022-03-17 19:40:18下载
- 积分:1
-
我收集得最全的有关图像处理的程序了将近四十种包括分割,边缘检测等等而且都有试验图片...
我收集得最全的有关图像处理的程序了将近四十种包括分割,边缘检测等等而且都有试验图片-I collected most of the image processing program for nearly 40 kinds, including segmentation, edge detection, etc. and have test picture
- 2022-05-18 10:38:22下载
- 积分:1
-
利用双缓存的技术实现对图像的显示,克服了图像显示时容易闪烁的问题...
利用双缓存的技术实现对图像的显示,克服了图像显示时容易闪烁的问题-cache dual use technology to achieve the right image, overcome the image display easily scintillation problems
- 2022-05-16 01:47:51下载
- 积分:1
-
是图形学中经典的活动边表的算法,老师评价破高的
是图形学中经典的活动边表的算法,老师评价破高的-Graphics is the classic side table algorithm, the teacher evaluation breaking high
- 2022-05-26 22:51:40下载
- 积分:1
-
通过MATLAB图像分割的多幅图像,并识别出关键…
通过matlab对多幅图像进行图像分割,并找出关键区域,实现定位-Of multiple images through the matlab image segmentation, and identify critical areas to achieve positioning
- 2022-03-10 21:25:17下载
- 积分:1
-
P0301: digital image data display matrix and its Fourier transform P0302: Two
P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩,在MATLAB环境下均通过调试-P0301: digital image data display matrix and its Fourier transform P0302: Two-dimensional discrete cosine transform image compression, in the MATLAB environment through debugging
- 2022-02-25 03:17:44下载
- 积分:1
-
图像的灰度处理
image grayscale processing-grayscale image processing
- 2022-08-17 18:49:17下载
- 积分: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