KeyPoint.java 文件源码

java
阅读 137 收藏 0 点赞 0 评论 0

项目:mao-android 作者:
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;
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号