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
en:processing:анализ_выделенных_областей [2012/02/07 15:01]
Анна Протопопова
en:processing:анализ_выделенных_областей [2012/02/07 16:27]
Анна Протопопова
Line 20: Line 20:
 The surface area is written into the second column of the parameters table **//​S_full//​**. 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...]]. ​