-
包括3个图像处理的代码
1、图像的缩放平移等
2、图像RGB空间到CMYHSIHSV等空间的变换
3、肤色建模,提取图片中的人体肤色...
包括3个图像处理的代码
1、图像的缩放平移等
2、图像RGB空间到CMYHSIHSV等空间的变换
3、肤色建模,提取图片中的人体肤色-Including the three image processing code 1, the image scaling translation and other two, the image RGB space to CMY HSI HSV space transformation such as 3, color modeling, extract the image of human skin color
- 2022-11-09 17:10:04下载
- 积分:1
-
这个代码实现了很好的
This code implements the well-known Chan-Vese segmentation algorithm from the paper "Active Contours Without Edges."
This technique deforms an initial curve so that it separates foreground from background based on the means of the two regions. The technique is very robust to initialization and gives very nice results when there is a difference between the foreground and background means.
This code uses active contours and level sets in the implementation. It could also serve as a good framework for implementing all kinds of region-based active contour energies.
1.) Download
2.) Unzip
3.) Run >>region_seg_demo
See this site for experiments, videos, and more information on segmentation, active contours, and level sets:
[ http://www.shawnlankton.com/2007/05/active-contours/ ]
- 2022-06-21 17:17:59下载
- 积分: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
-
这用在vc++环境下进行图像处理的源代码
对比度拉伸源码
这用在vc++环境下进行图像处理的源代码
对比度拉伸源码-This is used in vc++ Environment deal with the source code of the image contrast stretching source
- 2022-03-13 09:02:35下载
- 积分:1
-
<visual c++数字图像处理典型算法及实现>的附带程序第一章使用DIB读写BMP文件示例,很好的一本书和例子...
的附带程序第一章使用DIB读写BMP文件示例,很好的一本书和例子-incidental procedures chapter to read and write BMP files using the DIB example, a good book and examples
- 2022-01-26 07:52:07下载
- 积分:1
-
本代码包含数字图像处理一般功能,包含图像增强、图像复原、特征提取、编码等功能...
本代码包含数字图像处理一般功能,包含图像增强、图像复原、特征提取、编码等功能-This code contains the general features of digital image processing, including image enhancement, image restoration, feature extraction, encoding and other functions
- 2023-06-19 08:00:04下载
- 积分:1
-
提供了网址http://www.caip.rutgers.edu/riul/research/code.html 的MS 分割法进一步封装,包括Matlab接口...
提供了网址http://www.caip.rutgers.edu/riul/research/code.html 的MS 分割法进一步封装,包括Matlab接口和C语言接口。-Provides a web site http://www.caip.rutgers.edu/riul/research/code.html further segmentation of MS packages, including Matlab interface and C language interface.
- 2022-04-18 10:48:14下载
- 积分:1
-
一个外国人写的图像处理方面的vb程序,涵盖了几乎所有的基本图像处理的内容,很适合初学者!...
一个外国人写的图像处理方面的vb程序,涵盖了几乎所有的基本图像处理的内容,很适合初学者!-A foreigner to write image processing vb program, covering almost all the content of the basic image processing, it is suitable for beginners!
- 2022-07-13 23:30:27下载
- 积分:1
-
graphics processing VC original code, the core written in C
图形图像处理方面的VC原码,核心部分用C写成-graphics processing VC original code, the core written in C
- 2022-07-22 17:18:24下载
- 积分:1
-
Contourlet变换的源代码,与广泛使用的空间图像处理
contourlet变换源代码,图象处理方面有广泛应用空间-Contourlet Transform source code, image processing with extensive use of space
- 2022-06-19 01:18:19下载
- 积分:1