photo

SURILA GUGLANI


Attivo dal 2018

Followers: 0   Following: 0

Statistica

MATLAB Answers

3 Domande
2 Risposte

RANK
275.389
of 300.331

REPUTAZIONE
0

CONTRIBUTI
3 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
33.33%

VOTI RICEVUTI
0

RANK
 of 20.920

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.124

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 1

Visualizza badge

Feeds

Visto da

Domanda


Can anyone explain the loops in this code?
figure(2) file1='Frame_0001.png';%Reference I=imread(file1); imshow(I) J=rgb2gray(I); K...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Risposto
y = imread(file1, 'BackgroundColor', [1 1 1]); WHAT DOES IT DO?
I is the name of the image file.. this image is extracted from a video and then saved in my computer. so I wrote I = imread('...

oltre 7 anni fa | 0

Domanda


y = imread(file1, 'BackgroundColor', [1 1 1]); WHAT DOES IT DO?
I am getting an error in this line as: Error using strfind Input strings must have one row. Error in getFileFromU...

oltre 7 anni fa | 2 risposte | 0

2

risposte