solehome's Home Page


 

3.Active Appearance Models Implementation (Matlab code)

   AAMs is a popular method for facial features extraction. I did some research on it in my university time. Somebody need the codes. So I release my matlab codes here. Hope it can help.

 

2.Simple Timer Gadget for google desktop

   I need a simple timer, so I made it. I want it to be extremely clean to look and easy to use. It is simple but works. You need google desktop installed to use it.

1. Ogre Animation Mesh Viewer:

     This is a small program to view Ogre Mesh. It is based on MFC(v8) and Ogre 3D engine(v1.2.2).

     Features:
          [1] play with skeleton animations options, e.g., "time", "weight".
          [2] manually blend pose references.

     Instructions:
          [1] copy the exe file to your Ogre SDK's bin directory, e.g., "..\OgreSDK\bin\release" . 
          [2] double click its icon to run it.
          [3] double click a item in the MeshList to load a mesh.
          [4] pick the menu item "View/Skeleton Pane" to show the skeleton concerned options.
          [5] pick the menu item "View/Pose Pane" to show the pose animation concerned options.
          [6] pick the menu item "View/Mesh List Pane" to show the mesh list.

     Known Issues:
          [1] Some meshes can not be presented in the cener view.                    

     NOTES:

           The program has only been tested on WinXP sp2.