public interface IImageLineArray
ImageLineHelper
that can use both
ImageLineInt
or ImageLineByte
. It's not very useful outside that, and the user should not rely much
on this.Modifier and Type | Method and Description |
---|---|
int |
getElem(int i)
Get i-th element of array (for 0 to size-1).
|
FilterType |
getFilterType() |
ImageInfo |
getImageInfo() |
int |
getSize()
length of array (should correspond to samples)
|
ImageInfo getImageInfo()
FilterType getFilterType()
int getSize()
int getElem(int i)
Copyright © 2014. All rights reserved.