Question


Arithmetic coding explanation?
Can any one help me in text compression by arithmetic coding I try using the built_in function "arithenco" but i can not unders...

ongeveer 12 jaar ago | 8 answers | 0

8

answers

Question


convert to text
A = ('Matlab Programming'); B = uint8(A); C = dec2bin(B,8); D = reshape(C',1,[]); Output of D = '01001101011...

ongeveer 12 jaar ago | 1 answer | 0

1

answer

Question


PSNR
calculate PSNR = 25.40 but the quality of image is very high and the difference between origial image and other image don't see...

ongeveer 12 jaar ago | 0 answers | 0

0

answers

Question


extracted data from array
I have aproblem A = [0 5 3 0 0 1 0 2 4 1 1 0 4 0 1]; I want extract (0's and 1's) from A but not all (0's and 1...

ongeveer 12 jaar ago | 1 answer | 0

1

answer

Question


binary to string
if i want convert binary to text:as s = ('101011101011010101011010'); then i want convert eaceh 8bit to character when use fu...

ongeveer 12 jaar ago | 2 answers | 0

2

answers

Question


wavelet transform
I use the function: X_InPlace = lwt2(I,LS,level,'typeDEC',typeDEC); CA = X_InPlace(1:2:end,1:2:end); CH = X_InPlace(2:2:end,...

ongeveer 12 jaar ago | 1 answer | 0

1

answer

Question


split array
if A = [1234567891234567];===> size(A) = 1*1 in one cell I want split it as each (8digit) in one cell as: A = [1234567...

ongeveer 12 jaar ago | 3 answers | 0

3

answers

Question


source code
How open the source code of any built_in function

meer dan 12 jaar ago | 3 answers | 0

3

answers

Question


morton scan
How I can program morton scan by matlab?

meer dan 12 jaar ago | 1 answer | 0

1

answer

Question


convert bin to text
I want convert binary to text for example: A = ('abcdefghigklmnopqrstuvwxyz'); int = uint8(A); bin = dec2bin(...

meer dan 12 jaar ago | 1 answer | 0

1

answer

Question


lwt
if I use lwt2()for multi level as: X_InPlace = lwt2(X,W,LEVEL,'typeDEC',typeDEC) What refers to the 'typeDEC',typeDEC? an...

meer dan 12 jaar ago | 1 answer | 0

1

answer

Question


wavedec
in function [c,s] = wavedec2(x,n.wname); can any one help me about "s" that is bookkeeping matrix? how it calculate? and if i ...

meer dan 12 jaar ago | 1 answer | 0

1

answer

Question


built a function
how i can built a function and call it in another function?

meer dan 12 jaar ago | 1 answer | 0

1

answer

Question


LSB code
I want hide a text in image using LSB algorithm for example: X = image; S = secret message; I write: X2(:)=bi...

meer dan 12 jaar ago | 6 answers | 0

6

answers

Question


Reconstruct the RGB image from the individual Y, Cb, and Cr color channels.
How can recounstruct the individual Y ,Cb and Cr but not by: reconRGBImage = ycbcr2rgb(ycbcrImage); because i change in value...

meer dan 12 jaar ago | 2 answers | 0

2

answers

Question


Image Compression
I want some information about this built_in function: [cr,bpp] = wcompress('c',X,X2.wtc','ezw','maxloop',12); - what...

meer dan 12 jaar ago | 2 answers | 0

2

answers

Question


EZW (embedded zero trees)
I want any tutorial,demo code and any Papers that explain EZW co(embedded zero trees) please in details thanks

meer dan 12 jaar ago | 1 answer | 0

1

answer

Question


Convert a Matrix to Struct ?
I have a binary vector as [0 1 1 0 0 1 0 1]; I want convert it as one struct [01100101]; I want it to get the character thtat ...

meer dan 12 jaar ago | 2 answers | 0

2

answers

Question


convert Ycbcr image to color image
befor, i ask how convert gray to color image Ok, it is wrong from me when used "gray" expression. i want convert ycbcr to c...

meer dan 12 jaar ago | 1 answer | 0

1

answer

Question


convert grayscale image to color image
How is convert grayscale image to color image As: color = imread('img'); Gray = rgb2ycbcr(color); I want the inverse of...

meer dan 12 jaar ago | 2 answers | 1

2

answers

Question


how can i get a horzenital vector?
X = [2 1 5 1 5 4 8 1 1 4 5 7]; if i use X1 = X(:); the output is X1=[2 5 ...

meer dan 12 jaar ago | 3 answers | 0

3

answers

Question


How can extract values from array?
I have an array as X = [0 0 1 3;5 0 2 1;-1 0 1 7;0 1 8 3]; I wante extract the values that are 0's and 1's by the same order of...

meer dan 12 jaar ago | 1 answer | 0

1

answer