上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 20 下一页
摘要: The operator create_shape_model prepares a template, which is passed in the image Template, as a shape model used for matching. The ROI of the model i 阅读全文
posted @ 2024-03-14 15:14 echo-efun 阅读(682) 评论(0) 推荐(0)
摘要: ** 计算高斯金字塔图像 * dev_open_window(0, 0, 800, 600, 'black', WindowHandle) read_image (Image, 'fix.png') * * 初始化显示 dev_close_window () get_image_size (Imag 阅读全文
posted @ 2024-03-13 18:21 echo-efun 阅读(298) 评论(0) 推荐(0)
摘要: 通过设置杂波,来准确定位要检测对象; 如下图中未设置杂波情况下,匹配结果如(3);如图(4)设置杂波后,匹配结果如图(5) * * Create a shape model. *创建一个模型 read_image (ImageModel, '/bga_gap/bga_gap_01.png') gen 阅读全文
posted @ 2024-03-13 17:27 echo-efun 阅读(340) 评论(0) 推荐(0)
摘要: 1.'min_contrast' 最小对比度 Sets the minimum contrast of the object in the search images for the shape model ModelID. Thereby, the value of 'min_contrast' 阅读全文
posted @ 2024-03-13 17:01 echo-efun 阅读(869) 评论(0) 推荐(0)
摘要: * In this example five different color fuses are segmented with * a look-up table classifier (LUT) based on a Gaussian Mixture * Model (GMM). *基于高斯混合模 阅读全文
posted @ 2024-03-08 09:18 echo-efun 阅读(183) 评论(0) 推荐(0)
摘要: * This example program shows you how to use the GMM classifier for novelty * detection to perform a web inspection task. To perform the novelty detect 阅读全文
posted @ 2024-03-07 15:38 echo-efun 阅读(270) 评论(0) 推荐(0)
摘要: * 此示例程序演示如何应用通用 GMM * 使用“面积”和“圆度”特征区分柑橘类水果的分类。此外,还对提取的水果的 2D 特征空间进行了可视化。 * read_image (Image, 'color/citrus_fruits_01') get_image_pointer1 (Image, Poi 阅读全文
posted @ 2024-03-07 15:09 echo-efun 阅读(164) 评论(0) 推荐(0)
摘要: 图像分割之高斯混合模型 使用GMM的步骤如下: 首先,GMM由create_class_gmm创建。 然后,通过add_sample_class_gmm添加训练向量,然后可以使用write_samples_class_gmm将它们写入磁盘。 通过train_class_gmm确定分类器中心参数(如上 阅读全文
posted @ 2024-03-07 14:37 echo-efun 阅读(466) 评论(0) 推荐(0)
摘要: replace_obj — Replaces one or more elements of an iconic object tuple. 替换图形数组中一个或多个对象 * replace_obj算子使用* dev_update_off ()dev_close_window ()dev_open_ 阅读全文
posted @ 2024-03-07 10:12 echo-efun 阅读(151) 评论(0) 推荐(0)
摘要: remove_obj — Remove objects from an iconic object tuple. 从图形数组中移除对象 * * This example demonstrates various use cases for the remove_obj operator.*此示例演示 阅读全文
posted @ 2024-03-07 10:05 echo-efun 阅读(151) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 20 下一页