JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.openimaj.feature.local
Interface LocationFilter
public interface
LocationFilter
A LocationFilter is capable of filtering
Location
objects.
Author:
Jonathon Hare (jsh2@ecs.soton.ac.uk)
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
accept
(
Location
l)
Test whether a
Location
should be accepted or rejected.
Method Detail
accept
boolean
accept
(
Location
l)
Test whether a
Location
should be accepted or rejected.
Parameters:
l
- the
Location
to test.
Returns:
true if the
Location
should be accepted; false otherwise.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method