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 Comments

hello , have you resolved the problem ??
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,

Sign in to comment.

 Accepted Answer

Image Analyst
Image Analyst on 20 Apr 2013
Yes.

8 Comments

so how can we fing ı cant find on fileexcahnge or newsreader?
could you please show the links?
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.
You do not need to convert it all to frames before you start. You can convert each frame as you need it.
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).
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?
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?
Ok. Thanks ı got it.
So can we save each frame features to mat file?
and How and where we can find codes for that?

Sign in to comment.

More Answers (0)

Categories

Find more on Image Processing and Computer Vision in Help Center and File Exchange

Asked:

ali
on 20 Apr 2013

Commented:

on 31 Mar 2020

Community Treasure Hunt

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

Start Hunting!