SharpFunctions

Inheritance: java.lang.Object

public class SharpFunctions

Constructors

Constructor Description
SharpFunctions()

Methods

Method Description
blurDetection(ByteBitmap aBmp)
blurDetection(ByteBitmap byteBitmap, System.Drawing.Rectangle rectangle)
equals(Object arg0)
getClass()
hashCode()
isBitmapBlurred(ByteBitmap aBmp)
laplasianSharp(ByteBitmap aBmp)
laplasianSharpShort(ByteBitmap aBmp)
notify()
notifyAll()
sharpByKernel(ByteBitmap aBmp)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

SharpFunctions()

public SharpFunctions()

blurDetection(ByteBitmap aBmp)

public static float blurDetection(ByteBitmap aBmp)

Parameters:

Parameter Type Description
aBmp ByteBitmap

Returns: float

blurDetection(ByteBitmap byteBitmap, System.Drawing.Rectangle rectangle)

public static float blurDetection(ByteBitmap byteBitmap, System.Drawing.Rectangle rectangle)

Parameters:

Parameter Type Description
byteBitmap ByteBitmap Detect blur for the rectangle on the bytebitmap
rectangle com.aspose.ms.System.Drawing.Rectangle Input byteBitmap

Returns: float - Input rectangle

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

isBitmapBlurred(ByteBitmap aBmp)

public static boolean isBitmapBlurred(ByteBitmap aBmp)

Parameters:

Parameter Type Description
aBmp ByteBitmap

Returns: boolean

laplasianSharp(ByteBitmap aBmp)

public static ByteBitmap laplasianSharp(ByteBitmap aBmp)

Parameters:

Parameter Type Description
aBmp ByteBitmap

Returns: ByteBitmap

laplasianSharpShort(ByteBitmap aBmp)

public static ByteBitmap laplasianSharpShort(ByteBitmap aBmp)

Parameters:

Parameter Type Description
aBmp ByteBitmap

Returns: ByteBitmap

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

sharpByKernel(ByteBitmap aBmp)

public static ByteBitmap sharpByKernel(ByteBitmap aBmp)

Parameters:

Parameter Type Description
aBmp ByteBitmap

Returns: ByteBitmap

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