Java API: KeyPoint::toString() is added
This commit is contained in:
parent
d2233f9de2
commit
ec1023813f
@ -58,4 +58,12 @@ public class KeyPoint {
|
|||||||
{
|
{
|
||||||
this(x, y, _size, -1, 0, 0, -1);
|
this(x, y, _size, -1, 0, 0, -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return "KeyPoint [pt=" + pt + ", size=" + size + ", angle=" + angle
|
||||||
|
+ ", response=" + response + ", octave=" + octave
|
||||||
|
+ ", class_id=" + class_id + "]";
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user