搜索资源列表
imaqplot
- IMAQPLOT is a simple demonstration of previewing video data using the toolbox s TimerFcn callback. IMAQPLOT also allows users to integrate the video preview into any MATLAB GUI. These are capabilities that are present in the toolbox s PREVIEW command
CWT_Morlet
- Morlet小波计算视频图函数封装,可以快捷简单地调用分析数据-Morlet wavelet video map calculation function of packaging, you can call the analysis of data quick and easy way
videofig
- A figure ready to scroll through and play videos. You can also draw any custom graphics on it.-VIDEOFIG(NUM_FRAMES, @REDRAW_FUNC) creates a figure with a horizontal scrollbar and shortcuts to scroll automatically. The scroll range is 1 to NUM_FRAMES.
m_sendmail
- matlab的功能是很强大的,发送邮件,视频采集都可以实现。本段仅是一个小程序,调用电脑摄像头拍照,并发送邮件到指定的邮箱,有兴趣的可以实践一下,仅当娱乐了。-matlab s function is very powerful, send e-mail, video capture can be achieved. This paragraph is only a small program, call PC camera to take pictures, and send a messag
stabilize_camera
- 这是一视频稳定的代码段,不能单独使用,是一个可调用的函数。-This is a video snippet stable, can not be used alone, is a function call.
Modoer-3.5-20150313-
- 更新内容: 增加 多个模块在手机访问时自动跳转到相关手机页面的功能 增加 小组添加视频在IOS系统下提示进入播放页面 修正 手机web 主题内容页地图点击总是跳转到google地图的问题 修正 网站分站没填写标题时,不适用总站标题的问题 修正 文章更新后,前台没有出现变化的问题(文章缓存未更新) 修正 会员任务-资料完善始终无法完成的问题 修正 手机web里小组话题内容页面无法播放视频的问题(安卓系统下) 修正 手机web首页无法使用搜索功能的问题 修正 默认
人脸识别
- 基于ssm框架搭建的,前端通过获取video标签?调用本地的摄像头(获取用户媒体对象,流媒体数据base64),将流媒体数据画到convas画布上去?,后台调用百度API人脸识别接口,进入百度大脑搜索人脸识别即可获取官网的Secret Key,将前端获取的人脸信息的base64信息和你本地数据库里的人脸信息传到百度人脸识别的接口进行人脸比对,返回一个json数据,result参数 带别人脸相似度, result可自己定义,从而实现人脸识别登录(Based on the SSM framework