RegionDetectorRegular
Contents
[
Hide
]
Inheritance: java.lang.Object
public class RegionDetectorRegular
Constructors
Fields
| Field | Description |
|---|---|
| Corners | |
| size_seed |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| filterRotatedRegions(ByteBitmap byteBitmap, boolean isAddSimpleRegion) | Searches rotated datamatrix regions in the _allRegions |
| getByteBitmap() | Get a bytebitmap |
| getClass() | |
| getInterestRectangles() | |
| hashCode() | |
| isBlurredRegions() | Checks if the regions are blurred |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
RegionDetectorRegular(ByteBitmap byteBitmap, ITerminationCheck aTerminationCheck)
public RegionDetectorRegular(ByteBitmap byteBitmap, ITerminationCheck aTerminationCheck)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| byteBitmap | ByteBitmap | |
| aTerminationCheck | ITerminationCheck |
RegionDetectorRegular(ByteBitmap byteBitmap, boolean allowDamagedBorder, ITerminationCheck aTerminationCheck)
public RegionDetectorRegular(ByteBitmap byteBitmap, boolean allowDamagedBorder, ITerminationCheck aTerminationCheck)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| byteBitmap | ByteBitmap | |
| allowDamagedBorder | boolean | |
| aTerminationCheck | ITerminationCheck |
Corners
public List<VertexesCorner> Corners
size_seed
public static int size_seed
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
filterRotatedRegions(ByteBitmap byteBitmap, boolean isAddSimpleRegion)
public final void filterRotatedRegions(ByteBitmap byteBitmap, boolean isAddSimpleRegion)
Searches rotated datamatrix regions in the _allRegions
Parameters:
| Parameter | Type | Description |
|---|---|---|
| byteBitmap | ByteBitmap | Input bytebitmap |
| isAddSimpleRegion | boolean |
getByteBitmap()
public final ByteBitmap getByteBitmap()
Get a bytebitmap
Returns: ByteBitmap - A bytebitmap
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class>
getInterestRectangles()
public final List<RectangleOfInterest> getInterestRectangles()
Returns: List
hashCode()
public native int hashCode()
Returns: int
isBlurredRegions()
public final boolean isBlurredRegions()
Checks if the regions are blurred
Returns: boolean -
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 |