Feeds
提问
help to fix this
clear all clc global Gdi global c O=imread('12.jpg'); D1= im2double(O); for ng=1:3 XD=D1(:,:,ng); [lg...
12 years 前 | 0 个回答 | 0
0
个回答提问
GUI and matrix
when i run my gui and do my compression (image) there is no matrices in the part of the workspace matrix ex: dct
12 years 前 | 1 个回答 | 0
1
个回答已回答
Display JPEG file in GUI
creat Axe in your gui then ======= I=imread('yourfile'); axes(handles.axe1); imshow(I);
Display JPEG file in GUI
creat Axe in your gui then ======= I=imread('yourfile'); axes(handles.axe1); imshow(I);
12 years 前 | 0
已回答
image compressing with DCT
dvalue=imread('yourimage'); dvalue = double(dvalue)/255; dvalue = rgb2gray(dvalue); imshow(dvalue) img_dct=dct2(dv...
image compressing with DCT
dvalue=imread('yourimage'); dvalue = double(dvalue)/255; dvalue = rgb2gray(dvalue); imshow(dvalue) img_dct=dct2(dv...
12 years 前 | 0
提问
how can i creat function of " transfer d'un filtre en Matlab étap par étap"
Exp: H(z)=[1-(z power(-6))]/ [1-(z power(-2))] I'm zero in this function please help me with *_Detail explication_*
12 years 前 | 1 个回答 | 0