From: monju monju on 15 Jun 2010 22:40 hi......... I am a student of cse .for my project purpose in undergraduate level.I require source code for detecting eye ,mouth,lips. Pls help me to give source code. for ur kind information i am fresher in matlab and i require some guideline how to run this code.
From: Steven Lord on 16 Jun 2010 10:16 "monju monju" <monju_cse05(a)yahoo.com> wrote in message news:hv9di7$6c6$1(a)fred.mathworks.com... > hi......... > I am a student of cse .for my project purpose in undergraduate level.I > require source code for detecting eye ,mouth,lips. Okay, good to know. > Pls help me to give source code. > for ur kind information i am fresher in matlab and i require some > guideline how to run this code. 1) Locate or create the algorithm that you want to implement. 2) Subdivide the algorithm from step 1 into pieces that you know how to implement. 3) Implement the pieces from step 2. 4) Devise test cases for the pieces from step 2 and the combined application from step 3. 5) Run the test cases and fix any bugs they find. 6) Repeat steps 4 and 5 until you're satisfied with the results. In general, people on this newsgroup will NOT simply give you source code to solve your problem (after all, if they did that it wouldn't be YOUR project but THEIR project, would it?) However, if you encounter difficulties in step 3 of the process, show the group what you've done and ask a SPECIFIC question and you may receive some help. -- Steve Lord slord(a)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
From: us on 16 Jun 2010 10:26 "monju monju" <monju_cse05(a)yahoo.com> wrote in message <hv9di7$6c6$1(a)fred.mathworks.com>... > hi......... > I am a student of cse .for my project purpose in undergraduate level.I require source code for detecting eye ,mouth,lips. > Pls help me to give source code. > for ur kind information i am fresher in matlab and i require some guideline how to run this code. what have YOU done so far to solve YOUR particular problem... us
|
Pages: 1 Prev: Spiral Toroid Next: two figures, different xaxes, dataset |