-
云敏为四川大学朱教授的书
本书为川大的朱允民教授的《multisenor_decision_and_fusion》一书,供有关人员下载-The book for the Sichuan University Professor Zhu Yunmin of the
- 2022-03-11 04:34:32下载
- 积分:1
-
When x is a matrix, a wavelet transform is performed on all rows of x.
%
When x is a matrix, a wavelet transform is performed on all rows of x.
% - To create filters + shifts: see makeWTfilter.m and mirrorshifts.m
% - The forward transform is in FWT_BIO.m-When x is a matrix, a wavelet transform is performed on all rows of x.- To create filters+ Shifts: see makeWTfilter.m and mirrorshifts.m- The forward transform is in FWT_BIO.m
- 2023-03-01 21:10:03下载
- 积分:1
-
用VC做的运动检测系统,采用模板匹配的思想比较不同的图像,查看事物是否运动。...
用VC做的运动检测系统,采用模板匹配的思想比较不同的图像,查看事物是否运动。-VC to do with the motion detection system that uses template matching to compare different images of the idea to see whether the movement of things.
- 2022-04-30 18:43:19下载
- 积分: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
-
本代码为王晓东算法书上的多边形代码贪心算法实现
本代码为王晓东算法书上的多边形代码贪心算法实现-code for the algorithm Wang Xiaodong book on the polygon code greedy algorithm
- 2022-06-17 12:49:00下载
- 积分:1
-
主要是图像复原的实现,包括运动模糊图像复原和逆滤波、维纳滤波复原。...
主要是图像复原的实现,包括运动模糊图像复原和逆滤波、维纳滤波复原。-Mainly the realization of image restoration, including motion-blurred image restoration and inverse filtering, Wiener filtering restoration.
- 2023-04-25 17:00:03下载
- 积分:1
-
the image edge detection, Hough transform, contour extraction and contour tracki...
有关图像的边缘检测、Hough变换、轮廓提取和轮廓跟踪、种子填充等算法-the image edge detection, Hough transform, contour extraction and contour tracking, and seed filling algorithm
- 2022-03-09 22:03:58下载
- 积分:1
-
在计算机视觉中首先一步是计算每个摄像机的参数(外参和内参),这是重建物体所必须的,这一个过程称为摄像机定标(camera calibration)。这是我自己写...
在计算机视觉中首先一步是计算每个摄像机的参数(外参和内参),这是重建物体所必须的,这一个过程称为摄像机定标(camera calibration)。这是我自己写的一个简单的采用3维模板(模板是由黑白相间的格子组成,格子大小30cm×30cm,模板必须是三维,否则矩阵奇异)定标的程序,交互性比较好,每个角点通过鼠标点击自动获取。-Computer Vision in the first step is to calculate the parameters of each camera (outside the Senate and internal), which is necessary for the reconstruction of objects, which a process known as camera calibration (camera calibration). This is what I wrote it myself using a simple 3-dimensional template (template is composed of black-and-white lattice, lattice size of 30cm ?30cm, the template must be three-dimensional, or matrix singular) calibration procedures, better interactivity, each Corner automatic access through mouse clicks.
- 2023-01-09 03:25:04下载
- 积分:1
-
Magnetic resonance imaging classical algorithm sense, for the study of parallel...
磁共振成像经典算法sense,对于对并行成像的研究很有帮助-Magnetic resonance imaging classical algorithm sense, for the study of parallel imaging helpful
- 2022-05-06 06:29:35下载
- 积分: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