摘要: C++ // Sort by decreasing area Blobs.SortObjectsUsingFeature(OBJ_AREA, OBJ_SORT_DESCENDING); // Enumerate objects, using a list pointer EListItem* pObject; // Start at the beginning of the list pO... 阅读全文
posted @ 2017-01-11 15:50 冂冋冏囧 阅读(293) 评论(0) 推荐(0) 编辑
摘要: Convolution //采用线性过滤Linear combination of neighboring pixels using a convolution kernel−Pre-defined filters forEdge detection //功能Laplacian, Gradient 阅读全文
posted @ 2017-01-11 11:46 冂冋冏囧 阅读(261) 评论(0) 推荐(0) 编辑