Package | Description |
---|---|
sc.fiji.coloc |
Modifier and Type | Method and Description |
---|---|
void |
Coloc_2.colocalise(Img<T> image1,
Img<T> image2,
Coloc_2.BoundingBox roi,
Img<T> mask)
Call this method to run a whole colocalisation configuration, all selected
algorithms get run on the supplied images.
|
AnalysisResults<T> |
Coloc_2.colocalise(Img<T> image1,
Img<T> image2,
Coloc_2.BoundingBox roi,
Img<T> mask,
List<ResultHandler<T>> extraHandlers)
Call this method to run a whole colocalisation configuration, all selected
algorithms get run on the supplied images.
|
Constructor and Description |
---|
MaskInfo(Coloc_2.BoundingBox roi,
Img<T> mask) |
Copyright © 2015–2021 Fiji. All rights reserved.