photo

Madhava Teja Munagala


Attivo dal 2018

Followers: 0   Following: 0

Statistica

MATLAB Answers

4 Domande
3 Risposte

RANK
109.917
of 300.369

REPUTAZIONE
0

CONTRIBUTI
4 Domande
3 Risposte

ACCETTAZIONE DELLE RISPOSTE
25.0%

VOTI RICEVUTI
0

RANK
 of 20.941

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.436

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2
  • Thankful Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


how to define scale in matlab,
what is scale

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


wat is function of scale and size?
if size(i,3)>1 i=rgb2gray(i); wat is size(i,3),here i is image and 3 is what scale=2; if scale>0 her...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Risposto
As by using thresholding image is dividded into object and backgroung
respected image analyst, as by using threshold value to differentiate object and background, i received thresholding tuturial ...

oltre 7 anni fa | 0

Domanda


As by using thresholding image is dividded into object and backgroung
As per bimodal histogram threshold is clearly differentiate between object and background. For example i want to separate cam...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


How to divide image into background and object?
Respected img analyst, how Image is divided into foreground and background,how to implement as code

oltre 7 anni fa | 1 risposta | 0

1

risposta

Risposto
Mask unwanted data with zeros
thank you walter roberson sir

oltre 7 anni fa | 0

Risposto
Mask unwanted data with zeros
mask = zeros(size(i)); mask(25:end-25;25:end-25)=1; imshow(mask); May i know wat exactly 25:end-25 specifies

oltre 7 anni fa | 0