![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6723264_1522117262818_DEF.jpg)
Renjith V Ravi
Followers: 0 Following: 0
Statistik
19 Fragen
0 Antworten
RANG
38.559
of 297.016
REPUTATION
1
BEITRÄGE
19 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
47.37%
ERHALTENE STIMMEN
1
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
How to Write file names of multiple images to a csv file.?
From the code below,I got the file names of multiple images from a folder. clear all close all clc Directory = 'Im...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to read all types images from the folder regardless of file extension ?
The below is my code clear all close all clc Directory = 'Images_folder\'; % Read images from Images folder ...
mehr als 7 Jahre vor | 4 Antworten | 0
4
AntwortenFrage
Which parameters ore metrics can be used to differentiate two simple speach signals recorded using the following code?
I have used the following code to record and write speech signals clc clear all close all % Record the voice passw...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Which of the following method is correct for finding the image compression ratio in matlab
I am using Huffman coding for image compression.Here I have mentioned three methods for finding the compression ratio. ...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Fasten the huffman coding
Is there any possibility to fasten the below code clear all clc %Read the input image Ao=imread('Lena.bmp'); Ao...
fast 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Finding the compression ratio
I am using the code for SPIHT image compression shown in the link <https://in.mathworks.com/matlabcentral/fileexchange/4808-spih...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Kindly help me to understand the following steps
Please help me to understand, what processing is happening for the variable ' *encoded_img* ' in the following code pos...
fast 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
bitmap size and file size
When I run the code shown in the link <http://in.mathworks.com/matlabcentral/fileexchange/13584-compression-ratio>, i got the ou...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
which one is the correct procedure for summation
I want to implement the following equation <</matlabcentral/answers/uploaded_files/69763/hd.PNG>> Kindly tell me,which met...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Histogram deviation or MDMF
I am trying to calculate the histogram deviation(H.D) or Maximum Deviation Measuring Factor(M.D.M.F) as mentioned in <http://...
etwa 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Calculate Histogram deviation or MDMF
I am trying to calculate the histogram deviation(H.D) or Maximum Deviation Measuring Factor(M.D.M.F) as mentioned in <http:...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Calculating difference between histograms
Can I use the command Z = imabsdiff(X,Y) for calculating the difference between histograms of two images.
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Pixel Shuffling and inverse shuffling
I have tried to shuffle the image using tinkerbell map and Henon Map and obtained the output.But I cant do the inverse shuffling...
etwa 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Pixel Shuffling using Chaotic Tinkerbell map(https://en.wikipedia.org/wiki/Tinkerbell_map) and Henon Map(https://en.wikipedia.org/wiki/H%C3%A9non_map)
I have tried to do double shuffling of pixels in an image using Tinkerbell mal and Henon Map.The code is shown below. It is show...
etwa 8 Jahre vor | 1 Antwort | 1
1
AntwortFrage
How to implement the following equations in image encryption
Upto finding D(i,j),I have found below clear all close all clc im1 = imread('lena.bmp');% Read the input image ...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Creation of matrix from loop
The following is a code for creation of matrix using for loop for r = 1:256; for c=1:256; m(r,c) = (r+c)^2; end; e...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
NIST Statistical Test suite SP 800-22
The 15 randomness tests by NIST coded in C language from the link http://csrc.nist.gov/groups/ST/toolkit/rng/documentation_so...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I am trying to shuffle the pixels of an image using chaotic standard map.But I got an error "Subscript indices must either be real positive integers or logicals."
I am trying to shuffle the pixels of an image using chaotic standard map by modifying the code in the link https://in.mathworks....
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Is it possible to implement the 16 Randomness Tests in Matlab
Mentioned in Chapter 2 of http://csrc.nist.gov/groups/ST/toolkit/rng/documents/SP800-22rev1a.pdf
mehr als 8 Jahre vor | 1 Antwort | 0