-
手势检测
基于肤色模型的手势分割检测,人手检测根据肤色模型检测人的手所在位置,并根据模板判断手势。-Detection of manpower under the color model to detect the location of the hand. And in accordance with the template to determine gesture.
- 2022-03-20 07:27:27下载
- 积分:1
-
粒子滤波跟踪
基于 hsv 彩色直方图的粒子滤波跟踪
- 2023-06-20 17:55:03下载
- 积分:1
-
李春明博士的LBF方法标准源代码
本代码是李春明博士的LBF方法的源代码,非常适合初学水平集的学者使用,代码易懂,解释详尽,非常正规,很值得详细学习
- 2023-01-22 20:45:08下载
- 积分:1
-
蛇梯棋 - 尝试使用 HTML5
翻译 maninwest@Codeforge 作者:Manas Bhardwaj@CodeProject
这里是简单地演示使用HTML5实现蛇梯棋游戏。
背景
这个游戏通常需要两方进行。但是,这个实现是单击游戏,主要用于展示用到的原理和背后隐藏的潜力。
我希望能深入探索HTML 画布元素 - 也就是这个游戏的核心。
我们首先将了解一下画布元素,然后再查看它在蛇梯棋中的应用。
画布
画布是引入 HTML5 的一个新元素,正如字面意思所示,可以通过它使用java script绘制图形。它可以绘制图形、图像和动画。让设计师、动画制作者更加方便。
在某些浏览器中,画布元素不受支持,但是在 Firefox 1.5 及更高版本中,Opera 9 和更高版本中, Safari, Chrome, and Internet Explorer 9 的新版本中均受支持。
使用代码
让我们看看 是如何在游戏开发中使用的。从一个包含 元素的简单 HTML 页面开始。
- 2022-02-21 15:07:54下载
- 积分:1
-
中值滤波c++实现
这是一个用C++语言实现一个中值滤波程序,含有中值滤波相关理论知识的PPT。程序里应用到的技术有:中值滤波、直方图均衡化、
脊线方向提取、Gabor滤波、指纹细化、特征提取、特征点过滤、基于局部特征点的特征匹配等等……
-This is a C++ language implementation with a fingerprint identification
procedure that requires the FVC meet international competition
standards, and establish a fingerprint in the school library on the
measurement. Program where the technology applied to the following:
median filter, histogram equalization, the direction of ridge line
extraction, Gabor filtering, fingerprint refinement, feature extraction,
feature point filtering, based on local feature points of the feature
matching and so on
- 2023-01-28 06:50:04下载
- 积分:1
-
精简的mean shift matlab代码
资源描述mean shift 的迭代过程只做了一次,交流参考使用。里面有详细说明
- 2022-12-16 21:10:04下载
- 积分:1
-
图像处理
加密和解密任何图像中,隐藏的重要信息和消息的任何文字
- 2022-05-25 02:05:17下载
- 积分:1
-
SVM classification
在
- 2022-03-04 17:29:19下载
- 积分:1
-
SLAM 使用Maltab的移动机器人
Salvi教授提供的MATLAB第三方SLAM工具箱:Matlab Toolbox of Kalman Filtering applied to Simultaneous Localization and Mapping Vehicle moving in 1D, 2D and 3D.
- 2022-05-27 20:00:17下载
- 积分:1
-
vc++ opencv实现扫描线填充多边形
利用opencv新建图像,在图像中实现鼠标点击画点,自动连线,以及右击自动闭合功能,再右击填充颜色。其中主要运用扫描线算法实现颜色的填充,效果还不错、。
- 2022-12-28 11:20:03下载
- 积分:1