Package | Description |
---|---|
mpicbg.imglib.algorithm.integral | |
mpicbg.imglib.algorithm.transformation | |
mpicbg.imglib.type.numeric.integer | |
mpicbg.imglib.wrapper | |
mpicbg.spim.segmentation |
Modifier and Type | Method and Description |
---|---|
protected void |
IntegralImageLong.integrateLine(int d,
LocalizableByDimCursor<LongType> cursor,
LongType sum,
int size) |
protected void |
IntegralImageLong.integrateLineDim0(Converter<R,LongType> converter,
LocalizableByDimCursor<R> cursorIn,
LocalizableByDimCursor<LongType> cursorOut,
LongType sum,
LongType tmpVar,
int size) |
Modifier and Type | Method and Description |
---|---|
protected void |
IntegralImageLong.integrateLine(int d,
LocalizableByDimCursor<LongType> cursor,
LongType sum,
int size) |
protected void |
IntegralImageLong.integrateLineDim0(Converter<R,LongType> converter,
LocalizableByDimCursor<R> cursorIn,
LocalizableByDimCursor<LongType> cursorOut,
LongType sum,
LongType tmpVar,
int size) |
protected void |
IntegralImageLong.integrateLineDim0(Converter<R,LongType> converter,
LocalizableByDimCursor<R> cursorIn,
LocalizableByDimCursor<LongType> cursorOut,
LongType sum,
LongType tmpVar,
int size) |
Constructor and Description |
---|
IntegralImageLong(Image<R> img,
Converter<R,LongType> converter) |
Modifier and Type | Method and Description |
---|---|
static <T extends Type<T> & Comparable<T>> |
HoughLineTransform.longHoughLine(Image<T> inputImage)
Creates a default
HoughLineTransform with LongType vote space. |
Modifier and Type | Method and Description |
---|---|
LongType |
LongType.copy() |
LongType[] |
LongType.createArray1D(int size1) |
LongType[][] |
LongType.createArray2D(int size1,
int size2) |
LongType[][][] |
LongType.createArray3D(int size1,
int size2,
int size3) |
LongType |
LongType.createVariable() |
LongType |
LongType.duplicateTypeOnSameDirectAccessContainer() |
Modifier and Type | Method and Description |
---|---|
DirectAccessContainer<LongType,? extends LongAccess> |
LongType.createSuitableDirectAccessContainer(DirectAccessContainerFactory storageFactory,
int[] dim) |
Modifier and Type | Method and Description |
---|---|
void |
LongType.add(LongType c) |
int |
LongType.compareTo(LongType c) |
void |
LongType.div(LongType c) |
void |
LongType.mul(LongType c) |
void |
LongType.set(LongType c) |
void |
LongType.sub(LongType c) |
Constructor and Description |
---|
LongType(DirectAccessContainer<LongType,? extends LongAccess> longStorage) |
Modifier and Type | Method and Description |
---|---|
static Image<LongType> |
ImgLib2.wrapArrayLongToImgLib1(Img<LongType> img)
|
static Image<LongType> |
ImgLib2.wrapCellLongToImgLib1(Img<LongType> img)
|
static Image<LongType> |
ImgLib2.wrapLongToImgLib1(Img<LongType> img)
|
Modifier and Type | Method and Description |
---|---|
static Img<LongType> |
ImgLib1.wrapArrayLongToImgLib2(Image<LongType> image)
|
static Img<LongType> |
ImgLib1.wrapCellLongToImgLib2(Image<LongType> image)
|
static Img<LongType> |
ImgLib1.wrapLongToImgLib2(Image<LongType> image)
|
Modifier and Type | Method and Description |
---|---|
static Image<LongType> |
IntegralImage3d.compute(Image<FloatType> img) |
Image<LongType> |
InteractiveIntegral.computeIntegralImage(Image<FloatType> img) |
Modifier and Type | Method and Description |
---|---|
static void |
DOM.computeDifferencOfMean(Image<LongType> integralImg,
Image<FloatType> domImg,
int sx1,
int sy1,
int sz1,
int sx2,
int sy2,
int sz2,
float min,
float max) |
static void |
DOM.computeDifferencOfMean3d(Image<LongType> integralImg,
Image<FloatType> domImg,
int sx1,
int sy1,
int sz1,
int sx2,
int sy2,
int sz2,
float min,
float max) |
static void |
InteractiveIntegral.computeDifferencOfMeanSlice(Image<LongType> integralImg,
Image<FloatType> sliceImg,
int z,
int sx1,
int sy1,
int sz1,
int sx2,
int sy2,
int sz2,
float min,
float max) |
static void |
IntegralImage3d.computeIntegralImage(Image<LongType> integralTmp,
Image<FloatType> img) |
static long |
DOM.computeSum(int fromX,
int fromY,
int fromZ,
int vX,
int vY,
int vZ,
LocalizableByDimCursor<LongType> randomAccess)
Compute the average in the area
|
static long |
DOM.computeSum2(int vX,
int vY,
int vZ,
LocalizableByDimCursor<LongType> randomAccess)
Compute the average in the area, the RandomAccess needs to be positioned at the top left front corner:
fromX - start coordinate in x (exclusive in integral image coordinates, inclusive in image coordinates)
fromY - start coordinate in y (exclusive in integral image coordinates, inclusive in image coordinates)
fromZ - start coordinate in z (exclusive in integral image coordinates, inclusive in image coordinates)
|
static void |
DOM.mean(Image<LongType> integralImg,
Image<FloatType> domImg,
int sx,
int sy,
int sz) |
static void |
DOM.meanMirror(Image<LongType> integralImg,
Image<FloatType> domImg,
int sx,
int sy,
int sz) |
Copyright © 2015–2021 Fiji. All rights reserved.