About Me

My photo
Hi there :-) Welcome to my web site. I am HUANG, Chao-Hui (Ph.D.), a computer scientist in the field of biomedical engineering. I come from Taiwan, the Formosa. Currently I am living in Singapore. I like travelling, wind-surfing, sailing, traveling, rock claiming, sky-diving. Currently I am learning French. It is difficult, but there is a lot of fun also :-)

Monday, November 23, 2009

initialization of ViPAL

The very first version of ViPAL has been done. This version includes two major components: first, the image viewer. The image viewer is the major user interface for the images. Users can operate the images (zoom-in, zoom-out, scrolling, etc) as their wish. The other is the programming editor. The programming editor provides a place to load, edit, and execute the ViPAL program. The ViPAL program is a application-specific programming language which is focusing on the simulation of human visual cognition. It acts like human language, (begin, end, repeat, stop ... while ...). The main purpose is to make a connection between human's visual cognition and the language. This platform can provide a framework for the research and the evaluation of human's visual cognition.

The user interface is shown as the following:


Sunday, November 22, 2009

I'm going to create a new program language...well...a sort of new programming language. This language has two features: first, it aims to prtovide the researchers who are working in the field of visual and cognitive systems. Based on this language, they can implement the simulation of human's cognitive machanisms. Second, this programming language similar to human language. Or, I have to say that this language will be very similar to PL/SQL. In the fact, I implemented it based o Pascal's parser, and I modified the parser in order to approach the PL/SQL. As a result, an input image has been considered as an major target.