MaliusArth

Results 10 comments of MaliusArth

I also have custom built opencv 4.0.1

fixed it by replacing said lines with this: ``` cv::putText(*Out, fps_message.str().c_str(), cv::Point(30,30), cv::FONT_HERSHEY_COMPLEX_SMALL, 0.8, cv::Scalar(200,200,250), 1, cv::LineTypes::LINE_AA); ``` but now I get the following errors: ``` [1/2] Building CXX object...

added .txt file endings because githubs upload filter [camfilter-f88ddd.cpp.txt](https://github.com/jmmartinez/easy-just-in-time/files/2975149/camfilter-f88ddd.cpp.txt) [camfilter-f88ddd.sh.txt](https://github.com/jmmartinez/easy-just-in-time/files/2975150/camfilter-f88ddd.sh.txt)

looks like I forgot to set the LLVM_EXPORT_SYMBOLS_FOR_PLUGINS cmake variable when building llvm/clang... might be related to that. I'll get back on that once building has finished.

now I get: ``` [0/1] Re-running CMake... -- Found LLVM 6.0.1 -- Using LLVMConfig.cmake in /usr/local/lib/cmake/llvm -- LLVM Root: /usr/local/bin -- LLVM Include dirs: /usr/local/include -- Linker detection: GNU ld...

Good to know, but i prefer the c++ headers. Still, there is the problem with the undefined symbol `_ZTVN4llvm2cl6parserINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE'`

I could resolve the symbol by adding `llvm_config(EasyJitPass support)` to pass/CMakeLists.txt. Now I get this: ``` [0/1] Re-running CMake... -- Found LLVM 6.0.1 -- Using LLVMConfig.cmake in /usr/local/lib/cmake/llvm -- LLVM...

![firefox_2021-02-15_21-18-33-2](https://user-images.githubusercontent.com/1645005/107991468-f2ac6180-6fd6-11eb-80fc-932c3a05e7d3.jpg) ![firefox_2021-02-15_21-18-47](https://user-images.githubusercontent.com/1645005/107991475-f63fe880-6fd6-11eb-8962-cddceee3096e.jpg)

* `std::uniform_real_distribution` returns a value on the interval [a, b) --> b is excluded in our case 1 is being excluded which messes with the uniformity of the distribution and...

> When $lensq Yes, the problem arises when all three components have values less than $2^{−537}$ (about $10^{−162}$), as squaring such a number yields a value less than $2^{−1074}$ (about...