FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
RecursiveSubdivision-basedSampling/Qt_GUI/main.cpp at github · venus-interface/RecursiveSubdivision-basedSampling · GitHub
venus-interface
/
RecursiveSubdivision-basedSampling
Public
forked from
Ideas-Laboratory/RecursiveSubdivision-basedSampling
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
RecursiveSubdivision-basedSampling
/
Qt_GUI
/
main.cpp
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (13 loc) · 346 Bytes
Breadcrumbs
RecursiveSubdivision-basedSampling
/
Qt_GUI
/
main.cpp
Copy path
File metadata and controls
16 lines (13 loc) · 346 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
include
"
qt_gui.h
"
#
include
<
QtWidgets/QApplication
>
Param params = {
6
,
6
,
4
,
0.02
,
0.02
,
false
,
false
};
//
std::vector<int> selected_class_order{ 0,1,2,3,4,5,6,7,8,9 };
std::vector<
int
> selected_class_order{
0
,
6
,
7
,
10
};
int
main
(
int
argc,
char
*argv[])
{
srand
(
time
(
NULL
));
QApplication
a
(argc, argv);
Qt_GUI w;
w.
show
();
return
a.
exec
();
}
Back
|
FazBrowse Home
|
New Git URL