Click here to Skip to main content
15,881,812 members
Home / Discussions / Artificial Intelligence
   

Artificial Intelligence

 
QuestionBot to beat sport betting companies for 88 to 99 sure win? Pin
m2loveq123-Jan-23 3:24
m2loveq123-Jan-23 3:24 
AnswerRe: Bot to beat sport betting companies for 88 to 99 sure win? Pin
OriginalGriff23-Jan-23 3:27
mveOriginalGriff23-Jan-23 3:27 
GeneralRe: Bot to beat sport betting companies for 88 to 99 sure win? Pin
m2loveq123-Jan-23 3:47
m2loveq123-Jan-23 3:47 
GeneralRe: Bot to beat sport betting companies for 88 to 99 sure win? Pin
Richard MacCutchan23-Jan-23 4:03
mveRichard MacCutchan23-Jan-23 4:03 
GeneralRe: Bot to beat sport betting companies for 88 to 99 sure win? Pin
m2loveq123-Jan-23 5:25
m2loveq123-Jan-23 5:25 
GeneralRe: Bot to beat sport betting companies for 88 to 99 sure win? Pin
jschell27-Mar-23 6:49
jschell27-Mar-23 6:49 
AnswerRe: Bot to beat sport betting companies for 88 to 99 sure win? Pin
jschell27-Mar-23 6:57
jschell27-Mar-23 6:57 
AnswerRe: Bot to beat sport betting companies for 88 to 99 sure win? Pin
Stella20330-Apr-23 8:47
Stella20330-Apr-23 8:47 
GeneralRe: Bot to beat sport betting companies for 88 to 99 sure win? Pin
PIEBALDconsult30-Apr-23 9:06
mvePIEBALDconsult30-Apr-23 9:06 
QuestionArtificial Intelligence Pin
Rama Aljelani16-Jan-23 11:00
Rama Aljelani16-Jan-23 11:00 
AnswerRe: Artificial Intelligence Pin
Richard Andrew x6417-Jan-23 6:31
professionalRichard Andrew x6417-Jan-23 6:31 
GeneralRe: Artificial Intelligence Pin
Rama Aljelani17-Jan-23 7:37
Rama Aljelani17-Jan-23 7:37 
GeneralRe: Artificial Intelligence Pin
Richard Deeming17-Jan-23 22:16
mveRichard Deeming17-Jan-23 22:16 
GeneralRe: Artificial Intelligence Pin
Richard MacCutchan17-Jan-23 22:21
mveRichard MacCutchan17-Jan-23 22:21 
AnswerRe: Artificial Intelligence Pin
Gerry Schmitz18-Jan-23 5:03
mveGerry Schmitz18-Jan-23 5:03 
AnswerRe: Artificial Intelligence Pin
jschell22-Jan-23 8:09
jschell22-Jan-23 8:09 
QuestionAI video upscaling Pin
Nitin S19-Dec-22 6:58
professionalNitin S19-Dec-22 6:58 
AnswerRe: AI video upscaling Pin
jochance23-Dec-22 6:43
jochance23-Dec-22 6:43 
QuestionA problem with the copied code resulted in me being banned from the AppStore Pin
Daniel8908918-Nov-22 0:42
Daniel8908918-Nov-22 0:42 
AnswerRe: A problem with the copied code resulted in me being banned from the AppStore Pin
jschell20-Dec-22 13:26
jschell20-Dec-22 13:26 
Questionbot account Pin
HonestNS17-Nov-22 6:08
HonestNS17-Nov-22 6:08 
QuestionElliptic Circle Avarage Speed Pin
Alienaimatrix Null31-Oct-22 9:33
Alienaimatrix Null31-Oct-22 9:33 
QuestionBlueIris Ai Timeout Pin
Member 1580485720-Oct-22 15:48
Member 1580485720-Oct-22 15:48 
GeneralBuild OpenCV Library on Vitis HLS 2022.1 on Windows OS Pin
Nikhil B 202230-Sep-22 6:02
Nikhil B 202230-Sep-22 6:02 
Hello,

I've tried to build OpenCV libraries on Vitis HLS 2022.1 using MinGW and CMake, here are the steps I followed:

1) After installation on MinGW and added the bin path directory to the environment variables.

2) Installation of OpenCV 4.6.0

3) Installation of CMake

4) OpenCV Source Code Build using CMake, Added the Extracted OpenCV Source directory path on CMake (to Where is the source code) and the Build directory path on Cmake (under Where to build the binaries). Carried out configuration and generation.

5) Finally, Tried to build and install the OpenCV Libraries using the Command prompt with the command mingw32-make install from the Build directory path.

This resulted in the 2 errors below:

In file included from C:\Users\Nikhil\Downloads\opencv\sources\modules\core\src\precomp.hpp:53Blush | :O ,
from C:\Users\Nikhil\Downloads\opencv\sources\modules\core\src\algorithm.cpp:43:
C:/Users/Nikhil/Downloads/opencv/sources/modules/core/include/opencv2/core/utility.hpp:718:14: error: 'recursive_mutex' in namespace 'std' does not name a type
typedef std::recursive_mutex Mutex;
^~~~~~~~~~~~~~~
C:/Users/Nikhil/Downloads/opencv/sources/modules/core/include/opencv2/core/utility.hpp:719:25: error: 'Mutex' is not a member of 'cv'
typedef std::lock_guard<cv::mutex> AutoLock;
^~
C:/Users/Nikhil/Downloads/opencv/sources/modules/core/include/opencv2/core/utility.hpp:719:25: error: 'Mutex' is not a member of 'cv'
C:/Users/Nikhil/Downloads/opencv/sources/modules/core/include/opencv2/core/utility.hpp:719:34: error: template argument 1 is invalid
typedef std::lock_guard<cv::mutex> AutoLock;
^
In file included from C:\Users\Nikhil\Downloads\opencv\sources\modules\core\src\algorithm.cpp:43Blush | :O :
C:\Users\Nikhil\Downloads\opencv\sources\modules\core\src\precomp.hpp:368:5: error: 'Mutex' in namespace 'cv' does not name a type
cv::Mutex& getInitializationMutex();
^~~~~
modules\core\CMakeFiles\opencv_core.dir\build.make:102: recipe for target 'modules/core/CMakeFiles/opencv_core.dir/src/algorithm.cpp.obj' failed
mingw32-make[2]: *** [modules/core/CMakeFiles/opencv_core.dir/src/algorithm.cpp.obj] Error 1
CMakeFiles\Makefile2:1805: recipe for target 'modules/core/CMakeFiles/opencv_core.dir/all' failed
mingw32-make[1]: *** [modules/core/CMakeFiles/opencv_core.dir/all] Error 2
Makefile:164: recipe for target 'all' failed
mingw32-make: *** [all] Error 2


What am I doing wrong? What am I missing? How do I resolve the 2 errors?

Kindly pls help.
Regards.

[Moved to the AI forum]

modified 30-Sep-22 12:29pm.

GeneralRe: Build OpenCV Library on Vitis HLS 2022.1 on Windows OS Pin
Greg Utas30-Sep-22 6:08
professionalGreg Utas30-Sep-22 6:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.