File tree Expand file tree Collapse file tree 5 files changed +5
-52
lines changed
SonicVisualSplit/Properties Expand file tree Collapse file tree 5 files changed +5
-52
lines changed Original file line number Diff line number Diff line change 3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1.2.3 " ) ]
36- [ assembly: AssemblyFileVersion ( "1.2.3 " ) ]
35+ [ assembly: AssemblyVersion ( "1.2.4 " ) ]
36+ [ assembly: AssemblyFileVersion ( "1.2.4 " ) ]
Original file line number Diff line number Diff line change 137137 <ClInclude Include =" ObsWindowCapture.h" />
138138 <ClInclude Include =" AnalysisSettings.h" />
139139 <ClInclude Include =" TimeRecognizer.h" />
140- <ClInclude Include =" TrivialTypes.h" />
141140 <ClInclude Include =" VirtualCamCapture.h" />
142141 <ClInclude Include =" WindowCapture.h" />
143142 </ItemGroup >
Original file line number Diff line number Diff line change 7171 <ClInclude Include =" AnalysisSettings.h" >
7272 <Filter >Header Files</Filter >
7373 </ClInclude >
74- <ClInclude Include =" TrivialTypes.h" >
75- <Filter >Header Files</Filter >
76- </ClInclude >
7774 </ItemGroup >
7875</Project >
Original file line number Diff line number Diff line change 1111#include < memory>
1212#include < atomic>
1313#include < chrono>
14- #include " TrivialTypes.h"
1514
1615
1716namespace SonicVisualSplitBase {
@@ -45,14 +44,14 @@ class TimeRecognizer {
4544
4645 /* The rectangle where the time digits are located
4746 * after the frame has been scaled down to bestScale. */
48- RectTrivial digitsRect;
47+ cv::Rect digitsRect;
4948
5049 /* The bounding rectangle of the "TIME" label
5150 * after the frame has been scaled down to bestScale. */
52- RectTrivial timeRect;
51+ cv::Rect timeRect;
5352
5453 // The size of the frame for which the above properties hold true.
55- SizeTrivial frameSize;
54+ cv::Size frameSize;
5655
5756 bool isValid () const ;
5857 };
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments