photo

Hamrit


Active since 2012

Followers: 0   Following: 0

Message

Hello world

Statistics

  • Thankful Level 1
  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Question


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...

ungefär 12 år ago | 0 answers | 0

0

answers

Question


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

ungefär 12 år ago | 1 answer | 0

1

answer

Answered
Display JPEG file in GUI
creat Axe in your gui then ======= I=imread('yourfile'); axes(handles.axe1); imshow(I);

ungefär 12 år ago | 0

Answered
image compressing with DCT
dvalue=imread('yourimage'); dvalue = double(dvalue)/255; dvalue = rgb2gray(dvalue); imshow(dvalue) img_dct=dct2(dv...

ungefär 12 år ago | 0

Question


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_*

ungefär 12 år ago | 1 answer | 0

1

answer