photo

Sudeep Albal


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

8 Questions
0 Answers

RANK
283,841
of 300,654

REPUTATION
0

CONTRIBUTIONS
8 Questions
0 Answers

ANSWER ACCEPTANCE
12.5%

VOTES RECEIVED
0

RANK
 of 21,038

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,983

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


Different attacks on video
How to apply following effects to videos in matlab? 1-Frame shifting Effect 2-Frame deletion Effect 3-Frame Exchange Effect

8 years ago | 0 answers | 0

0

answers

Question


i have three image parts and i want to add them and get three images back,but i getting an error due to sizes of matrix is different
clc; clear all; I=imread('thumb.jpg'); figure, imshow(I); [r c]=size(I); imshow(I); for i=1:1:r for ...

8 years ago | 1 answer | 0

1

answer

Question


I have defined an array with command zeros,still i am getting a more size.Can anybody explain this?
I have defined matrix with zeros command:zeros(1,6832).But I am getting size of (1,7032).Can anybody explain why this is happeni...

8 years ago | 1 answer | 0

1

answer

Question


Change in the colour of the original image obtained after embedding data inside
I have embedded data(binary 0,1)inside red plane of the image by using embedding algorithm'Multilevel Histogram Modification and...

8 years ago | 0 answers | 0

0

answers

Question


Difference between calculating psnr in uint8 and double.
I have implemented a data hiding algorithm(multilevel histogram modification and sequential recovery).I am getting psnr about 30...

9 years ago | 2 answers | 0

2

answers

Question


I am using multilevel histogram modification algorithm for embedding binary data into an image.Even if no data is added i am getting low psnr about 10 and mse close to 1.How can i improve psnr?
Algorithm implemented on 3x3 matrix- clc; clear all; fprintf('The image matrix A-'); fprintf('\n'); A=[55 53 52...

9 years ago | 0 answers | 0

0

answers

Question


By using rgb2bind function 512x512x3 image is converted into 512x512 for algorithm implementation.If i have to convert 512x512 image into 512x512x3 image what needs to be done?
A=imread('airplane.bmp'); [Z,map]=rgb2ind(A,256); A is 512x512x3 and Z is 512x512. I want to perform reverse operatio...

9 years ago | 1 answer | 0

1

answer