FemtoScan Wiki

[[en:processing:анализ_выделенных_областей]]

Trace:

Login

You are currently not logged in! Enter your authentication credentials below to log in. You need to have cookies enabled to log in.

Login

Forgotten your password? Get a new one: Set new password

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:processing:анализ_выделенных_областей [2012/02/07 14:24]
Анна Протопопова
en:processing:анализ_выделенных_областей [2012/02/07 16:27]
Анна Протопопова
Line 7: Line 7:
 {{:​processing:​selected_area_analysis_2.jpg|An AFM image of mica surface with three protein spheres on it}} {{:​processing:​selected_area_analysis_2.jpg|An AFM image of mica surface with three protein spheres on it}}
 {{:​processing:​selected_area_analysis_1.jpg|The table of parameters}} {{:​processing:​selected_area_analysis_1.jpg|The table of parameters}}
 +
 +Let's understand how the parameters are calculated, starting with the objects surface area.
 +
 +An algorithm of surface area determination is based on triangulate meshwork constitution. The surface area is defined as a sum of triangles in selection:
 +  * every 4 neighboring pixels of the image are combined in the unit cell used in the construction of a triangulated mesh,
 +  * a new point located on the medium height is added at the center of every unit cell,
 +  * thus four triangles are formed with one common apex at the center of the square and the other two at the sites of the unit cell,
 +  * surface area is calculated as the sum of the areas of triangles, as shown in a Figure:
 +
 +{{:​processing:​триангуляция.jpg?​200|}}
 +
 +The surface area is written into the second column of the parameters table **//​S_full//​**.
 +
 +The //XY// projection surface can be determined with two different methods. This is due to the fact that the program calculates the distance between the centers of pixels, but when you measure the projection surface it is natural to count all the pixels in the selection. Of course the surface value in this case will be slightly higher than the value calculated from the pixels centers. Since the user may be interested in both values (depends on what other parameters are there in comparison),​ both methods are implemented in the program:
 +
 +  * //​**S_px**//​ – the //XY// projection surface, calculated as a total sum of pixels in the selection,
 +  * //​**S_proj**//​ – the //XY// projection surface, calculated as a surface of plane figure terminated with the centers of boundary pixels,
 +  * //**dS**// – the difference between the surface area of the selected object **//​S_full//​** and its projection surface **//​S_proj//​**,​
 +  * //​**V_px**//​ – the volume of selected area determined as a sum of products of the height of each pixel on its area (**//​S_px//​**),​
 +  * //​**V_full**//​ – the volume of selected area determined as a sum of volumes of triangular prisms which make up the triangulated mesh.
 +
 +If you work with a big number of images, with big number of objects on every image, this function will not give you the results as quickly as the automatic function [[en:​processing:​выделить_объекты|Enum Features]]. On the other hand this function allows to analyse any selected region of the image including the substrate surface. You will also know the correspondence between the values and the areas. After all, if there are many objects in the image, it is possible to identify them with the parameters using tags in Enum Features function, but it is not always quick enough.
 +
 +**Selected area analysis** function is very usefull when you are interested in the characteristics of several particular objects – from one to ten on the image. ​
 +If you do use this function often, you can set the hot key  for it. One can do it in menu View/​Toolbars/​[[en:​processing:​view_панели|Customize...]]. ​