c-plus-plus
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 12,002 public repositories matching this topic...
System information (version)
- OpenCV => 4.4.0-dev, 3.4.11-dev
Detailed description
In the explanation of parameters for cv.grabCut, we can see this following sentence.
Its elements may have one of the cv.rabCutClasses. <- ★ typo !
I think that cv.rabCutClasses is wrong, cv.grabCutClasses is correct.
Steps to reproduce
There is no step to reproduce.
connect_nodes(self.nodes[a], b) is confusing because
- the types of the arguments differ
- the test framework is aware of all nodes, so solving
atoself.nodes[a]can be done hidden from the caller
This should be fixed by replacing connect_nodes(self.nodes[a], b) with self.connect_nodes(a, b) and removing the global connect_nodes.
-
Updated
Aug 25, 2020
We have currently simple GitHub page, but we need to think about it's update with some better design.
You could argue this is a feature request I suppose but here it is
Platform
Operating system and version: Windows
OBS Studio version: 25.0.8
Expected Behavior
If you switch to a profile that changes settings requiring OBS to be restarted, the user should be prompted to restart OBS.
Current Behavior
Nothing happens so the user doesn't know they need to restart
Steps to R
-
Updated
Aug 31, 2020 - C++
-
Updated
Sep 8, 2020 - C++
-
Updated
Sep 12, 2020 - C++
-
Updated
Sep 10, 2020 - C++
-
Updated
Sep 11, 2020 - C++
-
Updated
Jul 29, 2020 - Objective-C++
https://github.com/simd-everywhere/simde has done their first release ( https://simd-everywhere.github.io/blog/announcements/release/2020/06/21/0.5.0-release.html ) and it seems like something potentially useful for merging code paths. The most likely candidate I imagine is using SIMD code to replace the non-SIMD fallback path, but maybe it'd be worth checking if it can be used to merge ARM and x8
Describe the bug
When TEMPLATE_LIST_TEST_CASE and TEMPLATE_LIST_TEST_CASE_METHOD were added, the corresponding versions with the CATCH_ prefix were missed.
Expected behavior
CATCH_TEMPLATE_LIST_TEST_CASE and CATCH_TEMPLATE_LIST_TEST_CASE_METHOD should be available.
Additional context
The commit that added TEMPLATE_LIST_TEST_CASE and `TEMPLATE_LIST_TEST_CASE_MET
Bug report
Describe the bug
Here is a clear and concise description of what the problem is:
Hello, There is a bug on Kodi (tested on Windows Store version)
Using Alt+Space I can move Kodi on full-screen mode
Expected Behavior
Here is a clear and concise description of what was expected to happen:
Actual Behavior
Possible Fix
To Reproduce
Steps to reproduce t
-
Updated
Sep 3, 2020 - C++
When adjusting alpha on a pixel from the color picker it's quite easy to "whiff" the alpha bar and replace your current color with black because the SV box's area for some reason extends several pixels below the alpha bar's. Demonstration in the below image:
I'd recommend the alpha
-
Updated
Sep 12, 2020 - C++
Required skills: Python
Difficulty: Easy
openage currently stores information about a game edition or expansion inside an Enum, e.g. media paths, support status, etc. We should store this information in an auxiliary file instead, similar to #1312. That would make updating and correcting game information easier as we no longer have to replace chunks of code.
The recommended appro
-
Updated
Sep 11, 2020 - Shell
-
Updated
Sep 11, 2020 - C++
-
Updated
Sep 11, 2020 - C++
-
Updated
Aug 25, 2020 - C++
Hello, dear Mediapipe guys.
I want to inference the hand pose with Mediapipe model and my own model.
I have my own tf-lite models, it can work on the RGB bitmap.
I try to query the RGB bitmap from input frame with data packet.
My code is
private static final String INPUT_VIDEO_STREAM_NAME = "input_video";
processor.addPacketCallback(INPUT_VIDEO_STREAM_NAME, (packet)->{
It would be really nice when using the Rides view that you could select Excitement, Intensity, or Nausea ratings as the view, with sorting for them.
Add a field on the breakpoint that shows the number of times a breakpoint was hit. See The -break-list Command.
-
Updated
Aug 10, 2020 - C++
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
I'd like the source code to be automatically clang-formatted according to my settings anytime the code is compiled. That is, don't require me to use the contextual menu or keyboard shortcut to format the code. Just auto-format it; just like the code is auto-compiled too.
Well, ther


Preflight Checklist