CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - gif matlab
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - gif matlab - List
[
SourceCode
]
matlab图像处理软件
DL : 0
可以直接使用,系统完成的基本功能大致如下: 1.能对图像文件(bmp、 jpg、 tiff、 gif等)进行打开、保存、另存、打印、退出等功能操作; 2.数字图像的统计信息功能:包括直方图的统计及绘制、区域图的面积、周长的统计、线条图中的距离测量等; 3.数字图像的增强处理功能: (1)空域中的点运算、直方图的均衡化、各种空间域平滑算法(如局部平滑滤波法、中值滤波等)、锐化算法(如梯度锐化法、高通滤波等) (2)频域的各种增强方法:频域平滑、频域锐化、低通滤波、同态滤波等。 (3)色彩增强:伪彩色增强、真彩色增强等 4.图像分割: (1)点、线(hough变换检测直线)、及边缘检测(梯度算子、拉普拉斯算子等); (2)区域分割包括阈值分割、区域生长、*合并等; 5.数字图像的变换:普通傅立叶变换(ft)与逆变换(ift)、快速傅立叶变换(fft)与逆变换(ifft)、离散余弦变换(DCT),小波变换等。 6.二值图像处理:膨胀、腐蚀、开运算与比运算。
Update
: 2012-04-20
Size
: 325.42kb
Publisher
:
lucyaaa
[
Crack Hack
]
RSA_signature
DL : 0
RSA Encryption and Decryption using Matlab by Thunyawat Rajatasereekul and Voranon Kiettrsalpipop ECE575, Winter 2002, Oregon State University Prof, Cetin Keya Koc The program set contains thirteen files listed below. errormeg.fig errormsg.m helpmsg.fig helpmsg.m inputmsg.fig inputmsg.m mesgcut.m pro2.fig pro2.m rsacore.m readme.txt screenshot.gif In order to run the program please call pro2.m under Matlab 6.0 Environment. System Requirement Matlab version 6.0 and if necessary, Maple version 6.0 on any platform PentiumII 300 MHz or equivalent.-RSA Encryption and Decryption using Matlabby Thunyawat Rajatasereekul and Voranon KiettrsalpipopECE575, Winter 2002, Oregon State UniversityProf, Cetin Keya KocThe program set contains thirteen files listed below.errormeg.figerrormsg.mhelpmsg.fighelpmsg.minputmsg.figinputmsg.mmesgcut.mpro2.figpro2.mrsacore. mreadme.txtscreenshot.gifIn order to run the program please call pro2.m under Matlab 6.0 Environment.System RequirementMatlab version 6.0 and if necessary, Maple version 6.0 on any platformPentiumII 300 MHz or equivalent.
Update
: 2025-02-17
Size
: 16kb
Publisher
:
张汉江
[
Graph program
]
ViewImage
DL : 0
图像编码源代码,包括:PCX, GIF,LZW算法和GIF数据压缩,JPEG,TGA,TIFF等-Image coding the source code, including: PCX, GIF, LZW and GIF data compression algorithm, JPEG, TGA, TIFF, etc.
Update
: 2025-02-17
Size
: 7kb
Publisher
:
赵堃
[
Picture Viewer
]
avi_to_gif
DL : 0
avi2gif: User supplies the avi file and the number of loops required for the gif animation, and this function converts the entire avi video into a gif animation.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
zhangxq
[
Crack Hack
]
RSA_UsingMatLAb
DL : 0
SA Encryption and Decryption using Matlab The program set contains thirteen files listed below. errormeg.fig errormsg.m helpmsg.fig helpmsg.m inputmsg.fig inputmsg.m mesgcut.m pro2.fig pro2.m rsacore.m readme.txt screenshot.gif In order to run the program please call pro2.m under Matlab 6.0 Environment. System Requirement Matlab version 6.0 and if necessary, Maple version 6.0 on any platform PentiumII 300 MHz or equivalent.
Update
: 2025-02-17
Size
: 71kb
Publisher
:
Rohit_Singh
[
Picture Viewer
]
opticalCharacterRecognition
DL : 0
光学字符识别系统,该系统采用MATLAB编程实现,满足了一般的光学字符识别的需要。且提供了格式为GIF的测试图片。-Optical character recognition system using MATLAB programming to meet the general needs of optical character recognition. And provides a format for the GIF image of the test.
Update
: 2025-02-17
Size
: 128kb
Publisher
:
jiayudu
[
Picture Viewer
]
SavingImages
DL : 0
Files for saving images in BMP, GIF, PDF or EPS formats. Includes a menu.
Update
: 2025-02-17
Size
: 5kb
Publisher
:
Wong
[
Graph Recognize
]
PFK
DL : 0
检测图片中的人脸,适用于JPG/jpg、BMP/bmp、TIF/tif或者GIF/gif的图片-Face detection in the picture for JPG/jpg, BMP/bmp, TIF/tif or GIF/gif image
Update
: 2025-02-17
Size
: 5kb
Publisher
:
DJY
[
Other
]
matlab_read_and_show_gif_picture
DL : 1
matlab读取和显示gif格式图片(实例操作)-matlab gif format to read and display images
Update
: 2025-02-17
Size
: 923kb
Publisher
:
godman
[
matlab
]
GUI-drawing-board
DL : 0
Matlab鼠标画图,用pop-up menu选择画图标记,颜色edit记录鼠标坐标 但是功能比较简单,只能画线,不能画矩形、椭圆等 其中一个难点就是:拖动鼠标的过程中如何显示矩形/椭圆的轮廓,并且轮廓跟着鼠标指针移动。 程序的亮点: 1、可选择点、线、矩形、椭圆进行画图; 2、可选择marker、LineTyple进行画图; 3、可选择画图颜色; 4、可实时显示鼠标指针当前坐标; 5、可清除画板; 6、可保存画好的图(bmp、jpg、gif); 7、操作比较人性化,模仿了windows画板; 8、该程序牵涉的面广,是一个很好的GUI学习资料。 -Matlab mouse drawing, with the pop-up menu select the drawing marks, color edit record mouse coordinates, but relatively simple function, can only draw a line, not drawing rectangles, ellipses, etc. One of the difficulties is this: how the process of dragging the rectangle/oval contours, and outline follow the mouse pointer moves. Program Highlights: 1, select point, line, rectangle, ellipse for drawing 2, optional marker, LineTyple the drawing 3, choose paint colors 4, real-time display the current coordinates of the mouse pointer 5, to clear the drawing board 6, save-drawn map (bmp, jpg, gif) 7, operation more user-friendly, imitating the windows drawing board 8, the program involved a wide range, the GUI is a good learning materials.
Update
: 2025-02-17
Size
: 20kb
Publisher
:
ydb
[
matlab
]
videofig
DL : 0
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. The function REDRAW_FUNC(F) is called to redraw at scroll position F (for example, REDRAW_FUNC can show the frame F of a video). This can be used not only to play and analyze standard videos, but it also lets you place any custom Matlab plots and graphics on top. Jiro posted a great example on the Pick of the Week blog, along with a nice GIF animation so you can see it in motion: http://blogs.mathworks.com/pick/2010/12/10/video-player-for-your-frame-based-processing/ EXAMPLE 1 Place this in a file called "redraw.m": function redraw(frame) imshow([ AT3_1m4_ num2str(frame, 02.0f ) .tif ]) end Then from a script or the command line, call: videofig(10, @redraw) redraw(1) The images "AT3_1m4_01.tif" ... "AT3_1m4_10.tif" are part of the Image Processing Toolbox and there s no ne
Update
: 2025-02-17
Size
: 4kb
Publisher
:
DT丿灬雪狼
[
matlab
]
Matlab
DL : 0
实现图片A到图片B的平滑变化,输出gif格式图片-A B pictures to the picture to achieve a smooth change in output gif format picture
Update
: 2025-02-17
Size
: 8.23mb
Publisher
:
Cromy
[
matlab
]
MATLAB-code-about-gif
DL : 0
matlab 动画汇总,包括 弹性蹦球演示程序。嫦娥奔月演示程序。曲柄连杆机构充气球动画演示程序等-matlab animation summary, including flexible spring ball demo. Moon demo. Crank animation process inflatable ball, etc.
Update
: 2025-02-17
Size
: 72kb
Publisher
:
niuquanqi
[
Special Effects
]
MATLAB-MAKE-FILMS
DL : 0
如何使用MATLAB软件制作AVI格式电影实例以及代码,还有GIF动态格式的制作-MATLAB MAKE FILMS
Update
: 2025-02-17
Size
: 535kb
Publisher
:
liyun
[
source in ebook
]
MATLAB生成Gif图片程序源代码
DL : 0
本文档为 MATLAB生成Gif图片程序源代码,可供有需要的小伙伴参考(This document for the MATLAB generated Gif picture program source code, available for the needs of small partners reference)
Update
: 2025-02-17
Size
: 63kb
Publisher
:
peter6956578
[
Windows Develop
]
MATLAB-动画图、动态图制作
DL : 0
MATLAB-动画图、动态图制作资料pdf(You can write dynamic images of GIF in Matlab code and it's very easy. It can make dynamic diagrams according to specific requirements.)
Update
: 2025-02-17
Size
: 514kb
Publisher
:
minibad
[
matlab
]
高等数学gif格式动画演示程序
DL : 0
高等数学gif格式动画演示程序.zip在matlab源代码(Gif format animation demo program in matlab source codes)
Update
: 2025-02-17
Size
: 9kb
Publisher
:
青兴
[
Other
]
MATLAB生成Gif图片程序
DL : 0
体现matlab的多重功能,另附关于混沌系统的一篇文章(The multiple functions of MATLAB, and an article on the chaotic system)
Update
: 2025-02-17
Size
: 89kb
Publisher
:
知道17
[
Documents
]
gif
DL : 0
元胞自动机matlab程序代码人员逃生疏散(matlab code of cellular automata of human evacuation)
Update
: 2025-02-17
Size
: 3kb
Publisher
:
missingshadow
[
Picture Viewer
]
matlab怎样制作GIF动画
DL : 0
怎样用matlab程序绘制GIF动态图,控制绘图速度(How to make GIF using matlab with controlling the drawing speed)
Update
: 2025-02-17
Size
: 1kb
Publisher
:
han-pc
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.