摘要: * 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 阅读(220) 评论(0) 推荐(0)
摘要: * 此示例程序演示如何应用通用 GMM * 使用“面积”和“圆度”特征区分柑橘类水果的分类。此外,还对提取的水果的 2D 特征空间进行了可视化。 * read_image (Image, 'color/citrus_fruits_01') get_image_pointer1 (Image, Poi 阅读全文
posted @ 2024-03-07 15:09 echo-efun 阅读(132) 评论(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 阅读(400) 评论(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 阅读(113) 评论(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 阅读(122) 评论(0) 推荐(0)
摘要: obj_diff — Calculate the difference of two object tuples. 计算两个对象的差异 *region类型 获取内容差异 *image类型/XLDs类型 仅比较内存地址差异 *mixed类型(如image和xld的混合类型) * * obj_diff使 阅读全文
posted @ 2024-03-07 09:55 echo-efun 阅读(65) 评论(0) 推荐(0)
摘要: insert_obj — Insert objects into an iconic object tuple. 插入对象到图标对象数组中 *以下实例展示了,在垂直两张图像中,插入一张蓝莓图像 dev_update_off ()dev_close_window ()dev_open_window ( 阅读全文
posted @ 2024-03-07 09:32 echo-efun 阅读(64) 评论(0) 推荐(0)
摘要: * 此示例程序显示了运算符compare_obj的用法。* 特别是,它显示了 compare_obj 和 test_equal_obj 之间的区别,compare_obj 比较对象的实际内容,而 test_equal_obj 比较图像和 XLD 在内存中的位置。* compare_obj——比较实际 阅读全文
posted @ 2024-03-07 09:15 echo-efun 阅读(167) 评论(0) 推荐(0)