-
matlab的m文件,sobel边缘检测
matlab的m文件,sobel边缘检测-matlab m-file, sobel edge detection
- 2022-07-05 08:30:27下载
- 积分:1
-
图像的高斯变换
Gaussian transform for image
- 2022-06-14 17:50:07下载
- 积分:1
-
数字影像相关系数匹配算法的vc实现 功能全部实现
数字影像相关系数匹配算法的vc实现 功能全部实现-Digital image correlation matching algorithm to achieve the vc
- 2022-07-01 09:54:19下载
- 积分:1
-
机器视觉开发包,包括摄像机标定,图像分割…
机器视觉的开发包,包括摄像机的标定,图像分割,等。-Machine vision development kit, including camera calibration, image segmentation, and so on.
- 2023-04-19 03:40:06下载
- 积分:1
-
各种基本图像处理功能:1、格式转换:将RAW格式转换成BMP格式;2、线性变换;3、图像平滑;4、图像增强;5、边缘检测:梯度算子,Robert梯度算子,Pre...
各种基本图像处理功能:1、格式转换:将RAW格式转换成BMP格式;2、线性变换;3、图像平滑;4、图像增强;5、边缘检测:梯度算子,Robert梯度算子,Prewitt算子,Laplacian算子,Sobel算子,Marr算子;6、直方图显示;7、形态运算(二值化、腐蚀、膨胀、开运算、闭运算);8、自动分类及类别提取:K均值分类。其中:1.2.3.4.5.7仅能对灰度图处理,6.8不仅能处理灰度图还能处理彩色图-Basic image processing functions: 1, format: RAW format will be converted to BMP format 2, linear transformation 3, image smoothing 4, image enhancement 5, Edge Detection: Gradient Operator, Robert gradient operator, Prewitt operator, Laplacian operator, Sobel operator, Marr operator 6, histogram display 7, computing forms (two-value, corrosion, swelling, open computing, closing operation) 8, automatic classification and type of extract: K-means classification. One of: 1.2.3.4.5.7 only treatment for grayscale, 6.8 can not only deal with deal with grayscale color map
- 2022-05-11 00:48:27下载
- 积分: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
-
转用于3G手机应用开发的android代码,示例是如何使用广播
转用于3G手机应用开发的android代码,示例是如何使用广播-Turn the development of applications for 3G mobile phones android code example is how to use the radio
- 2022-06-28 01:40:35下载
- 积分:1
-
(转)vc 的 图像分割
命令行 格式:
segment 0.5 300 50 17.ppm 17out.ppm...
(转)vc 的 图像分割
命令行 格式:
segment 0.5 300 50 17.ppm 17out.ppm-(Transgenic) vc the command-line format for image segmentation: segment 0.5 300 50 17.ppm 17out.ppm
- 2023-05-28 06:00:03下载
- 积分:1
-
一个图象RGB色彩控制演示程序,深入了解图象基本原理。
一个图象RGB色彩控制演示程序,深入了解图象基本原理。-an RGB color image display control procedures, in-depth understanding of the basic tenets of image.
- 2022-01-29 04:20:59下载
- 积分:1
-
此程序用于中值滤波 采用了一定的算法 滤波效果比较好
此程序用于中值滤波 采用了一定的算法 滤波效果比较好-medium
- 2022-03-26 03:37:20下载
- 积分:1