Click here to Skip to main content
16,013,489 members

Comments by lKENl (Top 4 by date)

lKENl 13-Feb-11 3:01am View    
Oh yeah I totally forgot about Kohonen being unsupervised. Thank you very much for the explanation. So in other word, I have to make Kohonen create a map based from the stored video file(with no obstacle) and then use another technique to cooperate video file(with obstacle) with the map created. Sounds like a tedious thing to do. I have not read much on Hopfield Network, nor the eigenface, so guess I could try and use edge detection, if my supervisor allows me to. Thank you again for the help and tips. Now I can rest a bit after knowing what is needed to be done.
lKENl 12-Feb-11 12:59pm View    
I did try making it public, but nothing happened when I ran the code. When I click the Select button, the deviceForm closes and the mainForm remains the same. Think it has something to do with either
Bitmap img = (Bitmap)eventArgs.Frame.Clone(); in the mainForm or the whole thing from the btn_Select in deviceForm. What I think should happen is that once we press "Select" the code closes the form, get the selected device and links it back to mainForm. I can't figure out what code should be written in form1.show(???). Then again, once in the mainForm, there should be another code that accepts this, and the one written is probably wrong. Which is why I need help from everyone here.
lKENl 12-Feb-11 7:36am View    
Thank you for clearing some of my problems. Mind helping me with this now?
Let say I have a video file(no obstacles) stored in a database. Now I have another video file(with obstacle), can Kohonen help in comparing these two video files to see differences in them? because I thought if BP can do it , so why wouldn't Kohonen do the same, since the algorithms are almost the same.
lKENl 11-Feb-11 21:54pm View    
I thought as much. What if I still want to use Kohonen? Which other algorithm can help assist it besides Back Propagation? And whatIf I use pixel change for obstacle detecting, how can Kohonen help? Sorry for asking too many questions. :D