Commit Graph

103 Commits

Author SHA1 Message Date
Paul Leroy 83e08660ee wip 2023-01-17 16:43:57 +01:00
Paul Leroy 22e97f43b8 confusion matrix displayed jointly with precision, recall and f&-score values 2023-01-17 15:02:13 +01:00
Paul Leroy 052c1bb1cf Update confusionmatrix.cpp 2023-01-12 16:46:13 +01:00
Paul Leroy dccac1250f Update confusionmatrix.cpp 2022-12-16 16:13:15 +01:00
Paul Leroy 75288dbc52 ConfusionMatrix 2022-12-14 11:37:29 +01:00
Paul Leroy 6de0370073 Update q3DMASCClassifier.cpp 2022-12-09 17:45:08 +01:00
Paul Leroy 97854963c5 Update PointFeature.cpp 2022-12-08 18:10:38 +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 2412b3f765 code cleaning 2022-10-20 08:52:55 +02:00
Paul Leroy bfb64326bb display scales 2022-10-17 17:33:15 +02:00
Paul Leroy 42d282b844 opencv_world340 is the on used by CloudCompare 2.12.4 2022-10-17 10:08:57 +02:00
Paul Leroy 2ac41349d0 gui update 2022-10-17 09:28:14 +02:00
Paul Leroy e441c3e3b2 Update CMakeLists.txt 2022-03-23 11:35:03 +01:00
Paul Leroy ce1ee81719 Merge branch 'dev' of https://github.com/p-leroy/q3DMASC.git into dev 2022-03-21 10:38:14 +01:00
Paul Leroy 2ed3806d1a Copy OpenCV dll when installing 2022-03-21 10:37:52 +01:00
Paul Leroy bf102776f9 Old structure in DgmOctree does not exists anymore 2022-03-15 09:17:11 +01:00
Paul Leroy f60f3fd570 wip 2022-02-24 16:44:59 +01:00
Paul Leroy 4cc42d89af working on classifier 2022-02-22 07:53:46 +01:00
Paul Leroy da4986567d parameter name changed FileIOFilter::LoadParameters
coordinatesShift => _coordinatesShift
2022-02-08 08:26:02 +01:00
Paul Leroy 46c1653f2a Merge branch 'disclaimer'
# Conflicts:
#	q3DMASCTools.cpp
2022-01-21 09:21:31 +01:00
Paul Leroy 5aa22b7fe9 disclaimer updated, call to nNSS.prepare removed 2022-01-21 09:15:41 +01:00
Paul Leroy f9b6966c6f call tonNSS.prepare removed from q3DMASCTools.cpp
This function has been removed from DgmOctree.h (commit cac8cc8b1d of CCCoreLib).
2022-01-20 16:25:21 +01:00
Daniel Girardeau-Montaut 56ce4071ee Compilation with v2.12 2020-06-04 00:32:27 +02:00
Daniel Girardeau-Montaut 46fae57879 Updated CMake syntax for compilation with CC 2.11 2020-03-31 22:39:14 +02:00
Daniel Girardeau-Montaut 7dd45759e1 RGBA support 2020-03-31 22:39:10 +02:00
Daniel Girardeau-Montaut c374605198 Bug fix 2020-03-31 22:38:57 +02:00
Daniel Girardeau-Montaut 79ecef8e41 Ugly bug fix (scales were considered in the opposite order!) 2019-05-06 21:22:27 +02:00
Daniel Girardeau-Montaut 75f2133e97 Fix SF namings 2019-05-03 23:52:33 +02:00
Daniel Girardeau-Montaut 48b193e194 Bug fix: the classification SF was not saved in some cases! 2019-05-03 21:38:02 +02:00
Daniel Girardeau-Montaut 277fb3e116 Bug fix: the 4th cloud was wrongly inverted with the 3rd in the classifier dialog 2019-04-26 12:40:47 +02:00
Daniel Girardeau-Montaut b2363385a9 Context-based features with kNN neighbors are now considering only the specified class number 2019-04-05 17:05:34 +02:00
Daniel Girardeau-Montaut 7950151cb5 Bug fix: the context class was ignored! 2019-04-05 11:15:57 +02:00
Daniel Girardeau-Montaut 69001ab9d5 Various bug fixes 2019-03-29 21:36:35 +01:00
Daniel Girardeau-Montaut 4dfc90d967 THe GUI version can now handle 4 clouds 2019-03-29 13:40:57 +01:00
Daniel Girardeau-Montaut 568ed7e292 Train a true "classifier" so as to be able to call predict with the PREDICT_MAX_VOTE flag 2019-03-29 13:40:29 +01:00
Daniel Girardeau-Montaut 0cdd0c8f1c Option to export the list of feature importance values to CSV 2019-03-29 10:39:49 +01:00
Daniel Girardeau-Montaut 5d58f25c1d File organization 2019-03-29 10:10:59 +01:00
Daniel Girardeau-Montaut 8e27579a1d Parallel classification 2019-03-29 10:10:42 +01:00
Daniel Girardeau-Montaut 278a9104f8 Remove parasite code? 2019-03-29 10:10:27 +01:00
Daniel Girardeau-Montaut 8ec8850590 Bug fixes 2019-03-28 21:29:03 +01:00
Daniel Girardeau-Montaut f6b3bb9889 Command line enhanced 2019-03-27 22:12:51 +01:00
Daniel Girardeau-Montaut 07a56c63d8 Automatically backup the previous 'Classification' SF (if any) 2019-03-27 16:48:19 +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 e9c145ee47 Glitch fix 2019-03-25 22:55:19 +01:00
Daniel Girardeau-Montaut 35489dacb5 Automatically sort the features 2019-03-25 22:45:39 +01:00