Statistics
3 Questions
0 Answers
RANK
81,681
of 300,553
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,024
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 169,635
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Please can anyone explain this code by Majid Farzaneh on Image watermarking (Transform domain) by DCT-SVD?
clc close all clear %% Input images I=imread('fruit.jpg'); I=imresize(I,[512,512]); logo=randsrc(8,8,[0,1]); figure subp...
4 years ago | 1 answer | 0
1
answerQuestion
How to get the entropy of an image in matlab?
Please i'm trying to get the entropy of an image in matlab. This was the code i used but i'm still getting error. Can anyone he...
5 years ago | 1 answer | 0
1
answerQuestion
How can i divide a 64*64 grayscale image into 8*8 blocks?
Please How can i divide a 64*64 grayscale image into 8*8 blocks then get the entropy and index of each block?
5 years ago | 1 answer | 0
