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

답변