-
This is the Eindhoven University of Technology in the Netherlands under the guid...
这是在荷兰埃因霍温科技大学peater教授指导下做得图形识别寻找,在一堆图形中寻找圆形,多边形等图像,理论较为简单,适合与刚开始接触Mathematic的同志们。-This is the Eindhoven University of Technology in the Netherlands under the guidance of Professor peater done looking for pattern recognition, in a pile of graphics look round, polygon, such as images, a relatively simple theory for the beginning of contact with the Mathematic comrades.
- 2022-03-25 20:03:18下载
- 积分:1
-
实验方块编码的matlab程序,很值得一看。
实验方块编码的matlab程序,很值得一看。-Experimental box matlab coding procedures, it is worth a visit.
- 2023-09-01 06:45:04下载
- 积分:1
-
图像变换处理源代码。包括平滑、锐化、灰度、增强等。基于VC++6.0编译,无需任何改动。...
图像变换处理源代码。包括平滑、锐化、灰度、增强等。基于VC++6.0编译,无需任何改动。-images transform source code. Includes Smooth, Sharpen, gray and so on. Based on VC 6.0 compiler, without any changes.
- 2022-01-26 03:55:29下载
- 积分:1
-
在vc下实现的一个图像分割小程序,效果不错,大家可以看看。...
在vc下实现的一个图像分割小程序,效果不错,大家可以看看。-Vc achieved in a small image segmentation procedures, the effect is true that everyone can see.
- 2023-03-19 00:45:03下载
- 积分:1
-
Image fusion can automatically realize the tools, but also contains many ways fo...
能够自动实现图像融合的工具,而且包含很多方法供大家选择-Image fusion can automatically realize the tools, but also contains many ways for everyone to choose
- 2022-05-28 13:43:38下载
- 积分: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
-
Description: A faster implementation of binary dilation and erosion.
Our f...
Description: A faster implementation of binary dilation and erosion.
Our functions take advantage of MATLAB s decomposition of the structuring element but they may result much faster. Try to run example.m to see the speed improvement factor, changing the parameters.
- 2022-04-23 15:54:51下载
- 积分:1
-
功能实现:用c#实现数字图像处理中的hough变换功能
功能实现:用c#实现数字图像处理中的hough变换功能-Function realization: Using c# digital image processing of the hough transform function
- 2023-07-19 18:35:03下载
- 积分:1
-
LensPhoto,世界领先的数字近景摄影测量系统软件2007版,绝对值得收藏。...
LensPhoto,世界领先的数字近景摄影测量系统软件2007版,绝对值得收藏。-LensPhoto, the world" s leading digital close-range photogrammetry system software, 2007 edition, is absolutely worthy of collection.
- 2022-10-25 08:40:03下载
- 积分:1
-
采用小波变换的方法实现数字水印的嵌入和表达。
采用小波变换的方法实现了数字水印的嵌入与提取,效果非常不错!-Using wavelet transform method to achieve the digital watermark embedding and extraction, the effect is very good!
- 2022-03-20 01:43:27下载
- 积分:1