R
- public class IntegralImgLong<R extends NumericType<R>> extends IntegralImg<R,LongType>
Constructor and Description |
---|
IntegralImgLong(RandomAccessibleInterval<R> img,
LongType type,
Converter<R,LongType> converter) |
Modifier and Type | Method and Description |
---|---|
protected void |
integrateLine(int d,
RandomAccess<LongType> cursor,
LongType sum,
long size) |
protected void |
integrateLineDim0(Converter<R,LongType> converter,
RandomAccess<R> cursorIn,
RandomAccess<LongType> cursorOut,
LongType sum,
LongType tmpVar,
long size) |
checkInput, getErrorMessage, getResult, process
protected void integrateLineDim0(Converter<R,LongType> converter, RandomAccess<R> cursorIn, RandomAccess<LongType> cursorOut, LongType sum, LongType tmpVar, long size)
integrateLineDim0
in class IntegralImg<R extends NumericType<R>,LongType>
protected void integrateLine(int d, RandomAccess<LongType> cursor, LongType sum, long size)
integrateLine
in class IntegralImg<R extends NumericType<R>,LongType>
Copyright © 2015–2022 ImgLib2. All rights reserved.