摘要: #include<iostream> using namespace std; void printhaha(){ static char haha[] = "haha"; cout<<"hello "<<haha<<endl; haha[0] = haha[0]+1; } void printhe 阅读全文
posted @ 2018-08-14 15:05 zengzhaocheng 阅读(2677) 评论(0) 推荐(0) 编辑
摘要: int main(){ char []a = "haha";//error return 0; } error: decomposition declaration cannot be declared with type 'char' error: empty decomposition decl 阅读全文
posted @ 2018-08-14 14:56 zengzhaocheng 阅读(857) 评论(0) 推荐(0) 编辑
摘要: 基本上1D Measure都是建立一个ROI(region of interest,感兴趣区域),然后在感兴趣区域提取出边界的测量。常见的ROI有矩形ROI和圆环ROI。 下图为一个矩形ROI,中间的Profile Line为横截线,Center是行和列的坐标,Phi指定了它的倾斜角度,Length 阅读全文
posted @ 2018-08-14 14:46 zengzhaocheng 阅读(3048) 评论(0) 推荐(0) 编辑