photo

Sudeep Albal


2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
0 回答

ランク
83,624
of 300,780

評判
0

コントリビューション
8 質問
0 回答

回答採用率
12.5%

獲得投票数
0

ランク
 of 21,086

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,018

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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

9年弱 前 | 0 件の回答 | 0

0

回答

質問


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

9年弱 前 | 1 件の回答 | 0

1

回答

質問


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

9年弱 前 | 1 件の回答 | 0

1

回答

質問


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

9年弱 前 | 0 件の回答 | 0

0

回答

質問


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年弱 前 | 2 件の回答 | 0

2

回答

質問


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年弱 前 | 0 件の回答 | 0

0

回答

質問


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年弱 前 | 1 件の回答 | 0

1

回答