Commit Graph

187 Commits

Author SHA1 Message Date
Romain Janvier b4d3fc1a07 Use overrides where needed (+encoding and header cleanup) 2025-02-12 14:53:59 +01:00
Daniel Girardeau-Montaut efab553b92 Scalar fields can now handle large values (with an internal double offset). Their names can also be longer than 255 characters. 2024-11-10 17:32:37 +01:00
Daniel Girardeau-Montaut 8a9112cfd5 Update to reflect the changes in the main application ('coordinates shift forced' option) 2024-11-09 10:18:05 +01:00
Daniel Girardeau-Montaut 78ddf39740 Merge pull request #11 from p-leroy/verticality
add the verticality feature (VERT)
2024-08-06 09:31:54 +02:00
Paul Leroy 88727279f7 add the verticality feature (VERT) 2024-08-05 12:46:09 +02:00
Daniel Girardeau-Montaut ad47aad516 Merge pull request #10 from dgirardeau/coverity_fixes
Coverity fixes
2024-07-01 14:20:54 +02:00
Daniel Girardeau-Montaut 748660d5fa Bug fix: the ANISO feature could be computed instead of the Z(Range/Min/Max) feature (if kNN > 2) 2024-06-30 23:33:44 +02:00
Daniel Girardeau-Montaut c1f1db5660 Syntax improvements 2024-06-30 23:33:38 +02:00
Daniel Girardeau-Montaut 4eec645935 Merge pull request #9 from rjanvier/cmake_3_5
cmake: update minimum version to 3.5
2024-05-07 19:09:01 +02:00
Romain Janvier 2aea572ca1 cmake: update minimum version to 3.5 2024-05-07 12:07:12 +02:00
Romain Janvier 54e21fc612 Merge pull request #8 from dgirardeau/linux_compilation
Fix Linux compilation
2024-03-13 21:30:40 +01:00
Romain Janvier 3b4a2ea528 Merge branch 'master' into linux_compilation 2024-03-11 22:31:55 +01:00
Romain Janvier a669be141f Missing namespace 2024-03-11 22:19:04 +01:00
Romain Janvier 9a253ce979 Missing header on Linux 2024-03-11 22:14:10 +01:00
Romain Janvier 0ad4044bbf Typo (case) in header name 2024-03-11 22:13:51 +01:00
Romain Janvier 8aa8f054d4 Remove remaining early breaks in OMP loops (see #5) 2024-03-11 22:12:54 +01:00
Daniel Girardeau-Montaut 0ad0dafb77 Merge pull request #7 from prascle/macOSport
building plugin 3DMASC on macOS, without OpenMP
2024-03-04 22:29:14 +01:00
Paul RASCLE 1e782f04b7 building plugin 3DMASC on macOS, without OpenMP 2024-03-04 21:25:33 +01:00
Paul Leroy 67f229c009 Merge pull request #6 from p-leroy/dev
Try to fill in the qClassify3DMASCDialog if names are available in the parameter file and clouds exist in the database tree with the same name (case insensitive)
2024-02-21 09:33:15 +01:00
Paul Leroy f302e54955 changes following PR#6 2024-02-20 08:59:36 +01:00
Paul Leroy 5b37d4f1c0 Update q3DMASC.cpp 2024-02-19 11:10:04 +01:00
Paul Leroy 2800f7a6d1 Merge branch 'master' into dev 2024-02-19 10:53:18 +01:00
Paul Leroy 7087b899f4 Try to fill in the qClassify3DMASCDialog if names are available in the parameter file and clouds exist in the database tree with the same name (case insensitive)
Code cleaning
2024-02-19 10:49:36 +01:00
Paul Leroy 3a44285f24 Merge pull request #5 from p-leroy/dev
Release 1.0
2024-02-16 12:27:09 +01:00
Paul Leroy 992f5d4c8c changes following PR #5 2024-02-16 11:34:52 +01:00
Paul Leroy 4b4227bf6a version 1.0 2024-02-16 10:28:21 +01:00
Paul Leroy b542d0e1ff the use of progressDlg.close instead of progressDlg.hide led to an instability
code cleaning
2024-02-16 08:56:15 +01:00
Paul Leroy 677e63d753 warning messages modified 2024-02-15 07:28:28 +01:00
Paul Leroy c3e1baf6fc instability debuggin in progress 2024-02-13 16:44:10 +01:00
Paul Leroy a01d4a81fd remove breaks from omp parallel loops 2024-02-13 14:35:17 +01:00
Paul Leroy 11ed7bd843 use ccQtHelpers::GetMaxThreadCount 2024-02-13 09:22:50 +01:00
Paul Leroy 858c04522a Merge branch 'dev' of https://github.com/dgirardeau/q3DMASC.git into dev 2024-02-13 08:37:15 +01:00
Paul Leroy be68cde7e3 use num_threads instead of omp_set_num_threads 2024-02-12 22:37:48 +01:00
Paul Leroy 925f33abe8 Merge pull request #4 from p-leroy/master
do not show confusion matrix when in command line mode
2024-02-09 14:41:27 +01:00
Paul Leroy a65cb83279 prevent confusion matrix to pop up when in command line mode 2024-02-09 14:38:54 +01:00
Paul Leroy 2fcee9db76 Do not show confusion matrix when in command line mode 2024-02-08 17:11:38 +01:00
Daniel Girardeau-Montaut ea3f3f1a0f Merge pull request #3 from prascle/macOS
building plugin 3DMASC on macOS
2024-01-31 20:56:23 +01:00
Paul RASCLE 67a29e2d4e building plugin 3DMASC on macOS 2024-01-31 14:26:48 +01:00
Paul Leroy 4fde7ecba9 Merge pull request #2 from p-leroy/dev
disclaimer and icons updates
2023-12-22 16:41:19 +01:00
Paul Leroy 0faa15de89 disclaimer and icons update 2023-12-22 16:35:41 +01:00
Paul Leroy d0d39a3c5e disclaimer update 2023-12-22 08:02:00 +01:00
Paul Leroy 3e83c57b2c save feature importance
save feature importance with traces
2023-12-14 09:30:00 +01:00
Daniel Girardeau-Montaut 90fece5e61 CMake: change the CMake install option to a more standard form (INSTALL_Q3DMASC_PLUGIN -> PLUGIN_STANDARD_3DMASC) 2023-12-09 09:27:56 +01:00
Daniel Girardeau-Montaut 00045e8c6e Various updates (remove warnings, improve responsiveness of the UI by lowering the number of threads, et.) 2023-06-07 00:04:44 +02:00
Paul Leroy d35104d5be Modify paths to make the compilation successful. 2023-06-05 17:07:53 +02:00
Daniel Girardeau-Montaut d9d6789c38 Merge pull request #1 from p-leroy/dev
q3DMASC Release attempt
2023-06-05 13:36:12 +02:00
Paul Leroy 013b37ba39 Update trainDisclaimerDlg.ui 2023-06-05 10:21:23 +02:00
Paul Leroy db9b870173 Update trainDisclaimerDlg.ui 2023-06-05 10:21:00 +02:00
Paul Leroy 77e226f356 Changes following PR 2023-06-05 10:06:21 +02:00
Paul Leroy 6b992ac14c changes following PR 2023-06-05 09:59:42 +02:00