features2d

KeyPoint

fields

KeyPoint = {
point : Point2 ,
size : number ,
angle : number ,
response : number ,
octave : int ,
classId : int ,
localId : int
}

constructors

constructor ( point : Point2 , size : number , angle : number , response : number , octave : int , classId : int )