Commit Graph
19 Commits
Author SHA1 Message Date
amkovkov ec054d88c4 feat: models caching 2026-08-10 15:09:04 +03:00
amkovkov 5b6abc045b feat: testing and fixes 2026-07-08 08:25:09 +03:00
amkovkov 72ae26eee7 comprehensive update
1) remove unused components: camera view (due it causes segmentation faults), compute resources and all related, illuminator controller (due in useless without camera view), image storage service, temperature and humidity service
2) database schema - reduce tables references, features storing in records themselves in compressed form, add records creation and editing date and time, add separator comment column
3) analysis - rework of pipeline and ui, now database storing only raw data and all display values calculated from it
4) lights service - add reconnection if disconnected
5) add width and height command line arguments
6) fix some typos and other issues
2026-06-29 15:13:29 +03:00
amkovkov 81ed14fd99 feat: amine content analyzer changes
add filtering with Mahalanobis
fix some typos
also fix it after database reforge
2026-06-17 10:39:40 +03:00
amkovkov 913805eb70 feat: mock run mode
extract IImageCapturerService interface from ImageCapturerService
add ImageCapturerMockService as implementation of IImageCapturerService
add --mock flag in command line interface and implement its usage
2026-06-17 10:35:36 +03:00
amkovkov 0676c0be75 feat: aminecontent calibration reforge 2026-06-17 10:31:40 +03:00
amkovkov 0849a0ae67 feat: quality property 2026-06-08 09:47:52 +03:00
amkovkov 226d35f5d5 feat: some analysis changes 2026-06-08 07:37:38 +03:00
amkovkov f1a840b23b feat: add delay before capturing 2026-06-08 07:36:22 +03:00
amkovkov 2d99880d08 feat: SystemView 2026-05-13 15:47:31 +03:00
amkovkov 3cc4d21947 feat: massive rework
1) GSS2.Core:
- strip prefixes in GSS2.Core.Analysis.AmineContent namespace class names
- add IEnumerable<double>.Variance extension
- remake analysis + update database so not needed to store all every file, calibration data also stored in database, also currently capturing images stored in system temporary directory and rewriting every time
2) GSS.UI.Core: AsyncImageRecordViewModel make zoom and pans public
3) GSS:
- remove image-storage-clear command
- remove ResultsView and ResultsViewModel, results presented in analysis
- rework calibration views
- add analysis views
- add text and number fields editors view
- add confirmation view on danger buttons
2026-05-13 12:56:32 +03:00
amkovkov 7a42ff5f3c feat: SeparatorCalibration View and ViewModel 2026-04-14 16:18:13 +03:00
amkovkov 8cf1c89863 feat: starting to build a application itself
add "capture" and "camera-tuning" commands for cli
2026-04-07 13:28:20 +03:00
amkovkov bbf233d14c feat: update db, move autogen db slop to subdir 2026-03-18 19:33:56 +03:00
amkovkov cd974ebcca feat: update amine content calibration db 2026-03-04 10:00:17 +03:00
amkovkov c010b0ab6a feat: AmineContentCalibration db fix warnings, remove tray table 2026-02-27 12:32:24 +03:00
amkovkov 64fa8090dc refactor: AmineContent Database 2026-02-27 08:58:33 +03:00
amkovkov 6a2b4a5970 feat: migrations update
Added tool for migrations
Updated AmineContentCalibration db
Create AmineContentResults db
2025-12-15 15:29:52 +03:00
amkovkov 5ff0384def Первый коммит 2025-11-27 14:02:00 +03:00