Friday, January 13, 2012

GyroGears CSV, face recognition and new plug-ins

I've fixed a bug that caused some crashes in the concept server when running cached applications having the same name on different virtual hosts.
Also, I had a little time to play, and I've added very simple functions for detecting a face (using OpenCV).
It works great, and it uses standard png or jpg pictures. It has a very simple interface, available here on http://www.radgs.com/docs/help/standard.lib.face.html.

Also, I've re-write the plug-in engine to support properties:


I've added new plug-ins:


... and a email sender plug-in:

A new property is available here "Hide title in forms", and when this is checked, the member title will be hidden.

A new flag available for entities:

This will show in the master view the representative member in the parent entity. When parent level is 2, will show the parent's parent, and so on. This proved to be very useful for me.

CSV import/export available for every entity (see the highlighted button and the one bellow):

It will automatically detect the separator (comma, semicolon or tab). Header is mandatory.

Some optimizations on 64 bit platforms and some web bugs were fixed.

These days I will implement face log-in for GyroGears applications, that will allow an user to log-in using a webcam. When the system recognizes the user, it could not ask for user and password. However, a picture of the user can be used ...

1 comment:

Unknown said...

That's great - the first step of GyroGears toward the computer vision community.