Matlab

Moderators: None (Apply to moderate this forum)
Number of threads: 1494
Number of posts: 2174

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
matlab how to for loop Posted by plodos on 29 May 2008 at 12:17 PM
main.m
close all;
clear all;
I=imread('k052.jpg');
segment=skin(I);
imshow(segment)

[face_a,skin_region]=face(I);

figure, imshow(face_a)
figure, imshow(skin_region)

template=imread('b.jpg');


nframe=eyematch(frame,thresh,b);
for i=1:N
????????????
end 


Problem is that, I have 126 pictures...
I need to write a FOR LOOP for match the pictures..

The original source code is here with functions...and picture names k001.JPG, k002.JPG, k003.JPG, k004.JPG, k005.JPG, k006.JPG, k007.JPG, k008.JPG, k009.JPG, k010.JPG, k011.JPG, k012.JPG ....

http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=13716&objectType=FILE (source code, pictures all informationss)




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.