photo

denisa


Last seen: 5年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
0 回答

ランク
261,719
of 300,369

評判
0

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

回答採用率
83.33%

獲得投票数
0

ランク
 of 20,936

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,436

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3
  • First Review

バッジを表示

Feeds

表示方法

質問


For calculating compressed image file size before & after compression, do I have to save images?Or calculating matrix bytes is enough and correct?
Hi friends! I want to calculate and compare image file size before and after the operation. As far as I know, image file size in...

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

1

回答

質問


Run length image compressing does not create iamge matrix
Hi friends! I am working on a project. I want to apply run length algorithm for lossless image compression. But I am newbie I se...

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

1

回答

質問


Is MATLAB App Designer in place of Matlab GUI in MATLAB 2020a?
I want to make a GUI on MATLAB . GUI does not exist in New part. Is App used for in place of GUI?Should I select this to create ...

5年以上 前 | 2 件の回答 | 0

2

回答

質問


Color in Edge Detection with Sobel Operator on RGB Image Output
Hello everyone! I want to make edge detection with sobel operator on RGB image using conv2 function. After extracting each colo...

5年以上 前 | 2 件の回答 | 0

2

回答

質問


imshow(uint8(imagematrix)) and imshow(int8(imagematrix)) gives different results although pixel values are between 0-255
I want to understand effects of mean filter in zro mean gaussian noised image with different window size. image is read by imrea...

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

1

回答

質問


I want to take R, G, B color components of an pixel by logical indexing, check channel values, and create new binary image but error occures at the command related with logical indexing
I want to take a RGB image, read it and hold it as an matrix, extract color components R, G, B as R=arr(:,:,1), G=arr(:,:,2) and...

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

1

回答