Package | Description |
---|---|
org.openimaj.demos | |
org.openimaj.image.objectdetection.filtering | |
org.openimaj.image.processing.face.detection |
The detection package contains implementations
of face detectors.
|
org.openimaj.util.pair |
Modifier and Type | Method and Description |
---|---|
List<ObjectIntPair<T>> |
BasicDuplicateImageDatabase.search(int[][] features)
Search for a given image (represented by its features) in the database
|
Modifier and Type | Method and Description |
---|---|
List<ObjectIntPair<Rectangle>> |
OpenCVGrouping.apply(List<Rectangle> input) |
Modifier and Type | Field and Description |
---|---|
protected DetectionFilter<Rectangle,ObjectIntPair<Rectangle>> |
HaarCascadeDetector.groupingFilter |
Modifier and Type | Method and Description |
---|---|
DetectionFilter<Rectangle,ObjectIntPair<Rectangle>> |
HaarCascadeDetector.getGroupingFilter() |
Modifier and Type | Method and Description |
---|---|
void |
HaarCascadeDetector.setGroupingFilter(DetectionFilter<Rectangle,ObjectIntPair<Rectangle>> grouping)
Set the filter for merging detections
|
Modifier and Type | Field and Description |
---|---|
static Comparator<ObjectIntPair<?>> |
ObjectIntPair.SECOND_ITEM_ASCENDING_COMPARATOR
Comparator for comparing the second element of a
ObjectIntPair in ascending order. |
static Comparator<ObjectIntPair<?>> |
ObjectIntPair.SECOND_ITEM_DESCENDING_COMPARATOR
Comparator for comparing the second element of a
ObjectIntPair in descending order. |
Modifier and Type | Method and Description |
---|---|
static <Q> ObjectIntPair<Q> |
ObjectIntPair.pair(Q q,
int t)
Create a pair from the given objects.
|
Modifier and Type | Method and Description |
---|---|
static <Q> List<Q> |
ObjectIntPair.getFirst(Iterable<ObjectIntPair<Q>> data)
Extract the first objects from a list of pairs.
|
static <Q> gnu.trove.list.array.TIntArrayList |
ObjectIntPair.getSecond(Iterable<ObjectIntPair<Q>> data)
Extract the second objects from a list of pairs.
|