Skip to content
#

OpenCV

opencv logo

OpenCV (Open Source Computer Vision Library) is written in C/C++, for real time computer vision. It takes advantage of multi-core processing and hardware acceleration. Applications of OpenCV includes egomotion estimation, gesture recognition, facial recognition system, and artificial neural networks.

Here are 8,034 public repositories matching this topic...

openpose
arduinepo
arduinepo commented Apr 10, 2020

Hi,
I thank you very much for your excellent work. However, I endure difficulties understanding your code ; my Java and Python training explain it a bit, but I think it would be great for everyone if it was documented. I mean a short explanation of each - complex - function, its role and its algorithm. I would be especially interested in a documentation of the tracker.
I thank you very much in a

hyousef-rusty
hyousef-rusty commented Mar 6, 2020

In the installation instructions for Windows at [GoCV][1] we've the below line:

Download and run the MinGW-W64 compiler installer from https://sourceforge.net/projects/mingw-w64/?source=typ_redirect.

I downloaded the mentioned file, but could not find executor file, and could not find anything like x86_64-7.3.0-posix-seh-rt_v5-rev2 as mentioned in the instuctions, any help?

ebonat
ebonat commented Feb 8, 2019

The MatchTemplate() function results is given different max matching score in Windows 10.

OpenCV => 3.4.1
Operating System / Platform => Windows 10 (64 Bit)
Compiler => Visual Studio 2017

Using the same original and template images in Windows 10 the max matching score is different from Windows 7. Is there library that needs to be updated in Windows 10?

Thank you for your help,

-Ernes

kaisark
kaisark commented Apr 29, 2018

I built the library with Python3 and everything seems to be working, but I noticed that "bgs = libbgs.KNN()" (if opencv 3.x) is not working. The output of KNN is a plain white screen window. Any ideas?

(testpy3) nvidia@tegra-ubuntu:~/cviz/bgslibrary$ python Demo.py
PYTHON TYPE CONVERTERS exported
KNN()
~KNN()

System:
ubuntu 16
opencv 3.3
python3


Created by Intel Corporation, Willow Garage, Itseez

Released December 23, 2017

Organization
opencv
Website
opencv.org
Wikipedia
Wikipedia

Related Topics

c cpp java python
You can’t perform that action at this time.