Skip to content
Snippets Groups Projects
Commit a396f6be authored by Jean-Yves TINEVEZ's avatar Jean-Yves TINEVEZ
Browse files

Release v0.0.3


Rework how contacts are made into spots in the TrackMate detector.
 * Spot radius represents the spot size (equivalent area of circle for
   2D, and volume of equivalent sphere for 3D).
 * Quality stores the total contact intensity in object.
 * The threshold paramter operates on the contact size (in pixels).

Signed-off-by: default avatarJean-Yves Tinevez <jean-yves.tinevez@pasteur.fr>
parent 5dcf7a91
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
</parent> </parent>
<artifactId>CellContactAnalyzer_</artifactId> <artifactId>CellContactAnalyzer_</artifactId>
<version>0.0.2</version> <version>0.0.3</version>
<name>plugins/CellContactAnalyzer_.jar</name> <name>plugins/CellContactAnalyzer_.jar</name>
<description /> <description />
......
...@@ -42,7 +42,7 @@ import net.imglib2.view.Views; ...@@ -42,7 +42,7 @@ import net.imglib2.view.Views;
public class CCCT_< T extends RealType< T > & NativeType< T >> implements PlugIn, CCCTProcessor, MultiThreaded public class CCCT_< T extends RealType< T > & NativeType< T >> implements PlugIn, CCCTProcessor, MultiThreaded
{ {
public static final String PLUGIN_VERSION = "0.0.2"; public static final String PLUGIN_VERSION = "0.0.3";
public static final String PLUGIN_NAME = "CCCT"; public static final String PLUGIN_NAME = "CCCT";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment