@Deprecated
public class Objects3DPopulationColocalisation
extends java.lang.Object
| Constructor and Description |
|---|
Objects3DPopulationColocalisation(Objects3DPopulation population1,
Objects3DPopulation population2)
Deprecated.
Constructor with two populations of objects
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<PairColocalisationOld> |
getAllColocalisationPairs()
Deprecated.
Returns all the colocalisations
|
int |
getColocObject(int v1,
int v2)
Deprecated.
Return the colocalisation between two objects
|
int |
getColocObject(Object3D object3D1,
Object3D object3D2)
Deprecated.
Return the colocalisation between two objects
|
int |
getColocRaw(int i1,
int i2)
Deprecated.
Return the colocalisation between two indices (not necessarily objects values)
|
java.util.LinkedList<PairColocalisationOld> |
getObject1ColocalisationPairs(Object3D object3D)
Deprecated.
Returns all the colocalisations for one specific object in population 1
|
java.util.LinkedList<PairColocalisationOld> |
getObject2ColocalisationPairs(Object3D object3D)
Deprecated.
Returns all the colocalisations for one specific object in population 2
|
ResultsTable |
getResultsTableAll(boolean useValueObject)
Deprecated.
get the results of colocalisation as an ImageJ Results Table
|
ResultsTable |
getResultsTableOnlyColoc(boolean useValueObject)
Deprecated.
|
void |
resetColocalisation()
Deprecated.
Reset the colocalisation
In case some information changed in the populations
|
public Objects3DPopulationColocalisation(Objects3DPopulation population1, Objects3DPopulation population2)
population1 - first populationpopulation2 - second populationpublic ResultsTable getResultsTableAll(boolean useValueObject)
useValueObject - use the original value of objects
else use incremental valuespublic ResultsTable getResultsTableOnlyColoc(boolean useValueObject)
public int getColocRaw(int i1,
int i2)
i1 - index of first object in population 1i2 - index of second object in population 2public int getColocObject(Object3D object3D1, Object3D object3D2)
object3D1 - The object in population 1object3D2 - The object in population 2public int getColocObject(int v1,
int v2)
v1 - The object value in population 1v2 - The object value in population 2public java.util.ArrayList<PairColocalisationOld> getAllColocalisationPairs()
public java.util.LinkedList<PairColocalisationOld> getObject1ColocalisationPairs(Object3D object3D)
object3D - The objet in population 1public java.util.LinkedList<PairColocalisationOld> getObject2ColocalisationPairs(Object3D object3D)
object3D - The objet in population 2public void resetColocalisation()