Package | Description |
---|---|
hu.elte.animaltracker.controller.tracking | |
hu.elte.animaltracker.model.tracking |
This package contains all image processing and tracking algorithms.
|
hu.elte.animaltracker.model.tracking.blobdetecting |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<BlobDetector> |
TrackerController.availableBlobDetector |
Modifier and Type | Field and Description |
---|---|
protected BlobDetector |
CoreTracker.blobDetector |
Modifier and Type | Method and Description |
---|---|
BlobDetector |
CoreTracker.getBlobDetector()
Returns the current BlobDetector.
|
Modifier and Type | Method and Description |
---|---|
void |
CoreTracker.setBlobDetector(BlobDetector blobDetector)
Sets the BlobDetector.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseBlobDetector
This is a simple implementation of the BlobDetector interface.
|