初步成形,还有GTK_demo以及QT_demo未完成

This commit is contained in:
2026-06-26 16:03:24 +08:00
commit 1dfdeb3ce8
15 changed files with 370 additions and 0 deletions

18
.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,18 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/usr/include/opencv4"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++11",
"intelliSenseMode": "linux-gcc-x64",
"browse": {}
}
],
"version": 4
}