-
hough变换中的非零点检测,找到非零点,进行累加,才能找出直线...
hough变换中的非零点检测,找到非零点,进行累加,才能找出直线-hough transform in the detection of non-zero, to find non-zero, to accumulate in order to find a straight line
- 2022-09-10 07:45:03下载
- 积分:1
-
利用高斯模型实现背景建模的程序。简单实用,自己写的,利用了opencv的处理函数,需要调节阈值...
利用高斯模型实现背景建模的程序。简单实用,自己写的,利用了opencv的处理函数,需要调节阈值-using the Gaussian model, background modeling procedures. Simple and practical, wrote, opencv use of the processing function, needs to adjust the threshold
- 2022-07-03 01:55:51下载
- 积分:1
-
对MR图像进行各项异性滤波。能在同质区域平滑噪声,边界处不被平滑。...
对MR图像进行各项异性滤波。能在同质区域平滑噪声,边界处不被平滑。-process the MR image using anisotropic filter. Smooth noise in homogeneous regions, the boundary is not smooth.
- 2022-02-27 06:56:18下载
- 积分:1
-
用风险投资+ +来显示特别好的效果
用VC++进行图象处理之特效显示,图象的扫描、移动等-use vc++ to display the specially good effect of
the graphics process ,the scan ,moving of the graphics
- 2022-04-01 16:43:53下载
- 积分:1
-
标准C++写的BMP图像显示存储的CLASS,可以直接使用
标准C++写的BMP图像显示存储的CLASS,可以直接使用-Standard C++ written in BMP image display storage CLASS, can be used directly
- 2022-03-14 06:08:19下载
- 积分:1
-
for image processing, have been tested, the very practical, The main source of a...
采用Visual c++ 进行图像处理,已经经过检测,非常实用,本源码主要是Wash分析-for image processing, have been tested, the very practical, The main source of analysis Wash.
- 2023-07-02 20:30:02下载
- 积分:1
-
关于图像腐蚀、图像膨胀、开运算和闭运算、以及数学形态学的其他运算...
关于图像腐蚀、图像膨胀、开运算和闭运算、以及数学形态学的其他运算-corrosion on the image, image expansion, opening and closing operations computation, mathematical morphology and the other Operational
- 2022-08-09 06:56:39下载
- 积分:1
-
运动检测算法,帧间差法进行运动检测,并进行运动补偿。
运动检测算法,帧间差法进行运动检测,并进行运动补偿。-Motion detection algorithm, inter-frame difference method for motion detection and motion compensation.
- 2022-04-17 03:37:03下载
- 积分: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
-
一个图像边缘细化的程序,送给做图像边缘的同志,很好用的...
一个图像边缘细化的程序,送给做图像边缘的同志,很好用的-a refinement of procedures, gave Edge done, the comrades of good
- 2022-01-25 15:50:15下载
- 积分:1