thewoz
thewoz
Hi, a found a difference in the order of corner retrieval between findChessboardCorners() and findChessboardCornersSB(). This issue is present in both MacOs and Ubuntu. These are two different frames of...
I make some upgrade 1) fix fix the issue https://github.com/olmallet81/GALGO-2.0/issues/10 2) add an gitignore file 3) add a makefile to install the library 4) add as a condition to stop...
Hi, I compiled the code with: g++ -std=c++11 -O3 -Wall example.cpp -o run the compiler give me back the following message: In file included from example.cpp:5: In file included from...
add imread
### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [X] I agree to contribute to the project under Apache 2 License. - [X] To the best of my knowledge,...
Hi, I try to compile the example via Xcode and I get this: What I can do? MacOS Ventura 13.1 ``` ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to compile fragment shader! ERROR: 0:8:...
### Version/Branch of Dear ImGui: Version 1.90.5, Branch: docking ### Back-ends: ImGui_ImplGlfw ImGui_ImplOpenGL3 ### Compiler, OS: macOS ### Full config/build information: _No response_ ### Details: **My Issue/Question:** Hi all, I...
In testing to solve problem #23558 I noticed that on certain images CALIB_CB_FAST_CHECK fails. The problem arises in the binarization of the pictures which is done by a "classic" method....
### Version/Branch of Dear ImGui: Version 1.90.5, Branch: docking ### Back-ends: ImGui_ImplGlfw ImGui_ImplOpenGL3 ### Compiler, OS: macOS ### Full config/build information: _No response_ ### Details: **My Issue/Question:** Most likely I...
### Version/Branch of Dear ImGui: Version 1.90.5, Branch: docking ### Back-ends: ImGui_ImplGlfw ImGui_ImplOpenGL3 ### Compiler, OS: macOS ### Details: hello everyone, I am in docking branch and I am developing...