JavaScript is disabled on your browser.
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
messif.objects.keys
Interface DimensionObjectKey.Point
All Known Implementing Classes:
ObjectFeature
,
ObjectFeatureByte
,
ObjectFeatureByteL2
,
ObjectFeatureClustered
,
ObjectFeatureClusteredMatch
,
ObjectFeatureFloat
,
ObjectFeatureFloatL2
,
ObjectFeatureFloatWClusters
,
ObjectFeatureFloatWClustersL2
,
ObjectFeatureLong
,
ObjectFeatureLongL2
,
ObjectFeatureQuantized
,
ObjectFeatureQuantizedOneOfManyDist
Enclosing class:
DimensionObjectKey
public static interface
DimensionObjectKey.Point
Interface that marks a class that it offers its position (x,y)
Method Summary
Methods
Modifier and Type
Method and Description
float
getX
()
x-axis coordinate of the position.
float
getY
()
y-axis coordinate of the position.
Method Detail
getX
float getX()
x-axis coordinate of the position.
Returns:
value of x-axis.
getY
float getY()
y-axis coordinate of the position.
Returns:
value of y-axis.
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