photo

Deepika Sundresh


Last seen: mehr als 3 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

MATLAB Answers

4 Fragen
1 Antwort

RANG
209.833
of 300.331

REPUTATION
0

BEITRÄGE
4 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
50.0%

ERHALTENE STIMMEN
0

RANG
 of 20.920

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.124

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
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, ...

fast 4 Jahre vor | 0

Frage


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....

fast 4 Jahre vor | 3 Antworten | 0

3

Antworten