Real time video feature ectraction

hi all,
is there a way or code for feature extract video stream in matlab?
If possible, can we save this to mat file or somewhere else.
thanks for attention

2 commentaires

kassem EL KEBBAR
kassem EL KEBBAR le 2 Mar 2017
hello , have you resolved the problem ??
Kenta
Kenta le 31 Mar 2020
As of today, a use of pre-traniend network (CNN) is effective for image feature extraction.
The demo below shows the example. I hope it helpe you,

Connectez-vous pour commenter.

 Réponse acceptée

Image Analyst
Image Analyst le 20 Avr 2013

0 votes

Yes.

8 commentaires

ali
ali le 20 Avr 2013
so how can we fing ı cant find on fileexcahnge or newsreader?
could you please show the links?
ali
ali le 20 Avr 2013
thanks for attention.
I know these files,
Just want to know is the best way for feature extract from video is that convert it to frames or can we extract features without convert to frames.
Walter Roberson
Walter Roberson le 20 Avr 2013
You do not need to convert it all to frames before you start. You can convert each frame as you need it.
Image Analyst
Image Analyst le 20 Avr 2013
A video is a time sequence of 2D images. You do feature extraction on the image. You can work on one image at a time, or, like with motion estimation and tracking, you can use several of the images. It really depends on what you want to do. But to answer your question, you can't extract features without converting to frames, unless it's something really useless like what's the mean intensity of everything. Anything useful will require you to process the image(s).
ali
ali le 20 Avr 2013
Walter Roberson and Image Analyst, thanks for great attention.
Then just wonder, when videois playing (real time) for example taking with camera, which frame we want to extract feature just take inside from video?
Then extract features from this frame and classify?
Image Analyst
Image Analyst le 20 Avr 2013
Take every one that you can. I mean, how can you know if a frame has what you're looking for until you look for it?
ali
ali le 24 Avr 2013
Ok. Thanks ı got it.
So can we save each frame features to mat file?
and How and where we can find codes for that?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Image Processing and Computer Vision dans Centre d'aide et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by