[]
Returns the height in pixels of the specified component in the overall image. This default implementation assumes no component, or component, subsampling (i.e. all components have the same dimensions in pixels).
public virtual int getCompImgHeight(int c)
Type | Name | Description |
---|---|---|
int | c | The index of the component, from 0 to C-1. |
Type | Description |
---|---|
int | The height in pixels of component c in the overall image. |