-
数字图像分水岭处理 使用c语言编写的 源代码很好用
数字图像分水岭处理 使用c语言编写的 源代码很好用-Watershed in the use of digital image processing c language source code for a very good use
- 2022-03-18 22:32:03下载
- 积分:1
-
Image enhancement, image enhancement based on the retinal image, C++ Builder env...
图像增强,基于视网膜图片的图像增强,C++Builder环境下运行-Image enhancement, image enhancement based on the retinal image, C++ Builder environment running
- 2022-11-07 12:50:03下载
- 积分:1
-
Visual C++ 数字图像处理典型算法及实现(1)
Visual C++ 数字图像处理典型算法及实现(1)-Visual C++ digital image processing algorithms and implementation of a typical (1)
- 2022-10-03 03:10:03下载
- 积分:1
-
vc实现屏保
vc实现屏保-vc achieve screensavers!
- 2022-12-17 02:25:03下载
- 积分:1
-
According to students to learn, the answer sheet to check the information of stu...
根据学生学好,检查学生的答题卡信息,检查成绩是否有错误-According to students to learn, the answer sheet to check the information of students to check whether there is any error results.
- 2022-08-25 06:44:37下载
- 积分:1
-
一个很简单的颜色混合函数
只要提供前景色和背景色以及 Alpha 就可返回混合后的颜色
不太适合大型图像的混合 比较适合小图标
(附带示例)...
一个很简单的颜色混合函数
只要提供前景色和背景色以及 Alpha 就可返回混合后的颜色
不太适合大型图像的混合 比较适合小图标
(附带示例)-a very simple color mixing function for as long as the foreground color and background color and can be returned to the Alpha mixed after less suitable for the large-scale color images are more suitable for mixed small icon (with examples)
- 2022-06-02 04:44:52下载
- 积分:1
-
OTSU算法是一个可以稳定获取图像分割阈值的好方法,本人根据其思想,编译了一个函数,可以方便您的调用,自适应的获取图像的阈值,...
OTSU算法是一个可以稳定获取图像分割阈值的好方法,本人根据其思想,编译了一个函数,可以方便您的调用,自适应的获取图像的阈值,-OTSU algorithm is a segmentation threshold can be stabilized to obtain the value of a good way, in accordance with their thoughts, to compile a function, you can easily call adaptive image acquisition threshold,
- 2023-04-10 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
-
一种向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
-
利用阴影恢复技术重建二维数字图像到三维深度数据的重建
利用阴影恢复技术重建二维数字图像到三维深度数据的重建-Use of the shadow of the resumption of technical reconstruction of two-dimensional digital image to the three-dimensional reconstruction of the depth of data
- 2022-09-29 15:55:03下载
- 积分:1