Location:
Search - matlab bmp a
Search list
Description: 一个自己做的MATLAB图象处理程序,已经上传了依次,没有成功,重新上传。重点是对BMP图象的各种操作以及MATLAB的GUI编程!-a MATLAB own image processing procedures, have uploaded followed, without success, to re-upload. Focus BMP images of the various operational and MATLAB GUI Programming!
Platform: |
Size: 7989 |
Author: 李先生 |
Hits:
Description: 当要隐藏信息时,在MATLAB的命令窗内输入命令: hide = myhide(carry,signal,x,y); carry 用你的原始载体文件名代替,signal 用你所要隐藏的文件名代替 carry 和 signal 都必须是 *.* 的形式(注意不能省略单引号) x,y 是选取隐藏信息的位置坐标,在(x,y)和(y,x)处 生成的伪装载体文件名为hide.bmp 注意myhide.m文件,载体文件,隐藏文件都要在当前目录(current Directory)下 当要提取信息时,在MATLAB命令窗内输入命令: behidden = myinhide(carry,x,y); carry 用你的伪装载体文件名代替,格式为 *.* (注意不要丢掉单引号) x,y 是选取隐藏信息的位置坐标,在(x,y)和(y,x)处,这必须和嵌入时所选位置一致。 提取出的信息文件名为behidden.bmp 同样,要注意behidden.m和伪装载体文件都要在当前目录(current Directory)下-when to hide information, in order MATLAB within a window orders : hide = myhide (carry, signal, x, y); Carry with you the original document name instead vector, signal used to hide your name in the paper and instead carry signal must be in the form of *.* ( not to single quotes omitted) x, y is to select the location of hidden information coordinates (x, y) and (y, x) The formation of camouflage vector document, entitled hide.bmp attention myhide.m documents, vector documents hidden all the documents in the current directory (current Directory) to retrieve information when, in order window MATLAB import order : behidden = myinhide (carry, x, y); carry using your camouflage vector file name instead, the format for *.* (take care not to lose a single quote) x, y election Hiding information
Platform: |
Size: 204479 |
Author: 韩飞 |
Hits:
Description: 当要隐藏信息时,在MATLAB的命令窗内输入命令: hide = myhide(carry,signal,x,y); carry 用你的原始载体文件名代替,signal 用你所要隐藏的文件名代替 carry 和 signal 都必须是 *.* 的形式(注意不能省略单引号) x,y 是选取隐藏信息的位置坐标,在(x,y)和(y,x)处 生成的伪装载体文件名为hide.bmp 注意myhide.m文件,载体文件,隐藏文件都要在当前目录(current Directory)下 当要提取信息时,在MATLAB命令窗内输入命令: behidden = myinhide(carry,x,y); carry 用你的伪装载体文件名代替,格式为 *.* (注意不要丢掉单引号) x,y 是选取隐藏信息的位置坐标,在(x,y)和(y,x)处,这必须和嵌入时所选位置一致。 提取出的信息文件名为behidden.bmp 同样,要注意behidden.m和伪装载体文件都要在当前目录(current Directory)下-when to hide information, in order MATLAB within a window orders : hide = myhide (carry, signal, x, y); Carry with you the original document name instead vector, signal used to hide your name in the paper and instead carry signal must be in the form of*.* ( not to single quotes omitted) x, y is to select the location of hidden information coordinates (x, y) and (y, x) The formation of camouflage vector document, entitled hide.bmp attention myhide.m documents, vector documents hidden all the documents in the current directory (current Directory) to retrieve information when, in order window MATLAB import order : behidden = myinhide (carry, x, y); carry using your camouflage vector file name instead, the format for*.* (take care not to lose a single quote) x, y election Hiding information
Platform: |
Size: 203776 |
Author: 韩飞 |
Hits:
Description: vq算法用于图像的有损压缩。生成码本。用于彩色24bit bmp文件-a follow Algorithm for Image Compression. This code generation. Bmp for 24bit color documents
Platform: |
Size: 225280 |
Author: 贺鹏 |
Hits:
Description: 一个自己做的MATLAB图象处理程序,已经上传了依次,没有成功,重新上传。重点是对BMP图象的各种操作以及MATLAB的GUI编程!-a MATLAB own image processing procedures, have uploaded followed, without success, to re-upload. Focus BMP images of the various operational and MATLAB GUI Programming!
Platform: |
Size: 8192 |
Author: 李先生 |
Hits:
Description: 本程序是一个通过菜单打开一个bmp图像文件的vc代码。-this process is through a menu to open a bmp image files of vc code.
Platform: |
Size: 1982464 |
Author: 孙晓 |
Hits:
Description: 由matlab编写,带GUI界面。对bmp文件进行Vector Quantization。运行其中的VQ_GUI.m文件。
程序肯定是调试无误的。虽然比较耗时,但是最后能达到较好的图像效果和SNR。毕竟相比于VC,matlab运行较慢。
注意在点open打开了一个bmp文件过后,一定要先点VQ code,进行其他操作才能有效。-prepared by Matlab, with GUI interface. Bmp files to Vector Quantization. VQ_GUI.m running the paper. Debugging procedure is certainly unmistakable. Although it is quite time-consuming, but in the end will get better images and SNR. After all, compared to the VC, Matlab run slower. Attention to the point of open open after a bmp file, you must first point VQ code, other operations to be effective.
Platform: |
Size: 67584 |
Author: 王嘉宁 |
Hits:
Description: 通过C/s的形式将VC与matlab相连接,就是将matlab作为服务器后台运行,而VC作为前台界面实现了matlab和VC的结合,运行前将tu.bmp拷贝到matlab默认的work文件夹。-through C/s in the form of VC and Matlab link Matlab is to run as a background server. VC outlook as to achieve the Matlab interface and the combination of VC, before running tu.bmp copied to the default Matlab work folders.
Platform: |
Size: 444416 |
Author: lionheart |
Hits:
Description: 实现一个通用的高通、低通、带通和带阻滤波器函数。其中又分别实现理想、巴特沃思和指数等滤波形式。用实现的函数对图1(lena_noise.bmp)进行低通处理,图2(lena_blur.bmp)进行高通处理,处理后分别进行伪彩色增强。-achieve a common high-pass, low-pass, band-pass and band stop filter function. It also achieve the desired respectively, Butterworth filter and index form. With the realization of a map function (lena_noise.bmp) low-pass processing, Figure 2 (lena_blur.bmp) Qualcomm, were treated for pseudo-color enhancement.
Platform: |
Size: 257024 |
Author: 胡雪飞 |
Hits:
Description: 实现了JPEG-LS的标准算法,可以同时对BMP,PPM,PGN 图像进行解压缩,还可以支持点交叉扫描,隔行交叉扫描,非交叉扫描三种模式-Achieved a standard JPEG-LS algorithm, can also BMP, PPM, PGN decompressed images can also support the point of cross-scan, cross-interlaced scanning, non-cross-scanning three models
Platform: |
Size: 4400128 |
Author: jason |
Hits:
Description: 此压缩文件中包含了两个读取bmp文件分别用java和c写了,另三个是用matlab实现的演化算法,很有作用的,每个文件里都有详细说明-This compressed file contains two read bmp file with java and c, respectively, wrote the other three is the realization of the evolutionary algorithm matlab, it is the role of each document has a detailed description
Platform: |
Size: 8192 |
Author: Joney |
Hits:
Description: 本程序能够把一系列bmp格式的图片转换成avi视频格式的-This procedure can picture a series of bmp format into avi video formats
Platform: |
Size: 36864 |
Author: 张淑敏 |
Hits:
Description: 由位图到JPEG的一个变换程序,基于MATLAB,并且给出详细的实验报告和文档-From bitmap to JPEG, a transformation process, based on MATLAB, and gives detailed reports and documents experiment
Platform: |
Size: 108544 |
Author: 杨沛 |
Hits:
Description: 使用DCT算法实现8X8的BMP图像压缩的一个源代码,希望对大家有用~-8x8 algorithm using DCT image compression of BMP, a source code, in the hope that useful to everyone ~
Platform: |
Size: 3072 |
Author: viconia |
Hits:
Description: 程序实现了bmp和dib图片的的读取,并能用各种经典的算法对图片实现_图像增强,图像匹配,图像复员,图像变换.-Process and realize the bmp images dib read, and use a variety of classic algorithm to realize image _ image enhancement, image matching, image demobilization, image transformation.
Platform: |
Size: 2702336 |
Author: 亚飞 |
Hits:
Description: 图片与avi视频互相转换,可以将自己的生活照变成视频存储起来-Images change to vido,and vido change to Images
Platform: |
Size: 1024 |
Author: piaoyao |
Hits:
Description: 数字图像处理中非常有用的一些图片包括LENA等.-Digital image processing is very useful in a number of pictures, including LENA, BARBARA such.
Platform: |
Size: 2061312 |
Author: hide |
Hits:
Description: Makes a simple avi movie from a sequence of frames
The user can control the display time of each frame. The movie is created in the same folder where this function is run.
Usage:
Inputs:
name: root name of the framse
filetype: .bmp , .jpg , .jpeg , .tif ,,,,
number_of_frames: number of the frames
display_time_of_frame: it is the display time of each frame
Output:
it creates a file named as Movie.avi in the same folder of this function-Makes a simple avi movie from a sequence of frames
The user can control the display time of each frame. The movie is created in the same folder where this function is run.
Usage:
Inputs:
name: root name of the framse
filetype: .bmp , .jpg , .jpeg , .tif ,,,,
number_of_frames: number of the frames
display_time_of_frame: it is the display time of each frame
Output:
it creates a file named as Movie.avi in the same folder of this function
Platform: |
Size: 46080 |
Author: sunda |
Hits:
Description: fractal image compression of gray scale images....
only works for square images...
try with lena.bmp a gray scale one....
good compression ratio acheived
Platform: |
Size: 4096 |
Author: Koushik |
Hits:
Description: SIFT, MATLAB CODE
FEATURE MATCHING AND FEATURE RECOGNITION
Platform: |
Size: 501760 |
Author: Esviliance |
Hits: