摘要: At the beginning of 'Walden,' Henry David Thoreau makes a concise case against the complexity of modern life. 'Our life is frittered away by detail. An honest man has hardly need to count more than his ten fingers, or in extreme cases he may add his ten toes, and lump the rest. Simplicit 阅读全文
posted @ 2013-04-14 21:30 微雪 阅读(684) 评论(0) 推荐(0)
摘要: Matlab图像处理函数:regionprops这里给出在Matlab图像处理工具箱中非常重要的一个图像分析函数:regionprops。顾名思义:它的用途是get the properties of region,即用来度量图像区域属性的函数。语法STATS = regionprops(L,properties)描述测量标注矩阵L中每一个标注区域的一系列属性。L中不同的正整数元素对应不同的区域,例如:L中等于整数1的元素对应区域1;L中等于整数2的元素对应区域2;以此类推。返回值STATS是一个长度为max(L(:))的结构数组,结构数组的相应域定义了每一个区域相应属性下的度量。proper 阅读全文
posted @ 2013-04-14 10:02 微雪 阅读(1207) 评论(0) 推荐(0)