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

kassem EL KEBBAR
kassem EL KEBBAR 2017년 3월 2일
hello , have you resolved the problem ??
Kenta
Kenta 2020년 3월 31일
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,

댓글을 달려면 로그인하십시오.

 채택된 답변

Image Analyst
Image Analyst 2013년 4월 20일

0 개 추천

Yes.

댓글 수: 8

ali
ali 2013년 4월 20일
so how can we fing ı cant find on fileexcahnge or newsreader?
could you please show the links?
ali
ali 2013년 4월 20일
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 2013년 4월 20일
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 2013년 4월 20일
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 2013년 4월 20일
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 2013년 4월 20일
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 2013년 4월 24일
Ok. Thanks ı got it.
So can we save each frame features to mat file?
and How and where we can find codes for that?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Image Processing and Computer Vision에 대해 자세히 알아보기

질문:

ali
2013년 4월 20일

댓글:

2020년 3월 31일

Community Treasure Hunt

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

Start Hunting!

Translated by