书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 219 个相关结果.
  • Shi-Tomasi角落探测器&跟踪的好功能

    Shi-Tomasi 角点检测和追踪的良好特征 目标 理论 代码 其他资源 练习 Shi-Tomasi 角点检测和追踪的良好特征 目标 在这一章当中, 我们将了解另一个角落探测器:Shi-Tomasi 角落探测器 我们将看到函数: cv.goodFeaturesToTrack() 理论 在上一章中,我们看到了 Harris...
  • MTCNN优化和另类用法

    MTCNN优化和另类用法 MTCNN的优化 基本原理 MTCNN的结构 Depthwise卷积 shuffle-channel 在Pnet检测前使用中值滤波 框架的加速 MTCNN的并行 # MTCNN优化和另类用法 MTCNN是目前应用十分广泛的基于级联的特定目标检测器,也是少数能在传统硬件上落地的检测器,当然其优势不光光仅仅用于...
  • Abbreviation Guide

    fastai Abbreviation Guide fastai Abbreviation Guide As mentioned in the fastai style , we name symbols following the Huffman Coding principle, which basically means Commonly ...
  • Convert Image Files to OFRecord Datasets

    Convert Image Files to OFRecord Datasets Make OFRecord Datasets Based on Image Files Code Explanation How OFRecord Reader is Encoded Training on OFRecord Dataset Convert Ima...
  • Abbreviations

    fastai Abbreviation Guide fastai Abbreviation Guide As mentioned in the fastai style , we name symbols following the Huffman Coding principle, which basically means Commonly ...
  • PaddleLite使用MTK APU预测部署

    PaddleLite使用MTK APU预测部署 支持现状 已支持的芯片 已支持的设备 已支持的Paddle模型 已支持(或部分支持)的Paddle算子 参考示例演示 测试设备(MT8168-P2V1 Tablet) 准备设备环境 准备交叉编译环境 运行图像分类示例程序 更新模型 更新支持MTK APU的Paddle Lite库 其它说...
  • 背景减法

    背景减法 目标 基础 BackgroundSubtractorMOG BackgroundSubtractorMOG2 BackgroundSubtractorGMG 结果 其他资源 练习 背景减法 目标 在本章中, 我们将熟悉在 OpenCV 里几种可行的背景减除方法 基础 背景减法是许多基于计算机视觉应用的主要预处理...
  • Convert Image Files to OFRecord Datasets

    Convert Image Files to OFRecord Datasets Make OFRecord Datasets Based on Image Files Code Explanation How OFRecord Reader is Encoded Training on OFRecord Dataset Convert Ima...
  • 基于分水岭算法的图像分割

    基于分水岭算法的图像分割 目标 理论 代码 其他资源 演习 基于分水岭算法的图像分割 目标 在这一章当中, 我们将学习使用分水岭算法使用基于标记的图像分割 我们将看到:cv.watershed() 理论 任何灰度图像都可以看作是地形表面,其中高强度表示峰和丘陵,而低强度表示山谷。您开始用不同颜色的水(标签)填充每个孤立的山...