Finding Video/frames correlation using either matlab (or) simulink

  • Follow


I am a engineering student from India,i am doing a final year project in image/video processing,which actually needs to compare two videos(lip movements) and detect and display the the corresponding matched text,this project is actually for the hearing imapaired,so the input has to be as lip movements(video frames) and comparing it with recorded set of lip movements(video frame) to detect the word being uttered and displaying it as text,i am very much new to matlab so can anyone please guide me is how to approach this problem?,my project has two modules

I) Training module:
                         This module trains the hearing impaired with all the lip movements(video frames) for the corresponding text, I have planned to do this by using the GUIDE UI creator to make it interactive.

II) Detection module:
                            This module detects the lip movements of the hearing impaired and matches it with a previously recorded lip movements(video frames) and display the corresponding text as the output.

I badly need technical help
Thanking you
SAMUEL
0
Reply pradeep 9/2/2010 4:55:19 AM


"pradeep samuel" <dynomite.sam@gmail.com> wrote in message 
news:i5nann$du8$1@fred.mathworks.com...
> I am a engineering student from India,i am doing a final year project in 
> image/video processing,which actually needs to compare two videos(lip 
> movements) and detect and display the the corresponding matched text,this 
> project is actually for the hearing imapaired,so the input has to be as 
> lip movements(video frames) and comparing it with recorded set of lip 
> movements(video frame) to detect the word being uttered and displaying it 
> as text,i am very much new to matlab so can anyone please guide me is how 
> to approach this problem?,my project has two modules
>
> I) Training module:
>                         This module trains the hearing impaired with all 
> the lip movements(video frames) for the corresponding text, I have planned 
> to do this by using the GUIDE UI creator to make it interactive.
>
> II) Detection module:
>                            This module detects the lip movements of the 
> hearing impaired and matches it with a previously recorded lip 
> movements(video frames) and display the corresponding text as the output.
>
> I badly need technical help

Before you run, you need to learn how to walk.  Spend an hour or two reading 
through the Getting Started section in the documentation for MATLAB.  You 
can access the documentation using:

doc matlab

Then plan out what you want to implement, breaking each piece down into 
smaller pieces if you don't know how to implement the larger piece. 
Finally, implement, test, fix bugs, and iterate.

If you need help once you get to the "implement, test, fix bugs, and 
iterate" step post what you've got and SPECIFICALLY what problem you're 
having to the newsgroup.

-- 
Steve Lord
slord@mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
To contact Technical Support use the Contact Us link on 
http://www.mathworks.com 

0
Reply Steven_Lord 9/2/2010 1:54:44 PM


1 Replies
384 Views

(page loaded in 0.21 seconds)

Similiar Articles:












7/28/2012 3:23:57 PM


Reply: