Skip to content

Commit 8e91d82

Browse files
committed
Move more non-infra stuff into CommonTools.
1 parent 0abfcbd commit 8e91d82

File tree

518 files changed

+4631
-5006
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

518 files changed

+4631
-5006
lines changed

SerialPrograms/CMakeLists.txt

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -348,23 +348,16 @@ file(GLOB MAIN_SOURCES
348348
Source/CommonFramework/ImageMatch/WaterfillTemplateMatcher.h
349349
Source/CommonFramework/ImageTools/BinaryImage_FilterRgb32.cpp
350350
Source/CommonFramework/ImageTools/BinaryImage_FilterRgb32.h
351-
Source/CommonFramework/ImageTools/ColorClustering.cpp
352-
Source/CommonFramework/ImageTools/ColorClustering.h
353-
Source/CommonFramework/ImageTools/DistanceToLine.h
354351
Source/CommonFramework/ImageTools/FloatPixel.cpp
355352
Source/CommonFramework/ImageTools/FloatPixel.h
356353
Source/CommonFramework/ImageTools/ImageBoxes.cpp
357354
Source/CommonFramework/ImageTools/ImageBoxes.h
358355
Source/CommonFramework/ImageTools/ImageFilter.cpp
359356
Source/CommonFramework/ImageTools/ImageFilter.h
360-
Source/CommonFramework/ImageTools/ImageGradient.cpp
361-
Source/CommonFramework/ImageTools/ImageGradient.h
362357
Source/CommonFramework/ImageTools/ImageManip.cpp
363358
Source/CommonFramework/ImageTools/ImageManip.h
364359
Source/CommonFramework/ImageTools/ImageStats.cpp
365360
Source/CommonFramework/ImageTools/ImageStats.h
366-
Source/CommonFramework/ImageTools/SolidColorTest.cpp
367-
Source/CommonFramework/ImageTools/SolidColorTest.h
368361
Source/CommonFramework/ImageTools/WaterfillUtilities.cpp
369362
Source/CommonFramework/ImageTools/WaterfillUtilities.h
370363
Source/CommonFramework/ImageTypes/BinaryImage.cpp
@@ -379,22 +372,8 @@ file(GLOB MAIN_SOURCES
379372
Source/CommonFramework/ImageTypes/ImageViewPlanar32.h
380373
Source/CommonFramework/ImageTypes/ImageViewRGB32.cpp
381374
Source/CommonFramework/ImageTypes/ImageViewRGB32.h
382-
Source/CommonFramework/Inference/ImageTools.cpp
383-
Source/CommonFramework/Inference/ImageTools.h
384375
Source/CommonFramework/Inference/StatAccumulator.cpp
385376
Source/CommonFramework/Inference/StatAccumulator.h
386-
Source/CommonFramework/InferenceInfra/AudioInferenceCallback.h
387-
Source/CommonFramework/InferenceInfra/AudioInferencePivot.cpp
388-
Source/CommonFramework/InferenceInfra/AudioInferencePivot.h
389-
Source/CommonFramework/InferenceInfra/InferenceCallback.h
390-
Source/CommonFramework/InferenceInfra/InferenceRoutines.cpp
391-
Source/CommonFramework/InferenceInfra/InferenceRoutines.h
392-
Source/CommonFramework/InferenceInfra/InferenceSession.cpp
393-
Source/CommonFramework/InferenceInfra/InferenceSession.h
394-
Source/CommonFramework/InferenceInfra/VisualInferenceCallback.cpp
395-
Source/CommonFramework/InferenceInfra/VisualInferenceCallback.h
396-
Source/CommonFramework/InferenceInfra/VisualInferencePivot.cpp
397-
Source/CommonFramework/InferenceInfra/VisualInferencePivot.h
398377
Source/CommonFramework/Language.cpp
399378
Source/CommonFramework/Language.h
400379
Source/CommonFramework/Logging/FileWindowLogger.cpp
@@ -449,25 +428,11 @@ file(GLOB MAIN_SOURCES
449428
Source/CommonFramework/Options/Environment/ThemeSelectorOption.h
450429
Source/CommonFramework/Options/LabelCellOption.cpp
451430
Source/CommonFramework/Options/LabelCellOption.h
452-
Source/CommonFramework/Options/LanguageOCROption.cpp
453-
Source/CommonFramework/Options/LanguageOCROption.h
454431
Source/CommonFramework/Options/ResolutionOption.cpp
455432
Source/CommonFramework/Options/ResolutionOption.h
456-
Source/CommonFramework/Options/ScreenWatchOption.cpp
457-
Source/CommonFramework/Options/ScreenWatchOption.h
458433
Source/CommonFramework/Options/ScreenshotFormatOption.h
459-
Source/CommonFramework/Options/StringSelectOption.cpp
460-
Source/CommonFramework/Options/StringSelectOption.h
461-
Source/CommonFramework/Options/StringSelectTableOption.h
462-
Source/CommonFramework/Options/TrainOCRModeOption.h
463434
Source/CommonFramework/Options/UI/LabelCellWidget.cpp
464435
Source/CommonFramework/Options/UI/LabelCellWidget.h
465-
Source/CommonFramework/Options/UI/LanguageOCRWidget.cpp
466-
Source/CommonFramework/Options/UI/LanguageOCRWidget.h
467-
Source/CommonFramework/Options/UI/ScreenWatchWidget.cpp
468-
Source/CommonFramework/Options/UI/ScreenWatchWidget.h
469-
Source/CommonFramework/Options/UI/StringSelectWidget.cpp
470-
Source/CommonFramework/Options/UI/StringSelectWidget.h
471436
Source/CommonFramework/Panels/PanelDescriptor.cpp
472437
Source/CommonFramework/Panels/PanelDescriptor.h
473438
Source/CommonFramework/Panels/PanelInstance.cpp
@@ -507,8 +472,6 @@ file(GLOB MAIN_SOURCES
507472
Source/CommonFramework/Startup/NewVersionCheck.h
508473
Source/CommonFramework/Startup/SetupSettings.cpp
509474
Source/CommonFramework/Startup/SetupSettings.h
510-
Source/CommonFramework/Tools/BlackBorderCheck.cpp
511-
Source/CommonFramework/Tools/BlackBorderCheck.h
512475
Source/CommonFramework/Tools/BotBaseHandle.cpp
513476
Source/CommonFramework/Tools/BotBaseHandle.h
514477
Source/CommonFramework/Tools/DebugDumper.cpp
@@ -517,16 +480,8 @@ file(GLOB MAIN_SOURCES
517480
Source/CommonFramework/Tools/ErrorDumper.h
518481
Source/CommonFramework/Tools/FileDownloader.cpp
519482
Source/CommonFramework/Tools/FileDownloader.h
520-
Source/CommonFramework/Tools/InterruptableCommands.tpp
521-
Source/CommonFramework/Tools/InterruptableCommands.h
522-
Source/CommonFramework/Tools/MultiConsoleErrors.cpp
523-
Source/CommonFramework/Tools/MultiConsoleErrors.h
524483
Source/CommonFramework/Tools/ProgramEnvironment.cpp
525484
Source/CommonFramework/Tools/ProgramEnvironment.h
526-
Source/CommonFramework/Tools/SuperControlSession.tpp
527-
Source/CommonFramework/Tools/SuperControlSession.h
528-
Source/CommonFramework/Tools/VideoResolutionCheck.cpp
529-
Source/CommonFramework/Tools/VideoResolutionCheck.h
530485
Source/CommonFramework/Tools/VideoStream.cpp
531486
Source/CommonFramework/Tools/VideoStream.h
532487
Source/CommonFramework/VideoPipeline/Backends/CameraImplementations.cpp
@@ -576,21 +531,66 @@ file(GLOB MAIN_SOURCES
576531
Source/CommonFramework/Windows/MainWindow.h
577532
Source/CommonFramework/Windows/WindowTracker.cpp
578533
Source/CommonFramework/Windows/WindowTracker.h
579-
Source/CommonTools/AudioTools/AudioPerSpectrumDetectorBase.cpp
580-
Source/CommonTools/AudioTools/AudioPerSpectrumDetectorBase.h
581-
Source/CommonTools/AudioTools/AudioTemplateCache.cpp
582-
Source/CommonTools/AudioTools/AudioTemplateCache.h
583-
Source/CommonTools/AudioTools/SpectrogramMatcher.cpp
584-
Source/CommonTools/AudioTools/SpectrogramMatcher.h
534+
Source/CommonTools/Async/InferenceRoutines.cpp
535+
Source/CommonTools/Async/InferenceRoutines.h
536+
Source/CommonTools/Async/InferenceSession.cpp
537+
Source/CommonTools/Async/InferenceSession.h
538+
Source/CommonTools/Async/InterruptableCommands.tpp
539+
Source/CommonTools/Async/InterruptableCommands.h
540+
Source/CommonTools/Async/SuperControlSession.tpp
541+
Source/CommonTools/Async/SuperControlSession.h
542+
Source/CommonTools/Audio/AudioPerSpectrumDetectorBase.cpp
543+
Source/CommonTools/Audio/AudioPerSpectrumDetectorBase.h
544+
Source/CommonTools/Audio/AudioTemplateCache.cpp
545+
Source/CommonTools/Audio/AudioTemplateCache.h
546+
Source/CommonTools/Audio/SpectrogramMatcher.cpp
547+
Source/CommonTools/Audio/SpectrogramMatcher.h
585548
Source/CommonTools/DetectionDebouncer.h
549+
Source/CommonTools/Images/ColorClustering.cpp
550+
Source/CommonTools/Images/ColorClustering.h
551+
Source/CommonTools/Images/DistanceToLine.h
552+
Source/CommonTools/Images/ImageGradient.cpp
553+
Source/CommonTools/Images/ImageGradient.h
554+
Source/CommonTools/Images/ImageTools.cpp
555+
Source/CommonTools/Images/ImageTools.h
556+
Source/CommonTools/Images/SolidColorTest.cpp
557+
Source/CommonTools/Images/SolidColorTest.h
558+
Source/CommonTools/InferenceCallbacks/AudioInferenceCallback.h
559+
Source/CommonTools/InferenceCallbacks/InferenceCallback.h
560+
Source/CommonTools/InferenceCallbacks/VisualInferenceCallback.cpp
561+
Source/CommonTools/InferenceCallbacks/VisualInferenceCallback.h
562+
Source/CommonTools/InferencePivots/AudioInferencePivot.cpp
563+
Source/CommonTools/InferencePivots/AudioInferencePivot.h
564+
Source/CommonTools/InferencePivots/VisualInferencePivot.cpp
565+
Source/CommonTools/InferencePivots/VisualInferencePivot.h
586566
Source/CommonTools/InferenceThrottler.h
567+
Source/CommonTools/Options/LanguageOCROption.cpp
568+
Source/CommonTools/Options/LanguageOCROption.h
569+
Source/CommonTools/Options/ScreenWatchOption.cpp
570+
Source/CommonTools/Options/ScreenWatchOption.h
571+
Source/CommonTools/Options/StringSelectOption.cpp
572+
Source/CommonTools/Options/StringSelectOption.h
573+
Source/CommonTools/Options/StringSelectTableOption.h
574+
Source/CommonTools/Options/QtWidgets/LanguageOCRWidget.cpp
575+
Source/CommonTools/Options/QtWidgets/LanguageOCRWidget.h
576+
Source/CommonTools/Options/QtWidgets/ScreenWatchWidget.cpp
577+
Source/CommonTools/Options/QtWidgets/ScreenWatchWidget.h
578+
Source/CommonTools/Options/QtWidgets/StringSelectWidget.cpp
579+
Source/CommonTools/Options/QtWidgets/StringSelectWidget.h
580+
Source/CommonTools/Options/TrainOCRModeOption.h
587581
Source/CommonTools/ProgramStats/StatsDatabase.cpp
588582
Source/CommonTools/ProgramStats/StatsDatabase.h
589583
Source/CommonTools/ProgramStats/StatsTracking.cpp
590584
Source/CommonTools/ProgramStats/StatsTracking.h
585+
Source/CommonTools/MultiConsoleErrors.cpp
586+
Source/CommonTools/MultiConsoleErrors.h
591587
Source/CommonTools/TrendInference/AnomalyDetector.cpp
592588
Source/CommonTools/TrendInference/AnomalyDetector.h
593589
Source/CommonTools/TrendInference/TimeWindowStatTracker.h
590+
Source/CommonTools/StartupChecks/BlackBorderCheck.cpp
591+
Source/CommonTools/StartupChecks/BlackBorderCheck.h
592+
Source/CommonTools/StartupChecks/VideoResolutionCheck.cpp
593+
Source/CommonTools/StartupChecks/VideoResolutionCheck.h
594594
Source/CommonTools/VisualDetector.h
595595
Source/CommonTools/VisualDetectors/BlackBorderDetector.cpp
596596
Source/CommonTools/VisualDetectors/BlackBorderDetector.h

0 commit comments

Comments
 (0)