Commit Graph

73 Commits

Author SHA1 Message Date
Daniel Girardeau-Montaut 32c28372db Compilation with Qt6 and Visual Studio 2022 2025-09-21 22:48:31 +02:00
Daniel Girardeau-Montaut 6c39fddc27 Display the confusion matrix at the end of the classification if any pre-existing 'Classification' field
+ syntax fix
2025-04-26 15:39:46 +02:00
Paul Leroy 5b37d4f1c0 Update q3DMASC.cpp 2024-02-19 11:10:04 +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 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 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 a65cb83279 prevent confusion matrix to pop up when in command line mode 2024-02-09 14:38:54 +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 3e83c57b2c save feature importance
save feature importance with traces
2023-12-14 09:30:00 +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 a894539cfd 0.10
code cleaning
2023-06-01 23:05:50 +02:00
Paul Leroy 9bbf288b8f Prevent the user from cancelling the training. 2023-05-31 22:00:10 +02:00
Paul Leroy 4f6cd5fe6d Bug when running several times the classification corrected 2023-05-31 00:20:19 +02:00
Paul Leroy d55696991f debug in progress after merge useExistingScalarFields 2023-05-30 15:41:04 +02:00
Paul Leroy 593e52f309 s_keepAttributes bug correction 2023-05-27 09:06:48 +02:00
Paul Leroy bcb5e3664d bug correction in progress: crash when dupplicated features are configured in the parameter file 2023-05-23 00:06:22 +02:00
Paul Leroy 21c389c43e Fixed: crash when point clouds are not associated to labels in the dialog 2023-05-03 14:34:14 +02:00
Paul Leroy ee6ffbd546 add features to the traces of execution 2023-03-28 17:19:41 +02:00
Paul Leroy 3834043b95 save confusion matrix, keepAttributes, useExistingScalarFields 2023-03-27 22:52:23 +02:00
Paul Leroy ec5507be5b save traces
When the option is selected, overall accuracy, features and classifiers are saved
2023-03-22 23:45:19 +01:00
Paul Leroy 2dd6e19c55 Update q3DMASC.cpp 2023-02-01 09:27:33 +01:00
Paul Leroy 9e49a9e72e unset the parent of the ConfusionMatrix in the classifier 2023-01-26 14:46:52 +01:00
Paul Leroy 22d2839fd3 save / looad TrainParameters, OpenCV parameters tooltips 2023-01-26 07:56:39 +01:00
Paul Leroy 7a408117f0 Code cleaning 2023-01-20 17:49:29 +01:00
Paul Leroy f104fd5b17 confusion matrix added to the training step
Add the confusion matrix to the training step
Delete confusion matrices properly after the training step
2023-01-18 23:57:59 +01:00
Paul Leroy 83e08660ee wip 2023-01-17 16:43:57 +01:00
Paul Leroy bb5b7a6ddd confidence handling 2022-12-08 09:19:52 +01:00
Paul Leroy 9ddb986351 scale selection
It is possible to select/deselect all features related to a scale in the interface
2022-10-28 17:05:36 +02:00
Paul Leroy 0b0fc3e8d7 display scales in Train3DMascDialog 2022-10-27 18:55:04 +02:00
Paul Leroy bcb3cee2c4 wip 2022-10-27 09:19:52 +02:00
Paul Leroy 13c391070e wip 2022-10-25 16:47:19 +02:00
Paul Leroy bfb64326bb display scales 2022-10-17 17:33:15 +02:00
Paul Leroy 2ac41349d0 gui update 2022-10-17 09:28:14 +02:00
Daniel Girardeau-Montaut 56ce4071ee Compilation with v2.12 2020-06-04 00:32:27 +02:00
Daniel Girardeau-Montaut 75f2133e97 Fix SF namings 2019-05-03 23:52:33 +02:00
Daniel Girardeau-Montaut 7950151cb5 Bug fix: the context class was ignored! 2019-04-05 11:15:57 +02:00
Daniel Girardeau-Montaut 4dfc90d967 THe GUI version can now handle 4 clouds 2019-03-29 13:40:57 +01:00
Daniel Girardeau-Montaut 8ec8850590 Bug fixes 2019-03-28 21:29:03 +01:00
Daniel Girardeau-Montaut c743f43d92 WIP2 2019-03-27 15:03:58 +01:00
Daniel Girardeau-Montaut da6293e522 WIP 2019-03-26 14:28:27 +01:00
Daniel Girardeau-Montaut 35489dacb5 Automatically sort the features 2019-03-25 22:45:39 +01:00
Daniel Girardeau-Montaut 42bd0a52e4 More intelligence to detect wrong feature descriptions 2019-03-25 22:21:40 +01:00
Daniel Girardeau-Montaut ba1b4ac58c Various updates/fixes 2019-03-25 18:45:28 +01:00
Daniel Girardeau-Montaut 4907e68ae2 Option to evaluation a classifier with a point cloud 2019-03-24 23:16:55 +01:00
Daniel Girardeau-Montaut b0b987e0fe Workflow updated 2019-01-21 00:10:47 +01:00