Software Listing of Author : "Eric"
- Four-on-one-row
- License: Shareware
- Price:


3D version of traditional four-on-one-row game. Computer opponent can play at 4 levels.
- Platform: Matlab, Scripts
- Image Aquisition
- License: Freeware
- Price: 0.00


(1) Actualized VFM project => Video for Matlab, solution using direct VfW access (2) OCVGRAB => solution using OpenCV grabbing routines (potentially plattform independent) (3) VIGRAB => solution using VideoInput library routines (directshow) Contains mex projects for Matlab R14 and 2007b. Please check contents of README_2009.txt inside archive file.
- Platform: Matlab, Scripts
- PBBooking
- License: Freeware
- Price: 0.00


A simple, easy to use, calendaring and booking component for Joomla. PBBooking offers live calendar integration both for reading availability and for writing appointments back to your calendar.
- Platform: PHP, Scripts
- Sub-Sample Peak Fitting 2D
- License: Shareware
- Price:


This small contribution is useful in cases where you search for the position of a peak within an intensity matrix (correlation or energy fields) of low resolution. Since this is only a 2nd-order-fit the sub-sample accuracy will only be acceptable as long as the peak area is 'smooth' around the peak location. This is not an exact solution, since it does not consider any underlying signal characteristics. Sample usage: % 2d-gauss: center=19.5; sigma=5 >> M = exp(-((1:30) - 19.5).^2/(2*5^2)); >> P = peakfit2d(M'*M); >> disp(P); 19.5050 19.5050
- Platform: Matlab, Scripts
- totalmem_ed.m
- License: Shareware
- Price:


This is an extremely elementary function that tells you the total memory currently allocated in MB. It accepts the whos command as an input argument. Which allows the code to see the total memory usage from outside of it's scope (being a function). It sums the bytes field of the structure for all variables. The function uses variable outputs: If no output variable is specified then a string in the command window is displayed that tells you the total MB in memory. If an output variable is specified that variable is set to the total MB. ex. totalmem_ed(whos).m bob = totalmem_ed(whos).m
- Platform: Matlab, Scripts