photo

Deepika Sundresh


Last seen: meer dan 3 jaar ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
1 Answer

RANK
100.806
of 300.379

REPUTATION
0

CONTRIBUTIONS
4 Questions
1 Answer

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20.931

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.299

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Denoising function for a sliding DCT filter
I am trying to build a function that denoises every channel of an image using DCT, and outputs the clean channel. function deno...

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


Trouble fitting a curve using polyfit and polyval
I have to fit a straight line to the mean-variance scatterplots of an image channel. I am expected to use polyfit and polyval fu...

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


Error while finding mean and variance using blockproc of an image
I have a blockproc function as follows: function [mean_ch,variance] = block_process(subchannel) fun1 = @(block_struct) mean(s...

bijna 4 jaar ago | 2 answers | 0

2

answers

Answered
How can I compute the mean and variance of a channel using blockproc?
I was able to execute the code properly, it was that an older function was saved as blockproc when I downloaded the assignment, ...

bijna 4 jaar ago | 0

Question


How can I compute the mean and variance of a channel using blockproc?
I amy trying to compute the block-based mean and variance of each channel of an image using blockproc through block of size 8x8....

bijna 4 jaar ago | 3 answers | 0

3

answers