-
快速提取红外图像中的运动亮点,能达到100帧/s的处理速度,需要HAlconSDK支持...
快速提取红外图像中的运动亮点,能达到100帧/s的处理速度,需要HAlconSDK支持-Rapid Extraction of infrared images of sports highlights, to achieve 100/s processing speed, the need to support HAlconSDK
- 2022-04-14 23:20:13下载
- 积分:1
-
VsualC++数字图像处理典型算法及实现 相关代码(下)
VsualC++数字图像处理典型算法及实现 相关代码(下)-VsualC++ Typical digital image processing algorithm and the realization of the relevant code (below)
- 2022-12-25 20:50:04下载
- 积分:1
-
penumbral image dithering techniques to reconcile source directory for the chapt...
图象的半影调和抖动技术 source目录下为本章介绍的源程序 功能是实现图案化和抖动技术,以及bmp2txt 命令行编译过程如下 vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c: est.bmp必须存在-penumbral image dithering techniques to reconcile source directory for the chapter describes the function is the source of pictorial and jitter technology, and command line compiler bmp2txt process following vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib Note : Runtime documents c : test.bmp must exist
- 2022-10-03 02:15:03下载
- 积分:1
-
黑魔方系列中一本:实用图像处理。基中图像分割和识别的部分我认为还是比较有特色的。...
黑魔方系列中一本:实用图像处理。基中图像分割和识别的部分我认为还是比较有特色的。-Series 1 : Practical image processing. Image-based segmentation and the identification part I think is quite unique.
- 2022-12-06 09:35:03下载
- 积分:1
-
多边形的填充算法,可以输入多边形的顶点坐标画图,还可以选择颜色。...
多边形的填充算法,可以输入多边形的顶点坐标画图,还可以选择颜色。-polygon filling algorithm, can be imported polygon drawing coordinates of the vertices can also choose colors.
- 2022-01-30 22:27:58下载
- 积分:1
-
完整的基本图形绘制系统,VC6.0下编译通过,可以画线,多边形,圆等....
完整的基本图形绘制系统,VC6.0下编译通过,可以画线,多边形,圆等.-integrity of the basic graphics rendering system, under VC6.0 compiler passed, line drawing, polygons, etc. round.
- 2023-05-24 22:55:02下载
- 积分:1
-
MATLAB模糊聚类的图像分割算法的源代码
matlab模糊聚类算法进行图像分割的源程序-matlab fuzzy clustering algorithm for image segmentation source code
- 2022-04-01 02:57:18下载
- 积分:1
-
xmipp是一套专门的图像处理程序,主要是为了得到…
XMIPP is a specialized suite of image processing programs primarily aimed at obtaining the
three-dimensional reconstruction of biological specimens from large sets of projection images
obtained by transmission electron microscopy.
//专门处理图像程序主要针对获得生物学样本的三维重建-XMIPP is a specialized suite of image Proce Oxford programs primarily aimed at obtaining th e three-dimensional reconstruction of biolog da specimens from large sets of projection im ages obtained by transmission electron micros copy.// specialized image processing procedures aimed at obtaining biological samples of three-dimensional reconstruction
- 2022-05-23 13:32:44下载
- 积分:1
-
视频监控程序,用于静态背景下目标识别监控和跟踪
视频监控程序,用于静态背景下目标识别监控和跟踪-Video surveillance program for monitoring the static context of target recognition and tracking
- 2022-02-14 02:26:14下载
- 积分:1
-
图像的平移,旋转
平移(translation)变换是几何变换中最简单的一种。初始坐标为(x0,y0)的点经过平移(tx,ty)(以向
右,向下为正方向)后,坐标变为(x1,y1)。这两点之间的关系是x1=x0+tx ,y1=y0+ty。
下面给出 Translation 的源代码。算法的思想是先将所有区域填成白色,然后找平移后显示
区域的左上角点(x0,y0) 和右下角点(x1,y1) ,分几种情况进行处理。
- 2022-03-16 08:40:04下载
- 积分:1