-
use openCV to find the number of connected components.
This example is to find...
查找连通分量的个数,
本程序的例子是查找一个图片中细胞的个数。-use openCV to find the number of connected components.
This example is to find the number of cells in a picture.
- 2023-03-09 07:35:04下载
- 积分:1
-
用MATLAB进行图形样板匹配的源程序,(开发平台MATLAB7.0)
用MATLAB进行图形样板匹配的源程序,(开发平台MATLAB7.0)-Using MATLAB graphics to match the source model, (development platform MATLAB7.0)
- 2022-03-11 23:52:54下载
- 积分: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
-
水平的几何活动轮廓模型(蛇模型)
几何活动轮廓模型(snake模型)中level-set算法的matlab源码-Geometric active contour model (snake model) in the level-set algorithm matlab source
- 2022-01-24 17:00:56下载
- 积分:1
-
本源码程序主要功能是完成视频编码和解码的程序
本源码程序主要功能是完成视频编码和解码的程序-the source procedures main function is to be completed video coding and decoding procedures
- 2022-03-23 05:54:49下载
- 积分:1
-
用经典的MeanShift算法实现的目标跟踪算法,可以跟踪运动镜头下的目标。
用经典的MeanShift算法实现的目标跟踪算法,可以跟踪运动镜头下的目标。-MeanShift with the classic algorithm of target tracking algorithm, the camera can track the target movement.
- 2022-01-25 14:08:15下载
- 积分:1
-
一个基于内容的图像检索工具,谢谢使用!
希望大家能够交流。
一个基于内容的图像检索工具,谢谢使用!
希望大家能够交流。-A content-based image retrieval tool, thanks to use! Hope that we can exchange.
- 2022-04-30 22:29:14下载
- 积分:1
-
compounded Fourier transform kernel routines within the main function job2
复利叶变换 内核 内有例程 job2为主函数-compounded Fourier transform kernel routines within the main function job2
- 2022-01-25 14:11:54下载
- 积分:1
-
用LSB的方法,实现了信息的隐藏和提取。
用LSB的方法,实现了信息的隐藏和提取。-LSB method used to achieve information hiding and extraction.
- 2022-04-30 09:32:39下载
- 积分:1
-
一个视频驱动的人脸动画原型系统,详细介绍了构造该系统所涉及的人脸检测、特征提取、特征跟踪、特定人脸建模、表情动画等方面的技术。...
一个视频驱动的人脸动画原型系统,详细介绍了构造该系统所涉及的人脸检测、特征提取、特征跟踪、特定人脸建模、表情动画等方面的技术。-A video-driven facial animation prototype system, detailing the structure of the system involved in face detection, feature extraction, feature tracking, specific face modeling, facial animation, such as technical.
- 2023-07-10 19:50:04下载
- 积分:1