R
- public class IntegralImageLong<R extends NumericType<R>> extends IntegralImage<R,LongType>
converter, img, integral, type
Constructor and Description |
---|
IntegralImageLong(Image<R> img,
Converter<R,LongType> converter) |
Modifier and Type | Method and Description |
---|---|
protected void |
integrateLine(int d,
LocalizableByDimCursor<LongType> cursor,
LongType sum,
int size) |
protected void |
integrateLineDim0(Converter<R,LongType> converter,
LocalizableByDimCursor<R> cursorIn,
LocalizableByDimCursor<LongType> cursorOut,
LongType sum,
LongType tmpVar,
int size) |
checkInput, getErrorMessage, getNumPixels, getResult, process
protected void integrateLineDim0(Converter<R,LongType> converter, LocalizableByDimCursor<R> cursorIn, LocalizableByDimCursor<LongType> cursorOut, LongType sum, LongType tmpVar, int size)
integrateLineDim0
in class IntegralImage<R extends NumericType<R>,LongType>
protected void integrateLine(int d, LocalizableByDimCursor<LongType> cursor, LongType sum, int size)
integrateLine
in class IntegralImage<R extends NumericType<R>,LongType>
Copyright © 2015–2021 Fiji. All rights reserved.