-
VC中基本图形的绘制
VC中基本图形的绘制-VC basic graphics rendering
- 2022-04-11 07:10:27下载
- 积分:1
-
背景差分法,多目标跟踪
一个多目标跟踪的matlab代码,里面附有说明文档。其中背景差分法可以实现实时更新。该代码在检测与跟踪少量目标时效果很好,但是跟踪目标大于8后,效果下降很多-
- 2022-03-05 04:33:31下载
- 积分:1
-
稳像的C、C++程序
这是用OpenCV写的稳像视频程序,确定就是在像素处理上不太好。对于新手来说,是一个很不错的学习程序。
- 2022-11-05 08:30:03下载
- 积分:1
-
cell recognise system, it can segment the cell image and count the number of the...
细胞识别统计系统,可以对细胞图象进行图象分割处理,计算出图象中的细胞个数-cell recognise system, it can segment the cell image and count the number of the cells in the image.
- 2023-01-25 23:15:04下载
- 积分:1
-
实现图像处理的正交变换,包括离散傅里叶变换、余弦变换和Wlash变换...
实现图像处理的正交变换,包括离散傅里叶变换、余弦变换和Wlash变换-Orthogonal transformation to achieve image processing, including the discrete Fourier transform, cosine transform and Wlash transform
- 2023-03-09 06:30:03下载
- 积分:1
-
matlab program of ballistic missile defense system target identification procedu...
matlab程序 防御系统弹道导弹目标识别方面的matlab程序-matlab program of ballistic missile defense system target identification procedures matlab
- 2022-04-22 20:51:48下载
- 积分:1
-
get all planar point on the outer contour of the procedures used opencv realized...
查找所有二维平面上点的外轮廓的程序,采用opencv实现,是一个简单的学习图形学的工具-get all planar point on the outer contour of the procedures used opencv realized, is a simple tool for learning graphics
- 2022-07-19 02:45:52下载
- 积分:1
-
OCR算法代码。这不是一个完整的系统,没法生成可执行程序。代码基于Linux/KDE开发,用到了C++标准模板库。代码的目的是向读者展示一个OCR系统包括哪些部...
OCR算法代码。这不是一个完整的系统,没法生成可执行程序。代码基于Linux/KDE开发,用到了C++标准模板库。代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作,
读者可以借鉴这些代码,改动后用到自己的系统中。由于这是从一个完整的OCR系统中抽取的部分代码,所以这些代码无法单独编译。
两个*.dat文件如下:
char_data.dat:字符特征数据
words_de.dat:词库(后处理用)-OCR algorithm code. This is not a complete system, we can not generate executable. Based on the Linux code/KDE development, use the C standard template library. The code is intended to show readers an OCR system, including which parts work, readers can learn from these code changes after their use in the system. As this is from a complete OCR system taking part code, so code can not be compiled separately. 2*. dat following documents : char_data.dat : Character Feature Data words_de.dat : Thesaurus (reprocessing spent)
- 2022-10-19 07:10:03下载
- 积分:1
-
图像加水印,支持png透明处理
/*
* 功能:PHP图片水印 (水印支持图片或文字)
* 参数:
*$groundImage 背景图片,即需要加水印的图片,暂只支持GIF,JPG,PNG格式;
*$waterPos水印位置,有10种状态,0为随机位置;
*1为顶端居左,2为顶端居中,3为顶端居右;
*4为中部居左,5为中部居中,6为中部居右;
*7为底端居左,8为底端居中,9为底端居右;
- 2022-04-15 02:49:16下载
- 积分:1
-
腐蚀,膨胀,细化算法 source目录下源程序 功能是腐蚀,膨胀,细化算法 命令行编译过程如下 vcvars32 rc bmp.rc cl morph.c bm...
腐蚀,膨胀,细化算法 source目录下源程序 功能是腐蚀,膨胀,细化算法 命令行编译过程如下 vcvars32 rc bmp.rc cl morph.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c: est.bmp必须存在-corrosion, swelling, thinning algorithm source directory source function is corrosion, swelling, thinning algorithm command line compiler process following vcvars32 rc bmp.rc cl morph.c bmp.res user32.lib gdi32.lib Note : running, documents c : There must be test.bmp
- 2022-01-26 06:21:35下载
- 积分:1