Otary — 图像与几何 Python 库现在已有教程

Hacker News Top 工具

摘要

Otary 是一个用于图像和几何处理的 Python 库,现在提供了教程,帮助用户理解其功能。

暂无内容
查看原文
查看缓存全文

缓存时间: 2026/07/11 10:22

# 教程 - Otary 来源:https://alexandrepoupeau.com/otary/learn/ 本部分文档包含使用 Otary 的示例代码。这些示例仅用于帮助您理解如何使用 Otary,并非完整参考手册。请尽情探索并享受 Otary 提供的所有功能。 目录: - 常规示例 - 图像与几何同时处理(https://alexandrepoupeau.com/otary/learn/introduction/#image-and-geometry-at-once) - 高级图像处理(https://alexandrepoupeau.com/otary/learn/introduction/#advanced-image-manipulation) - 高效裁剪图像(https://alexandrepoupeau.com/otary/learn/introduction/#crop-image-efficiently) - 加载前裁剪图像 - 加载前裁剪图像(https://alexandrepoupeau.com/otary/learn/crop-before-load-img/) - 线性实体处理 - 基础示例(https://alexandrepoupeau.com/otary/learn/linear-entities/#basic-example) - 相对定位(https://alexandrepoupeau.com/otary/learn/linear-entities/#relative-positioning) - 方向定位(https://alexandrepoupeau.com/otary/learn/linear-entities/#cardinal-direction) - 评分 - 几何实体评分(https://alexandrepoupeau.com/otary/learn/scoring/) - 面积计算 - 面积计算(https://alexandrepoupeau.com/otary/learn/area-computation/) - 几何对象相交 - 相交计算(https://alexandrepoupeau.com/otary/learn/intersection/) - OCR - 实例化 OcrMultiOutput(https://alexandrepoupeau.com/otary/learn/ocr/#instantiation) - 显示(https://alexandrepoupeau.com/otary/learn/ocr/#displaying) - 分析(https://alexandrepoupeau.com/otary/learn/ocr/#analysis)

相似文章

marceloprates/prettymaps

GitHub Trending (daily)

一个轻量级的Python库,用于从OpenStreetMap绘制自定义地图,利用osmnx、matplotlib、shapely和vsketch进行地理可视化。