how to insert data in the table using uitable functions in a loop dynamically?

i am making automatic attendance system using face detection and recognition. i wan to know that while i am makin the recognition process. i want to insert attendance of each student 1-by-1 whose face is matched. i mean to say, if the face is matched then a uitable function is called that marks the attendance in front of the name and goes for the next match. please help me with this. i am not able to create a dynamic uitable that could do this. there should be locked column of the students name and as soon as the face is detected the attendance is marked in the sequence. please can anyone help me creating this.??

2 件のコメント

Tej Parekh
Tej Parekh 2013 年 4 月 12 日
please let me know about this solution as soon as possible... i need it very urgently.... ur response is very much appreciated.. thank you..

回答 (1 件)

Jan
Jan 2013 年 4 月 8 日

0 投票

I personally detest automatic attendence recognition systems. They are too easy to cheat and a reliability of 99% means a lot of personal stress.
Do not mix the code for the recognition and the GUI. Do you really need an UITABLE, or would a list of missing persons be much easier to read?
Please post, what you have tried so far and explain the occurring problems. Then a suggestion for improvements would be much easier and it is more likely that our idea match your needs.

1 件のコメント

Tej Parekh
Tej Parekh 2013 年 4 月 9 日
Hey Jan, i have developed different modules. 1. Video Streaming Interface for capturing the image from CCTV cameras. 2. Face detection from the image using neural network 3. Face recognition of the faces obtained from the face detection module. there is no external database like MySQL or oracle is used here. images are stored in the folder in the current directory. Face recognition image db is from the at&t that is being used. now in face recognition there is 1:N matching occurring, so during this time i want to maintain the table when the match is found. if match is found then the entry in the table is made. right now it does not matter that the entry is made in front of the right person. what matters is that the entries should be made 1 by 1 row-wise in the table. yes i want uitable because i have to maintain the data of the month. so it needs to be overridden every day with new data. it should append the data of table everyday not update the existing. i hope it is now clear what i want and what i have done. u personally work on such systems then will be able to provide the code for maintaining the tables when u enter the attendance of the students automatically. that would be helpful. Thank u..

この質問は閉じられています。

質問済み:

2013 年 4 月 8 日

Community Treasure Hunt

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

Start Hunting!

Translated by