Package 

Class Keypoint


  • 
    public final class Keypoint
    
                        

    Keypoint represents a point of interest inside an image. It is represented by x,y (pixel coordinates), confidence - confidence of keypoint, and name of the keypoint.

    An example would be

    Keypoint(x:40,y:110.5,confidence:0.80,name:"Nose")