![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7482777_1522121717278_DEF.jpg)
Jack Moriss
2016년부터 활동
Followers: 0 Following: 0
Feeds
질문
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')...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
8년 초과 전 | 답변 수: 0 | 0
0
답변질문
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...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
8년 초과 전 | 답변 수: 0 | 0
0
답변질문
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...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
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 ...
8년 초과 전 | 답변 수: 0 | 0
0
답변질문
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....
8년 초과 전 | 답변 수: 2 | 0
2
답변질문
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...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
8년 초과 전 | 답변 수: 0 | 0
0
답변질문
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 ...
8년 초과 전 | 답변 수: 0 | 0
0
답변질문
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 ...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
8년 초과 전 | 답변 수: 0 | 0
0
답변질문
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...
8년 초과 전 | 답변 수: 2 | 0