T
- img typepublic class CustomColoc2<T extends RealType<T> & NativeType<T>> extends Coloc_2<T>
Coloc_2
because many properties are protectedModifier and Type | Class and Description |
---|---|
static class |
CustomColoc2.ColocResult<T extends RealType<T> & NativeType<T>> |
Coloc_2.BoundingBox, Coloc_2.MaskInfo, Coloc_2.RoiConfiguration
autoSavePdf, Ch1Name, Ch2Name, costesSignificance, displayImages, histogram2D, img1, img1Channel, img2, img2Channel, index1, index2, indexMask, indexRegr, indexRoi, kendallTau, liHistogramCh1, liHistogramCh2, liICQ, mandersCorrelation, masks, pearsonsCorrelation, PREF_KEY, regressions, roiConfig, SpearmanRankCorrelation
Constructor and Description |
---|
CustomColoc2(JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
CustomColoc2.ColocResult<T> |
customColocalise(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.
|
ArrayList<Coloc_2.MaskInfo> |
getMaskInfos() |
boolean |
initializeSettings(ij.ImagePlus imp1,
ij.ImagePlus imp2,
ij.ImagePlus mask,
AutoThresholdRegression.Implementation thresholdRegression,
boolean gdDisplayShuffledCostes,
boolean gdUseLiCh1,
boolean gdUseLiCh2,
boolean gdUseLiICQ,
boolean gdUseSpearmanRank,
boolean gdUseManders,
boolean gdUseKendallTau,
boolean gdUseScatterplot,
boolean gdUseCostes,
int gdPsf,
int gdNrCostesRandomisations) |
List<CustomColoc2.ColocResult<T>> |
runColocalization() |
void |
setChannelNames(String ch1Name,
String ch2Name) |
addIfValid, clip, colocalise, colocalise, createMaskImage, createMasksAndRois, createMasksFromImage, createMasksFromRoiManager, getBoundingBoxOfMask, hasValidRoi, initializeSettings, run, showDialog, split
public CustomColoc2(JIPipeProgressInfo progressInfo)
public ArrayList<Coloc_2.MaskInfo> getMaskInfos()
public List<CustomColoc2.ColocResult<T>> runColocalization()
public CustomColoc2.ColocResult<T> customColocalise(Img<T> image1, Img<T> image2, Coloc_2.BoundingBox roi, Img<T> mask, List<ResultHandler<T>> extraHandlers) throws MissingPreconditionException
image1
- First image.image2
- Second image.roi
- Region of interest to which analysis is confined.mask
- Mask to which analysis is confined.extraHandlers
- additional objects to be notified of analysis results.MissingPreconditionException
public boolean initializeSettings(ij.ImagePlus imp1, ij.ImagePlus imp2, ij.ImagePlus mask, AutoThresholdRegression.Implementation thresholdRegression, boolean gdDisplayShuffledCostes, boolean gdUseLiCh1, boolean gdUseLiCh2, boolean gdUseLiICQ, boolean gdUseSpearmanRank, boolean gdUseManders, boolean gdUseKendallTau, boolean gdUseScatterplot, boolean gdUseCostes, int gdPsf, int gdNrCostesRandomisations)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.