![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6765151_1522117570481_DEF.jpg)
anika hossain
Followers: 0 Following: 0
Statistik
9 Fragen
0 Antworten
RANG
109.639
of 297.016
REPUTATION
0
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
55.56%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
is Arnold transform for color image and for grey/binary image different?
i need to scramble a rgb color image. now i want to know is Arnold transform for color image and for grey/binary image different...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to save an image without using 'uint8'?
i want to save my image with its actual pixel value which is float/double. i am using _'png'_ format picture & _ 'imwrite(uint8...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
binary to decimal conversion
i have an array wr(i,j) that is 256X8 in binary. now i need to convert it to decimal. so after conversion the size should be 16x...
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
can anyone suggest a good way to save & again read a image that will loss lowest possible information?
i need to save my worked image & use it for next work. but i am losing information in read & write the image. i am using ...
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
can anyone give the recover image rotation code?
I need to recover an rotated image. I found the solution in MATLAB solution: <http://www.mathworks.com/help/images/exampl...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
is bulid in dwt function of matlab round the result? if so,is there any way to change that?
due to rounding i am losing some value.can i compensate it in any way?
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
rounding problem after decimal point in image processing
that is the last portion of my first program- cD1=idwt2(new,cHH,cVV,cDD,'haar'); cD1(cD1<.0000000001 & cD1>-tol) = 0; dis...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
why matlab rounding the result itself?
my code is given below- w=imread('win.png');%its a 32X32 picture for i=1:32 for j=1:32 wrr(i,j)=w(i,j)*.02...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to get matrix value right?
i am working on transferring some values to a matrix from another one. when i am printing the results individually like new(1,1)...
mehr als 9 Jahre vor | 1 Antwort | 0