Community Profile

photo

Renjith V Ravi


Last seen: 8ヶ月 前 2016 年からアクティブ

Followers: 0   Following: 0

統計

  • First Review
  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


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...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


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 ...

6年以上 前 | 4 件の回答 | 0

4

回答

質問


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...

6年以上 前 | 0 件の回答 | 0

0

回答

質問


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. ...

約7年 前 | 1 件の回答 | 0

1

回答

質問


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...

約7年 前 | 0 件の回答 | 0

0

回答

質問


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...

約7年 前 | 1 件の回答 | 0

1

回答

質問


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...

約7年 前 | 0 件の回答 | 0

0

回答

質問


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...

約7年 前 | 1 件の回答 | 0

1

回答

質問


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...

約7年 前 | 1 件の回答 | 0

1

回答

質問


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://...

約7年 前 | 0 件の回答 | 0

0

回答

質問


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:...

約7年 前 | 1 件の回答 | 0

1

回答

質問


Calculating difference between histograms
Can I use the command Z = imabsdiff(X,Y) for calculating the difference between histograms of two images.

約7年 前 | 1 件の回答 | 0

1

回答

質問


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...

約7年 前 | 2 件の回答 | 0

2

回答

質問


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...

約7年 前 | 1 件の回答 | 1

1

回答

質問


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 ...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

7年以上 前 | 0 件の回答 | 0

0

回答

質問


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....

7年以上 前 | 1 件の回答 | 0

1

回答

質問


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

7年以上 前 | 1 件の回答 | 0

1

回答