SURILA GUGLANI
Followers: 0 Following: 0
Statistik
RANG
70.553
of 296.405
REPUTATION
0
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
0
RANG
of 20.376
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 156.371
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
Feeds
Frage
Can anyone explain the loops in this code?
figure(2) file1='Frame_0001.png';%Reference I=imread(file1); imshow(I) J=rgb2gray(I); K...
mehr als 6 Jahre vor | 1 Antwort | 0
1
Antworty = 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('...
mehr als 6 Jahre vor | 0
Frage
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...
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenI want to load a video and extract frames from it, save them and then use rgb2gray, edge detection and matching on specific frames...what will be the MATLAB commands for it??
Thank you.
mehr als 6 Jahre vor | 0
Frage
I want to load a video and extract frames from it, save them and then use rgb2gray, edge detection and matching on specific frames...what will be the MATLAB commands for it??
VideoReader
mehr als 6 Jahre vor | 3 Antworten | 0