The Find-Curve
macro for the ImageJ program (Schneider et al. 2012) automatically processes all cell stacks contained in a root folder indicated by the user.
Avoid file paths containing spaces. Depending on your OS and ImageJ version this kind of paths can be non compatible with certain open/save functions.
As initially designed, the macro is configure to find black shapes within a white background.
For each file, the program performs the following steps:
- Identification of the slice with the largest area.
Original image (3D representation) | Identified "Best" Slice |
- On this slice the angle (OA, OB) is calculated for every point (O) of the perimeter, with A and B two neighbors points respectively upstream and downstream to O.
Angle values along the cell perimeter |
- The identification of local maximal angle values along the perimeter allows to delimit segments and draw the regular polygon model for the cell. The concave or convex property of the segments is determined using the regular polygon as reference.
Identified summits (white circles) Regular fiiting polygon (grey shape). Convex segments (blue letters). |
- For all segments, the radius of the best fitting osculating circle is calculated (Mesmoudi et al. 2010, Berutti et al. 2012). This value is the curvature radius R of the studied segment.
Principle of the Osculating circle. | Application to the determination of the curvature radius of segment B. The fitting osculating circle is represented. |
- A .html report file is automatically generated.
The user has the possibility to choose between automatic and manual identification of the best slice.
Moreover the analysis can be performed in the three (X, Y, Z) dimensions.
If you want to test this program, we provide you a set of several stacks:
CLUET David | [email protected] |
VERGIER Blandine | [email protected] |
Copyright CNRS 2013
This software is a computer program whose purpose is to automatically identify segments of the cytoplasmic membrane and calculate their radius of curvature.
This software is governed by the CeCILL license under French law and abiding by the rules of distribution of free software. You can use, modify and/ or redistribute the software under the terms of the CeCILL license as circulated by CEA, CNRS and INRIA at the following URL: http://www.cecill.info/index.en.html
As a counterpart to the access to the source code and rights to copy, modify and redistribute granted by the license, users are provided only with a limited warranty and the software's author,the holder of the economic rights, and the successive licensors have only limited liability.
In this respect, the user's attention is drawn to the risks associated with loading, using, modifying and/or developing or reproducing the software by the user in light of its specific status of free software, that may mean that it is complicated to manipulate, and that also therefore means that it is reserved for developers and experienced professionals having in-depth computer knowledge. Users are therefore encouraged to load and test the software's suitability as regards their requirements in conditions enabling the security of their systems and/or data to be ensured and, more generally, to use and operate it in the same conditions as regards security.
The fact that you are presently reading this means that you have had knowledge of the CeCILL license and that you accept its terms.
The FIND_CURVE
macro requires ImageJ v1.49g
or higher (Download).
For ImageJ, the conversion of the analyzed stacks into animated GIFs requires the (Gif-Stack-Writer Plugin).
- [] src
- README.md
- LICENSE
Installation.ijm
Installation_FIJI.ijm
- [] doc
- 3D.jpg
- Avatar.jpg
- FIJI.jpg
- Identification.jpg
- IJ.jpg
- Logo_cnrs.jpg
- Logo_ens.jpg
- Logo_LBMC.jpg
- Osculating_circle.jpg
- Segment.jpg
- Slice.jpg
- [] macro
CleanMemory.java
CloseImage.java
CNRS.jpg
ENS.jpg
Explorer.java
Find_Curve.java
HTML_Curve.html
LBMC.jpg
macro_AboutPlugin.java
Main.java
ROIeraser.java
Startup_CL.txt
style_Curve.css
tableline.html
Trigo.tif
UCBL.jpg
The FIND-CURVE
macro can be automatically installed with all required files in ImageJ
and FIJI
. Please follow the specific instructions described below.
- Open
ImageJ
. - Open the
src
folder of theFIND-CURVE
macro. - Drag the
Installation.ijm
file onImageJ
Menu bar to open it. - In the Menu bar of the macro select the
Macros/Run Macro
option. - The window will be closed automatically and all required files will be installed in the
ImageJ/macros/Find-Curve
folder. The shortcutPlugins/Macros/FIND-CURVE
will be added in the Menu bar. - Restart
ImageJ
to refresh the Menu bar.
- Open
FIJI
. - Open the
src
folder of theFIND-CURVE
macro. - Drag the
Installation_Fiji.ijm
file onFIJI
Menu bar to open it. - In the console select the
Run
option. - All required files will be installed in the
Fiji.app/macros/Find-Curve
folder. The shortcutPlugins/Macros/FIND-CURVE
will be added in the Menu bar. - Restart
FIJI
to refresh the Menu bar.
Follow the same instructions as for the installation process.