photo

niranjan v


Last seen: 4年以上 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

10 質問
0 回答

ランク
81,567
of 300,863

評判
0

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

回答採用率
20.0%

獲得投票数
0

ランク
 of 21,100

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,413

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Read frames from the mp4 file
filename = '01_original.mp4'; mov = VideoReader(filename); opFolder = fullfile(cd, 'snaps'); if ~exist(opFolder, 'dir') ...

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

0

回答

質問


double precision becomes complex double after calculation
The outputs for a becomes complex double after calculation. However, it should be double precision since I am just raising the p...

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

0

回答

質問


how to make 3 lsbs set to zero
an rgb image have 8 bit image and how to make last 3 least significant bits to zero of each and every pixel in the image

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

2

回答

質問


How to create a empty binary vector?
Hi sir/mam i just want to create a empty binary vector to store 12 bit information, so i want to create a 12 bit empty binary v...

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

1

回答

質問


How to remove least significant bits in a pixel.
i read a image img=imread('lena.jpg'); now i need to remove 3 least significant bits form every pixel of the image, how can i ...

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

2

回答

質問


what are absolute moments in AMBTC
In absolute moment block truncation coding only one moment is used .i dont understand what is absloute moment actually. can anyo...

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

0

回答

質問


convert the binary matrix with correct position
I converted 256*256 decimal matrix into binary matrix and i read only 5 bits into my binary matrix using the code: % reading o...

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

1

回答

質問


Divide 256*256 image into 2*2 blocks
I am working on a project of image processing (watermarking) & needs to divide 256*256 image into 2*2 blocks (overlaping) to get...

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

1

回答

質問


Extract bits from an binary image
i want to slice bits from an binary image like 8 bits to 5 bits. can you guys help how to write a code for that. (i want 5 bit b...

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

1

回答

質問


how can i remove bits from a 8 bit pixel ?
There is an 8 bit pixel and im considered as 5 bits of msb and 3 bits of lsb . so i want to remove 3 lsbs from the pixel. is it ...

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

1

回答