搜索资源列表
movie_cartoon
- %电影动画: %1.首先调用moviein函数对内存初始化.创建一个足够大的矩阵来容纳一系列指定的图形(帧) %2.调用getframe函数生成每一帧.该函数返回一个矢量,利用这个矢量创建一个电影动画矩阵 %3.调用movie函数按照指定速度进行指定次数的播放 %例子2:演示如何实现快速傅立叶变换(exp(j*2*pi/n))的可视化过程- Movie animation: 1. First transfers the moviein function to the me
getframe
- 取含Frame的网页源码(Delphi)-with Frame from the website source (Delphi)
getframe
- 把视频源压缩为JPEG图像文件. 用C开发的源代码.直接可以用
getframe.rar
- 这个是一个对视频进行获取单帧的程序,个人用后感觉很不错,所以想跟大家分享,This is a single frame of video to obtain the procedure, individuals feel very good after use, so would like to share
bitmap_plot_v1_2
- "Plot to Bitmap" allows the user to directly plot lines, text and filled polygons into an image, thus without taking a screen-shot (getframe). This function is also useful if you want to convert a few coordinates describing a region co
83390061getframe
- 从视频流中获取一帧数据,比较好的代码,可以看一下-getframe
getFrame
- read the message which is received by meter
Animated_GIF
- 该程序能够将matlab中绘制的三维图形,动态化,并最终生成gif文件,原理是使用了getframe()函数,获取几帧图像,再保存为gif文件 -The program can draw matlab in the three-dimensional graphics, dynamic, and ultimately generate the gif file, the principle is the use of getframe () function, to obtain a few
movieop
- 使用 getframe 指令來抓取圖形做為電影的畫面,每個畫面都是以一個行向量的方式,置放於整個代表電影的矩陣-Use getframe command to capture graphic images as a movie, every scene is a row vector of the way, on behalf of the film placed in the matrix
use_getframe
- it plot a 3D graph and use movie and getframe to create a movie
printScreenaprintFigure
- matlab的getframe有时候并不能截取画出来的3D图像(而是截取出一个空坐标系).该程序用matlab调用windows的截图功能, 真正实现了原封不动的截图.(但是耗时会长一点). 使用时, 先把文件夹添加到matlab的路径下即可.文件夹中有两个功能略有不同的函数printScreen是截取整个屏幕, printFigure是截取整个屏幕后挖出当前的Figure窗口中的内容.-matlab does not intercept the getframe sometimes drawn
MALTAB-17
- 【谷速软件】matlab源码-保存多个图像 getframe、imwrite、sprintf、num2str-[Valley] matlab source software speed- save multiple images getframe, imwrite, sprintf, num2str
text2img
- This function was created as the function getframe() does not capture the data in the required size. This function lets you specify the font size, weight and several other things. * To change of background/font color open the file and make chan
dynamic3D
- 简单的三维动态绘图,运用matalb中的getframe和movie函数,对于初学者比较有用-Three dimensional dynamic drawing is simple, the use of MATALB in getframe and movie function, useful for beginners
moive
- Matalb可以进行一些简单的动画演示,实现这种操作的主要命令为moviein命令、getframe命令以及movie命令。-Create moive with matlab