IntegralImage
Contents
[
Hide
]
Inheritance: java.lang.Object
public class IntegralImage
Constructors
| Constructor | Description |
|---|---|
| IntegralImage(FloatBitmap aBitmap) | |
| IntegralImage(ByteBitmap aBitmap) | |
| IntegralImage(IntegralImage aImage) |
Methods
IntegralImage(FloatBitmap aBitmap)
public IntegralImage(FloatBitmap aBitmap)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aBitmap | FloatBitmap |
IntegralImage(ByteBitmap aBitmap)
public IntegralImage(ByteBitmap aBitmap)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aBitmap | ByteBitmap |
IntegralImage(IntegralImage aImage)
public IntegralImage(IntegralImage aImage)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aImage | IntegralImage |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getAverageFromArea(int aLeft, int aTop, int aRight, int aBottom)
public float getAverageFromArea(int aLeft, int aTop, int aRight, int aBottom)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aLeft | int | |
| aTop | int | |
| aRight | int | |
| aBottom | int |
Returns: float
getAverageFromWindow(int aX, int aY, int aWindow)
public float getAverageFromWindow(int aX, int aY, int aWindow)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aX | int | |
| aY | int | |
| aWindow | int |
Returns: float
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class>
getHeight()
public int getHeight()
Returns: int
getSummAndAreaFromWindow(int aX, int aY, int aWindow)
public IntegralImage.SummAndArea getSummAndAreaFromWindow(int aX, int aY, int aWindow)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aX | int | |
| aY | int | |
| aWindow | int |
Returns: SummAndArea
getWidth()
public int getWidth()
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |