- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can OpenCV library be introduced and used in DevCloud?Can a friend who knows these things give a way?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thanks for reaching out to us.
You can install opencv by the following methods:
pip install opencv-python
Also you could install opencv in a conda environment and execute your workload. Please follow the below steps:
Step 1 : Create conda environment
conda create -n <env_name> python=<version>
Step 2 : Activate conda environment
conda activate <env_name>
Step3 : Install opencv
conda install -c conda-forge opencv
If you have any further issue, please let us know.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The OPENCV installation was successful, but there was an error when it was introduced, using # include & < opencv2/dnn. hpp>; and then error:'opencv2/dnn.hpp' file not found with <angled> include; use "quotes" instead
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Could you please share the reproducer code and the complete steps you used?
Did you try as mentioned in the error, use "quotes" instead of <angled> include.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Could you please give us an update? Is your issue resolved?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
We assume that your issue is resolved. If you need any additional information, please submit a new question as this thread will no longer be monitored.
Regards,
Janani Chandran

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page