photo

Jack Moriss


Active since 2016

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


how to convert negative integers(that are not between -127 and 0) to binary in matlab?
hi. i want to convert these numbers to binary:b=[171 -7 4 -140].and i use this code: bitstream=dec2bin(typecast(int8(b),'uint8')...

meer dan 7 jaar ago | 1 answer | 0

1

answer

Question


how displaying subband coefficient matrix of dwt in matlab?
hi i apply dwt2 on image [ll,lh,hl,hh]=dwt2(i,'haar') is hh a coeffiecients matrix? is it correct i show it by imtool(hh)? i w...

meer dan 7 jaar ago | 0 answers | 0

0

answers

Question


how to change pixel value after applying dwt on image?
hi. i want to change pixel value of an image after apply dwt on one of rgb channel like red channel but after applying dwt pixel...

meer dan 7 jaar ago | 1 answer | 0

1

answer

Question


why the image loses its quality after saving by matlab?
hi i have a double rgb image that i save it through this code( imwrite(mat2gray(rgbImage),'s.png','compression','none','bitdept...

bijna 8 jaar ago | 0 answers | 0

0

answers

Question


how to save a double m*n*3 matrix as one of image formats with no losing informataion?
Hi. I have a double m*n*3 matrix and I want to save it as one of the standard image formats. I converted it to uint16, and saved...

bijna 8 jaar ago | 1 answer | 0

1

answer

Question


how to avoid changes of image edges?
hi . i have changed the pixels of an image in edges and then i have saved it.and when i read the image and want to extract that ...

bijna 8 jaar ago | 0 answers | 0

0

answers

Question


difference between two double vector?
Hi. I am new in matlab so if you help me I will be grateful. I do not know the difference between these two data: p=[0....

bijna 8 jaar ago | 2 answers | 0

2

answers

Question


how to save image in png format by keeping data values?
hi...i apply dwt on redchannel of an image and after that i change pixel value of hh and hl bands and apply idwt and after obtai...

bijna 8 jaar ago | 1 answer | 0

1

answer

Question


how to create a huffman dictionary?
hi i Compress a binary vector by huffman encoding and for huffman dictionary i use huffmandict(alpha,prob).in decoding part i h...

bijna 8 jaar ago | 0 answers | 0

0

answers

Question


how to hide huffman encoding information in image ?
hi i am working on steganography project and I used huffman coding to compress data . in extraction part for huffman decoding ...

ongeveer 8 jaar ago | 0 answers | 0

0

answers

Question


how to save an double image with no changing in matlab?
hi i am working on image steganography project and my problem is that after hiding the message in image my image became double ...

ongeveer 8 jaar ago | 1 answer | 0

1

answer

Question


how to save an double image in tiff format in matlab and open it by any program?
hi i have an rgb double image that i write it by matlab tiff class in tiff image format but i can not open it with any program a...

ongeveer 8 jaar ago | 0 answers | 0

0

answers

Question


how save image in jpeg format by keeping pixel value?
i have an rgb image in double format and i want to save it as jpeg so i convert it to uint8 and use imwrite to save it but it ch...

ongeveer 8 jaar ago | 2 answers | 0

2

answers