SURILA GUGLANI
Followers: 0 Following: 0
Statistiques
RANG
221 113
of 296 216
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
0
RANG
of 20 368
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 155 673
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Can anyone explain the loops in this code?
figure(2) file1='Frame_0001.png';%Reference I=imread(file1); imshow(I) J=rgb2gray(I); K...
plus de 6 ans il y a | 1 réponse | 0
1
réponsey = 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('...
plus de 6 ans il y a | 0
Question
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...
plus de 6 ans il y a | 2 réponses | 0
2
réponsesI 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.
plus de 6 ans il y a | 0
Question
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
plus de 6 ans il y a | 3 réponses | 0