public KeyPoint(float x, float y, float _size, float _angle, float _response, int _octave, int _class_id)
{
pt = new Point(x, y);
size = _size;
angle = _angle;
response = _response;
octave = _octave;
class_id = _class_id;
}
KeyPoint.java 文件源码
java
阅读 137
收藏 0
点赞 0
评论 0
项目:mao-android
作者:
评论列表
文章目录