2010年6月30日 星期三

Download

1. ESPM (version 1.1)

Easy Series Pictures Measurement 1.1

Download ESPM1.1

Change Log:
1. I used array to store data, and the size of array is allocated when loading the first picture by the number of pictures in the same directory.

2. The Listbox which contains the pixel information can sort the data.


2010年6月28日 星期一

Easy Series Pictures Measurement 1.0

During my master, I wrote a GUI program in Matlab to analysis the displacement. (See Sonoanalysis). However, it is very inconvenient to use Matlab code in computers without installing matlab.

Recently, I rewrote  the program by C#. It's more convenient than Matlab as long as intalling .net in computers. Also, I added some functions.



In the cross function, you can mark the pixel in the figure, save the position and calculate the length.



In the ruler function, It can measure the length of two marks you made. However, I will add scale menu to make in the future. Now the displacement is the interval of Pixel.



In the pen function, you can draw anything on your figure.

However, there are still some bugs in this application. For example, It can not insert the data between two figure. (It can change, but can not insert.) I hope I can figure out how to write linked list in C#, so I can overcome this problem.

I also hope I can make it as a portable software when I understand how Mono works.