-
本程序将SIFT与边缘结合起来用来做图像配准
先用SIFT检测关键点 用CANNY算子进行边缘检测 进而优化选取最佳匹配点 进行向量匹配 图像配准...
本程序将SIFT与边缘结合起来用来做图像配准
先用SIFT检测关键点 用CANNY算子进行边缘检测 进而优化选取最佳匹配点 进行向量匹配 图像配准-This procedure will be combined with SIFT and the edge used to do image registration using SIFT key-point detection using Canny edge detection operator to select the best match to optimize vector match point image registration
- 2022-07-25 20:35:46下载
- 积分:1
-
一个matlab阈值分割程序,再matlab下能运行
一个matlab阈值分割程序,再matlab下能运行-a Matlab threshold segmentation procedures, and then to run under Matlab
- 2022-02-21 05:25:19下载
- 积分:1
-
形状和颜色的图像索引。
Image indexing by Shape and Color.
- 2022-05-05 06:54:03下载
- 积分:1
-
use C language S P integral wavelet transform and arithmetic coding
使用C语言实现整数小波S+P变换和算术编码-use C language S P integral wavelet transform and arithmetic coding
- 2022-10-30 23:25:02下载
- 积分:1
-
这是一个关于jpeg2标准的英文原版说明,里面详细介绍了jpeg2的算法,对大家很有帮助...
这是一个关于jpeg2标准的英文原版说明,里面详细介绍了jpeg2的算法,对大家很有帮助- This is explained about the jpeg2 standard English first
edition that, inside in detail introduced the jpeg2 algorithm, has
very much to everybody helps
- 2022-04-09 12:42:58下载
- 积分:1
-
topic with the background of poor procedures can be used to color image processi...
课题用的背景差程序,可用于彩色图像处理。-topic with the background of poor procedures can be used to color image processing.
- 2022-09-01 06:00:02下载
- 积分:1
-
自己随便输入的数据自动生成等高线,算法完整,功能完善。...
自己随便输入的数据自动生成等高线,算法完整,功能完善。-Not enter their own data to generate contour lines automatically, the algorithm complete, fully functional.
- 2023-04-01 10:20:03下载
- 积分:1
-
On gradient
On gradient-corrected and regional watershed segmentation algorithm combined
- 2022-01-24 10:06:57下载
- 积分: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
-
粒子滤波器源代码,有助于学习。附有图像序列。
粒子滤波器源代码,有助于学习。附有图像序列。-Particle Filter source code, contribute to learning. With image sequences.
- 2022-05-18 14:47:56下载
- 积分:1