-
跟踪算法的例子
tracking algorithm example
- 2022-02-10 08:46:02下载
- 积分:1
-
这是一个数字图像的雾化的源代码
这是一个关于数字图像雾化处理的程序源代码 -This is a digital image on the atomization of source code
- 2022-06-22 02:28:30下载
- 积分:1
-
H.263编码器的主要特征:包括运动估计和补偿…
H.263编码器的主要特征:包括运动估计和补偿 离散余弦变换(DCT) 量化 熵编码 帧存储-H.263 coding for the main features : including motion estimation and compensation discrete cosine transform (DCT) quantify entropy coding frame memory, etc.
- 2022-05-08 01:19:51下载
- 积分: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
-
精典的LSB算法数字水印工具,经过本人修改和调试,可以在windows平台下使用。操作界面是命令行的形式,可以对bmp图片和一些声音、视频格式嵌入水印,经测试完...
精典的LSB算法数字水印工具,经过本人修改和调试,可以在windows平台下使用。操作界面是命令行的形式,可以对bmp图片和一些声音、视频格式嵌入水印,经测试完全可用。请放心下载-Classical algorithm for the LSB digital watermarking tool, after I modify and debug, you can use in windows platform. Interface is a command-line form can be bmp picture and some sound, video format embedded watermark can be used have been tested fully. Please be assured Download
- 2022-01-26 02:45:40下载
- 积分:1
-
这是边缘检测的结果已经调试源代码,可以实现…
此为经过调试过的边缘检测的源代码,用其能够实现精确的边缘检测.-This is the result of edge detection have been debug the source code, can be achieved with its precise edge detection.
- 2022-11-26 01:05:03下载
- 积分:1
-
实现了一个简单的图像检索程序,很有参考价值。
VC++实现的一个简单的图像检索程序,有参考价值。-VC++ to achieve a simple image retrieval process, a valuable reference.
- 2022-11-01 19:05:03下载
- 积分:1
-
- 2022-02-03 13:04:09下载
- 积分: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
-
Hough变换对圆的检测
Hough变换的基本原理在于,利用点与线的对偶性,将图像空间的线条变为参数空间的聚集点,从而检测给定图像是否存在给定性质的曲...
Hough变换对圆的检测
Hough变换的基本原理在于,利用点与线的对偶性,将图像空间的线条变为参数空间的聚集点,从而检测给定图像是否存在给定性质的曲线。
-Hough transform for circle detection Hough transform basic principle is that the use of point and line duality, the image space into a parameter space of lines gather, thus detecting the existence of a given image given the nature of the curve.
- 2022-02-15 20:11:38下载
- 积分:1