Uses of Class
org.robovm.apple.vision.VNContour
| Package | Description |
|---|---|
| org.robovm.apple.vision |
-
Uses of VNContour in org.robovm.apple.vision
Methods in org.robovm.apple.vision that return VNContour Modifier and Type Method Description VNContourVNContour. getChildContour(long childContourIndex)VNContourVNContoursObservation. getContour(long contourIndex)VNContourVNContoursObservation. getContour(NSIndexPath indexPath)VNContourVNContour. polygonApproximation(float epsilon)Methods in org.robovm.apple.vision that return types with arguments of type VNContour Modifier and Type Method Description NSArray<VNContour>VNContour. getChildContours()NSArray<VNContour>VNContoursObservation. getTopLevelContours()Methods in org.robovm.apple.vision with parameters of type VNContour Modifier and Type Method Description static booleanVNGeometryUtils. calculateArea(DoublePtr area, VNContour contour, boolean orientedArea)static booleanVNGeometryUtils. calculatePerimeter(DoublePtr perimeter, VNContour contour)static VNCircleVNGeometryUtils. getBoundingCircle(VNContour contour)