public class BlobFinder extends Object
Changes
| Modifier and Type | Class and Description |
|---|---|
static class |
BlobFinder.Blob |
| Modifier and Type | Field and Description |
|---|---|
private byte[][] |
COLOUR_ARRAY |
private int |
height |
private int[] |
labelBuffer |
private int[] |
labelTable |
private int[] |
massTable |
private int |
width |
private int[] |
xCoGTable |
private int[] |
xMaxTable |
private int[] |
xMinTable |
private int[] |
yCoGTable |
private int[] |
yMaxTable |
private int[] |
yMinTable |
| Constructor and Description |
|---|
BlobFinder(int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
List<BlobFinder.Blob> |
detectBlobs(byte[] srcData,
byte[] dstData,
int minBlobMass,
int maxBlobMass,
byte matchVal,
List<BlobFinder.Blob> blobList) |
private byte[][] COLOUR_ARRAY
private int width
private int height
private int[] labelBuffer
private int[] labelTable
private int[] xMinTable
private int[] xMaxTable
private int[] yMinTable
private int[] yMaxTable
private int[] massTable
private int[] xCoGTable
private int[] yCoGTable
public List<BlobFinder.Blob> detectBlobs(byte[] srcData, byte[] dstData, int minBlobMass, int maxBlobMass, byte matchVal, List<BlobFinder.Blob> blobList)
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.