请教这句代码是什么意思?

银点 2013-09-02 02:23:57
红色的这句:
struct feature
{
double x; /**< x coord */
double y; /**< y coord */
double a; /**< Oxford-type affine region parameter */
double b; /**< Oxford-type affine region parameter */
double c; /**< Oxford-type affine region parameter */
double scl; /**< scale of a Lowe-style feature */
double ori; /**< orientation of a Lowe-style feature */
int d; /**< descriptor length */
double descr[FEATURE_MAX_D]; /**< descriptor */
int type; /**< feature type, OXFD or LOWE */
int class; /**< all-purpose feature class */
struct feature* fwd_match; /**< matching feature from forward image */
struct feature* bck_match; /**< matching feature from backmward image */
struct feature* mdl_match; /**< matching feature from model */
CvPoint2D64f img_pt; /**< location in image */
CvPoint2D64f mdl_pt; /**< location in model */
void* feature_data; /**< user-definable data */
};
...全文
87 7 打赏 收藏 转发到动态 举报
写回复
用AI写文章
7 条回复
切换为时间正序
请发表友善的回复…
发表回复
缘中人 2013-09-02
  • 打赏
  • 举报
回复
一个成员变量而已
银点 2013-09-02
  • 打赏
  • 举报
回复
引用 4 楼 1cctv 的回复:
想多了哈.
就是!想这语法没见过么!
cankoo 2013-09-02
  • 打赏
  • 举报
回复
1cctv 2013-09-02
  • 打赏
  • 举报
回复
想多了哈.
银点 2013-09-02
  • 打赏
  • 举报
回复
确实是!妈的
1cctv 2013-09-02
  • 打赏
  • 举报
回复
定义了一个整型变量class,其注释是all-purpose feature class
银点 2013-09-02
  • 打赏
  • 举报
回复
难道这妖怪用关键字声明了一个成员变量? 不会吧!!!!

13,825

社区成员

发帖
与我相关
我的任务
社区描述
C++ Builder相关内容讨论区
社区管理员
  • 基础类社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧