-
Undergraduate digital image processing, two testing procedures, including image...
本科数字图像处理试验程序2,包括图像锐化分割等-Undergraduate digital image processing, two testing procedures, including image sharpening segmentation
- 2023-04-30 12:15:03下载
- 积分:1
-
给予偏微分方程的图像处理一书中的实验代码很全面
给予偏微分方程的图像处理一书中的实验代码很全面 -Given partial differential equations of image processing of the experimental code book is very comprehensive
- 2022-12-22 20:00:13下载
- 积分:1
-
用vc编写的一个canny边缘检验算子
很好用
效果还可以
用vc编写的一个canny边缘检验算子
很好用
效果还可以 -vc prepared with a canny operator Edge good test results can be used
- 2022-03-01 21:08:16下载
- 积分:1
-
图像的简单操作,比如:读取,显示,膨胀,腐蚀,边缘提取,等等。...
图像的简单操作,比如:读取,显示,膨胀,腐蚀,边缘提取,等等。-image of a simple operation, such as : read, display, expansion, corrosion, edge extraction, and so on.
- 2022-03-22 22:30:48下载
- 积分:1
-
第四章 MATLAB 图形对象操作
4.1 图形对象的属性
4.2 图形对象句柄的获取
4.2.1 对象创建时获取
4.2.2 层次关系...
第四章 MATLAB 图形对象操作
4.1 图形对象的属性
4.2 图形对象句柄的获取
4.2.1 对象创建时获取
4.2.2 层次关系来获取
4.2.3 当前对象的获取
4.2.4 根据对象属性值的获取
4.3 图形对象句柄的删除与判断
4.3.1 句柄的删除
4.3.2 句柄的判断
4.4 图形对象属性值的获取与设置
4.4.1 图形对象属性值的设置
4.4.2 图形对象属性值的获取
4.4.3 用户缺省值的操作
4.5 图形对象的其它操作
4.5.1 figflag 函数
4.5.2 findfigs 函数
4.5.3 copyobj 函数
4.5.4 capture 函数
4.5.5 refresh 函数
4.5.6 saveas 函数
4.5.7 hgload 函数和 hgsave 函数
4.5.8 newplot 函数 -Chapter IV of MATLAB graphic objects to operate the properties of graphic object 4.1 graphic object handle 4.2 Access 4.2.1 object created when the relationship between the level of access to 4.2.2 to get 4.2.3 to obtain the current object under the object attribute value 4.2.4 Access 4.3 graphic object with the judge handles delete delete 4.3.1 handles 4.4 judgment 4.3.2 Handle Graphics object attribute values to obtain and set the target attribute value 4.4.1 graphics settings 4.4.2 graphic object attribute values to obtain 4.4 .3 user operation 4.5 Defa
- 2022-01-26 04:30:51下载
- 积分:1
-
基于特征点检测匹配的运动补偿方法,然后通过补偿的差分图像法来检测移动平台下的运动目标...
基于特征点检测匹配的运动补偿方法,然后通过补偿的差分图像法来检测移动平台下的运动目标-Based on feature point detection method of matching motion compensation, and then through the compensation differential image method to detect the mobile platform under the moving target
- 2023-04-11 19:10:04下载
- 积分:1
-
这个程序用于实现图像数据的旋转。所用的算法基于复数的运算,很有启发意义...
这个程序用于实现图像数据的旋转。所用的算法基于复数的运算,很有启发意义-it is a program to rotate the image data .developing the method on the basis of complex computation has inspire meaning
- 2022-12-16 04:40:04下载
- 积分: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
-
矢量图形水印嵌入,不可见水印,具有很强的鲁棒性和透明性
矢量图形水印嵌入,不可见水印,具有很强的鲁棒性和透明性-Watermark embedding vector graphics, not visible watermark with robustness and transparency
- 2022-05-24 14:25:27下载
- 积分:1
-
the procedure adaptive fuzzy matching algorithm Bell template image to the entir...
该程序采用自适应模糊匹配算法完成贝尔模板图像到全彩图像的插值运算-the procedure adaptive fuzzy matching algorithm Bell template image to the entire color pictures as the interpolation operation
- 2022-05-19 09:02:56下载
- 积分:1