资源简介
MATLAB工具包mmread函数mmread.zip
代码片段和文件信息
/***************************************************
This is the main Grabber code. It uses AVbin and ffmpeg
to capture video and audio from video and audio files.
The code supports any number of audio or video streams and
is a cross platform solution to replace DDGrab.cpp.
This code was intended to be used inside of a matlab interface
but can be used as a generic grabber class for anyone who needs
one.
Copyright 2008 Micah Richert
This file is part of mmread.
**************************************************/
#ifdef MATLAB_MEX_FILE
#include “mex.h“
#define FFprintf(...) mexPrintf(__VA_ARGS__)
#else
#define FFprintf(...) printf(__VA_ARGS__)
#endif
//#ifndef mwSize
//#define mwSize int
//#endif
#define DEBUG 0
extern “C“ {
#include
#include
struct _AVbinFile {
AVFormatContext *context;
AVPacket *packet;
};
struct _AVbinStream {
int type;
AVFormatContext *format_context;
AVCodecContext *codec_context;
AVframe *frame;
};
}
#include
#include
#include
#include
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 28788 2009-10-15 20:28 FFGrab.cpp
文件 44571 2009-10-15 19:49 FFGrab.mexa64
文件 42230 2009-10-15 20:06 FFGrab.mexglx
文件 39196 2009-10-15 20:20 FFGrab.mexmac
文件 42192 2009-10-15 20:20 FFGrab.mexmaci
文件 39328 2009-10-15 20:20 FFGrab.mexmaci64
文件 137998 2009-10-15 20:14 FFGrab.mexw32
文件 756917 2009-11-12 19:11 FFGrab.mexw64
文件 3077178 2009-05-18 18:37 avbin.dll
文件 4660639 2009-05-19 18:44 avbin64.dll
文件 9536816 2009-05-18 15:20 libavbin.dylib
文件 4326671 2009-09-25 19:35 libavbin.so
文件 4326470 2009-10-10 03:34 libavbin.so.32
文件 3711574 2009-10-10 03:44 libavbin.so.64
文件 10131 2007-07-28 02:24 mexDDGrab.cpp
文件 77824 2008-10-13 14:36 mexDDGrab.dll
文件 77824 2008-10-13 14:36 mexDDGrab.mexw32
文件 106496 2008-04-28 19:12 mexDDGrab.mexw64
文件 25976 2009-10-15 20:08 mmread.m
文件 3205 2008-12-02 02:36 processfr
文件 1313 2014-02-12 12:59 license.txt
- 上一篇:《反演控制方法与实现-乔继红》PDF
- 下一篇:雷达系统分析与建模雷达系统分析与建模
相关资源
- PCA主成分分析实现方法Matlab
- MATLAB神经网络30个案例分析
- Computer Programming with MATLAB
- 基于监控视频的前景目标提取matlab
- zw_MATLAB应用精讲:图像处理与GUI设计
- MATLAB控制系统仿真与详解 夏玮
- matlab神经网络30例电子书+源代码
- Matlab图像处理-图像去噪边缘增强
- EEG脑电处理matlab工具包-eeglab
- 《卡尔曼滤波原理及应用-MATLAB仿真》
- 贝叶斯抠图算法matlab实现
- 基于BP神经网络的验证码识别matlab
- 杜勇-数字通信同步技术的MATLAB与FPG
- 数值分析及其Matlab实现
- DSP程序开发:MATLAB调试及直接目标代
- MATLAB优化算法案例分析与应用进阶篇
- DPM算法实现:voc-release5(Win7+matlab20
- 基于稀疏表示和正则化的图像超分辨
- 0积分 系统辨识与自适应控制MATLAB仿真
- 图像处理matlab道路小车跟踪
- 全面详解LTE MATLAB建模、仿真与实现
- adaboost 的matlab代码
- 《信号与系统》MATLAB教程.pdf
- 卷积神经网络完成程序matlab.zip
- matlab图像检索
- 卷积神经网络经典代码
- 现代通信系统第二版MATLAB版) 包括全
- 卡尔曼滤波 Matlab程序
- 稀疏编码matlab 教程
- 系统辨识资料大全(matlab系统辨识工
评论
共有 条评论