opencv-library
Here are 77 public repositories matching this topic...
-
Updated
Aug 26, 2018 - Objective-C
-
Updated
Dec 26, 2019
-
Updated
Dec 13, 2019 - Jupyter Notebook
I'm creating a solution (visual studio 2017) to perform Feature Matching. I use Xamarin.forms and then I use the dependent service under android to use the OpenCV Binding.
I do not know how to write the 'OpenCVLoader.InitAsync' tool.
The code seems to work well even without it ...
The code is:
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using
-
Updated
Dec 21, 2018 - Python
-
Updated
Dec 9, 2019 - Swift
-
Updated
Jun 28, 2020 - Python
-
Updated
Oct 5, 2019 - Python
-
Updated
Mar 27, 2017 - Python
rainer85ah / CV
-
Updated
Mar 20, 2018 - Python
-
Updated
Mar 9, 2018 - Shell
-
Updated
Dec 23, 2017 - Java
-
Updated
Apr 6, 2018 - Java
-
Updated
Feb 25, 2016 - C++
-
Updated
Mar 24, 2018 - C++
python doc
generation de la doc python pour opencv :
installer beautifulsoup
if(NOT DEFINED HAVE_PYTHON_BS4 AND PYTHON_DEFAULT_EXECUTABLE)
# Documentation post-processing tool requires BuautifulSoup Python package
execute_process(COMMAND "${PYTHON_DEFAULT_EXECUTABLE}" -c "import bs4; from bs4 import BeautifulSoup; print(bs4.version)"
RESULT_VARIABLE _result
-
Updated
Jun 4, 2020 - Go
-
Updated
Jul 23, 2019 - C++
-
Updated
May 26, 2020 - JavaScript
-
Updated
Jan 6, 2017 - Python
-
Updated
Feb 3, 2020 - Python
-
Updated
Jan 22, 2017 - C++
-
Updated
Nov 18, 2015 - C++
-
Updated
Jun 24, 2020 - Java
-
Updated
Jun 22, 2020 - Python
-
Updated
Jun 7, 2019 - Python
Improve this page
Add a description, image, and links to the opencv-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the opencv-library topic, visit your repo's landing page and select "manage topics."
File "E:\New folder\multi-person-openpose.py", line 166, in
net = cv2.dnn.readNetFromCaffe(protoFile, weightsFile)
cv2.error: OpenCV(4.2.0) C:\projects\opencv-python\opencv\modules\dnn\src\caffe\caffe_io.cpp:1132: error: (-2:Unspecified error) FAILED: fs.is_open(). Can't open "pose/coco/pose_iter_440000.caffemodel" in function 'cv::dnn::ReadProtoFromBinaryFile'