photo

denisa


Last seen: 5 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
120,304
of 300,159

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
83.33%

收到投票数
0

排名
 of 20,880

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,558

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答