photo

lou ham


Last seen: 3 months 前 自 2018 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

10 个提问
1 个回答

排名
28,158
of 297,457

声誉
1

贡献数
10 个提问
1 个回答

回答接受率
30.0%

收到投票数
1

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Explorer
  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


what type of image as entry to do jpeg code
hi, i'm doing jpeg compression, and i'm asking what type of image should i took as entry of my program? bmp, tiff or other typ...

2 years 前 | 1 个回答 | 0

1

个回答

提问


help encrypt an image using chaotic maps
hi, can i get a little help about matlab program or a link to encrypt an image using chaotic maps (arnolds at map or chen chaot...

4 years 前 | 0 个回答 | 0

0

个回答

提问


psnr with unit8 or double values
hi, I calculated the psnr after compression with the uint8 values of the two images and I found 35db. then I redid the calcula...

5 years 前 | 0 个回答 | 0

0

个回答

提问


eob image compression?
hi, in jpeg image compression, 1010 is used to encode the end of block. is there another code for eob?

5 years 前 | 0 个回答 | 0

0

个回答

提问


display compressed image from bitstream
hi, i did image compression and i got the bit stream, now i want to go back and display my compressed image . Do you have any ...

5 years 前 | 0 个回答 | 0

0

个回答

已回答
why does matlab use 8 bytes to memorize a number like 1 for example
thanks for your responces so I can use the char type better than double to store or to send a bit steam after compression

5 years 前 | 0

提问


why does matlab use 8 bytes to memorize a number like 1 for example
hi, matlab uses 8 bytes to memorize a number like 1 as double as 2 bytes to memorize it as char?

5 years 前 | 3 个回答 | 1

3

个回答

提问


time that image compression lasts
I designed an image compression program in matlab, I used 256x256 grayscale lena, the DCT, the quantification the Run Length En...

5 years 前 | 0 个回答 | 0

0

个回答

提问


huffman's dictionnary or huffman's canonical table?
many of image compression developpers avoid to use huffman's dictionnary and perfer to use huffman's canonical tables. what is ...

5 years 前 | 0 个回答 | 0

0

个回答

提问


about canonical huffman tables.
I'm working on image compression, I need to use the canonical huffman tables. Is there any algorithm to generate them?

5 years 前 | 1 个回答 | 0

1

个回答

提问


combine between numbers and characters in one vector
i'm working on run length encoding, i use matlab and the input vector is v=[ 1 2 2 2 2 5 -1 0 0 0 0 -2 -2 -2...

6 years 前 | 2 个回答 | 0

2

个回答