-
粒子滤波器视觉跟踪
这些代码被用来实现粒子滤波基于视觉对象跟踪(PF),卡尔曼粒子滤波基于视觉对象跟踪,无味粒子滤波基于视觉对象跟踪。其耐用性远远超出了传统的视觉对象的跟踪算法,如均值漂移(均值漂移)和CamShiftThe码KPF和UPF的视觉目标跟踪耗费了巨大的精力,而你找不到任何相关的算法代码互联网!我们的研究小组已经优化了这些代码和应用他们开发的主动视觉目标跟踪的平台。现在,我分享他们给你,希望你爱他们!
- 2022-02-03 05:10:26下载
- 积分:1
-
RGB转灰度图
图像处理中,大部分的处理方法都需要事先把彩色图转换成灰度图才能进行相关的计算、识别。转换灰度图的公式是,对一个RGB值,R、G、B分别是其3色分量,计算:Gray = R * 0.299 + G *0.587 + B * 0.114然后将Gray分别替换掉原来的3色分量。
- 2022-03-18 21:03:23下载
- 积分:1
-
时间差分法
资源描述视频处理中前景提取的基本方法,处理速度快,可以得到运动目标的边框。
- 2023-02-15 12:15:04下载
- 积分:1
-
camshift opencv
从opencv/sample里获得cvInRangeS函数可用于检查一个矩阵中的像素灰度值是否属于某一指定范围。并且可以输出一个单通道矩阵来进行标识。
- 2022-07-06 19:02:33下载
- 积分:1
-
调整视频感兴趣区域
Um 方案 com UMA Região de INTERESSE Definida Localidade: Não 唱法迪雷托不如法瑟 Vídeo-implementação 乌玛洛杉矶 + + com OpenCV 2.1 c。
- 2022-05-22 10:28:35下载
- 积分:1
-
make screenshot
水效应
- 2022-01-22 06:30:58下载
- 积分:1
-
StL Data File Viewer
StereoLithography(StL) is something that is widely used in CAD/CAM, RapidPrototyping etc. The concept is that any surface or solid is exported to StL format by data exchange packages after they are modeled in commercial CAD packages. This data consists of triangulated facets that approximate the surface of the solid. No topological or geometric information is exported. The surface is subdivided into small triangles. The approximation uses chordal deflection for curved surfaces to smoothen the surface. More the smoothening required, more number of smaller triangles are generated by subdivision resulting in larger size of data file. Now, along with triangles, their facet normals are also generated. The data is written both in ASCII and binary formats. The data in ASCII is written like this:
- 2022-02-02 20:46:09下载
- 积分:1
-
泊松表面重建
Poisson surface reconstruction creates watertight surfaces from oriented point sets. In this work we extend the technique to explicitly incorporate
the points as interpolation constraints. The extension can be interpreted as a generalization of the underlying mathematical framework to a screened
Poisson equation. In contrast to other image and geometry processing techniques, the screening term is defined over a sparse set of points rather
than over the full domain. We show that these sparse constraints can nonetheless be integrated efficiently. Because the modified linear system
reta
- 2023-03-13 16:05:03下载
- 积分:1
-
c# 图像处理 gamma值调节
应用背景
用于图像处理,调节图片的gamma值,已调试过,可用,基于vs2012.无数据库。能进行图片的调节,左右有对比啊。
关键技术
调节图片的gamma值,用vs开发,是c#开发的,有借鉴价值,图片处理,可已使用。
- 2022-03-06 00:28:42下载
- 积分:1
-
频率域图像增强
流程:原始图像——傅里叶变换——频率域滤波处理——傅里叶变换——增强后的图像。在具体进行频率域的各种处理滤波的前后,进行了傅立叶变换以及傅立叶反变换.这两个变换的过程就是将空间的信息分解为在频率上的表示,或者将频率上的表示转化为空间上的表示,两种变换是互为逆变换的.正是通过傅立叶正反变换的处理,才使得频率域上的处理可以用于图像的增强
- 2022-05-25 05:01:06下载
- 积分:1