I've use this code.
http://pastebin.com/RhJraUvk
My frame variable in line number 34 and 37 is occur error which my Netbeans IDE tell me "can not find symbol".
I try coding this code following Chapter 8.Finding faces of tutorial on the website. Please help me to let this code works!
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
Lines 33-38 need to be moved into the beforeUpdate method between lines 26 & 27.
Working code for all the tutorials is in svn - e.g. https://sourceforge.net/p/openimaj/code/HEAD/tree/trunk/documentation/tutorial/tutorial-code/src/main/java/org/openimaj/docs/tutorial/fund/video/faces/App.java
Thank you it works!
I've use this code.
http://pastebin.com/RhJraUvk
My frame variable in line number 34 and 37 is occur error which my Netbeans IDE tell me "can not find symbol".
I try coding this code following Chapter 8.Finding faces of tutorial on the website.
Please help me to let this code works!
Lines 33-38 need to be moved into the beforeUpdate method between lines 26 & 27.
Working code for all the tutorials is in svn - e.g. https://sourceforge.net/p/openimaj/code/HEAD/tree/trunk/documentation/tutorial/tutorial-code/src/main/java/org/openimaj/docs/tutorial/fund/video/faces/App.java
Thank you it works!