Azure-Samples / Azure-Samples/cognitive-services-quickstart-code

Using face API with an already opened cv2 image

未关闭
#285 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Jupyter Notebook
星标
389
派生
556
平均合并
3 天 12 小时
30 天内合并 PR
1

描述

> Please provide us with the following information:
> ---------------------------------------------------------------
How do I use azure face API with an already opened cv2 image without saving it again locally or on the web?
I tried looking for it in the documentations, but couldn't find a solution.
As far as I know and could find, there are only two ways of reading an image:
1. detect_with_url : Needs an URL to read the image.
2. detect_with_stream: Needs an image path to read the image.
### This issue is for a: (mark with an `x`)
```
- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [x] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
```
### Expected/desired behavior
>

The face API should have a function or work-around to use an already opened image without having to save it.
### OS and Version?

Windows 10 and Raspberry Pi
> ---------------------------------------------------------------
> Thanks! We'll be in touch soon.

贡献指南

打开贡献指南

调研方向

首先检查 Face API 文档以及 detect_with_url 和 detect_with_stream 的快速入门示例,然后确定如何在不保存图像的情况下传入已经打开的 cv2 图像。当相关文档说明支持的输入,并在无法直接使用时提供明确的替代方案时,即可视为完成。

由索引模型根据 Issue 内容生成。

评估

技术栈
azure, opencv, python
领域
api, computer-vision, documentation
Issue 类型
文档
难度
2/5
预计耗时
1-3 小时
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。