Package org.robovm.apple.metalps
Class MPSImageKeypointData
- All Implemented Interfaces:
Iterable<MPSImageKeypointData>
public class MPSImageKeypointData extends Struct<MPSImageKeypointData>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMPSImageKeypointData.MPSImageKeypointDataPtr -
Constructor Summary
Constructors Constructor Description MPSImageKeypointData()MPSImageKeypointData(VectorShort2 keypointCoordinate, float keypointColorValue) -
Method Summary
Modifier and Type Method Description floatgetKeypointColorValue()VectorShort2getKeypointCoordinate()MPSImageKeypointDatasetKeypointColorValue(float keypointColorValue)MPSImageKeypointDatasetKeypointCoordinate(VectorShort2 keypointCoordinate)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrap
-
Constructor Details
-
MPSImageKeypointData
public MPSImageKeypointData() -
MPSImageKeypointData
-
-
Method Details
-
getKeypointCoordinate
-
setKeypointCoordinate
-
getKeypointColorValue
public float getKeypointColorValue() -
setKeypointColorValue
-