Commit Graph

28 Commits

Author SHA1 Message Date
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 be68cde7e3 use num_threads instead of omp_set_num_threads 2024-02-12 22:37:48 +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 99be926f3f Bug correction: scalar fields were not properly built
Classification_prediction, Classification_confidence, Classification_backup
2023-06-01 09:28:44 +02:00
Paul Leroy 017300c01c Merge branch 'dev_useExistingScalarFields' of https://github.com/p-leroy/q3DMASC.git into dev
# Conflicts:
#	ContextBasedFeature.cpp
#	ContextBasedFeature.h
#	NeighborhoodFeature.cpp
#	NeighborhoodFeature.h
#	PointFeature.cpp
#	PointFeature.h
#	confusionmatrix.cpp
2023-05-30 10:13:11 +02:00
Paul Leroy bf9229e6b2 Use existing scalar fields implemented
confusion matrix update
2023-05-29 12:45:02 +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 faa1da6ffd bug correction: classification with existing attributes 2023-04-24 14:29:02 +02:00
Paul Leroy 31f707439e ContextBasedFeature deprecated syntax and new syntax are accepted 2023-04-17 13:30:05 +02:00
Paul Leroy a050a452db Context based feature pattern modified
Only one cloud is necessary to define the feature
2023-03-31 14:09:51 +02:00
Paul Leroy 0db1201087 useExistingScalarFields implementation 2023-03-24 18:28:05 +01: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 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 5d58f25c1d File organization 2019-03-29 10:10:59 +01:00
Daniel Girardeau-Montaut da6293e522 WIP 2019-03-26 14:28:27 +01:00
Daniel Girardeau-Montaut 42bd0a52e4 More intelligence to detect wrong feature descriptions 2019-03-25 22:21:40 +01:00
Daniel Girardeau-Montaut b9e8364c69 Bug fixes 2019-02-08 18:09:26 +01:00
Daniel Girardeau-Montaut ecbdb4973e Various updates (command line call to classification, etc.) 2019-01-19 00:49:29 +01:00
Daniel Girardeau-Montaut 3150548792 Optimized version of the kNN version of Context-based features 2018-12-15 21:41:11 +01:00
Daniel Girardeau-Montaut 5dba8e4dee Context-based features are now working 2018-12-15 20:40:58 +01:00
Daniel Girardeau-Montaut a378bcb957 Neighborhood features added (WIP) 2018-12-01 22:40:04 +01:00
Daniel Girardeau-Montaut 3c365089cf Feature classes are now separated in different files 2018-11-04 19:23:11 +01:00