Isaac Connor
|
e6659560a4
|
need to use shared_from_this() instead of this now
|
2022-06-07 18:18:47 -04:00 |
|
Mike Dussault
|
d38a6adec4
|
No behavior change. Added non-const versions of Image::Buffer and fixed a few places that were casting away the constness.
|
2021-10-12 21:54:49 +00:00 |
|
Peter Keresztes Schmidt
|
cd45c61555
|
Use mt19937 as PRNG
Reasons: It's faster than rand() and can be made thread-safe
|
2021-10-12 19:18:21 +02:00 |
|
Peter Keresztes Schmidt
|
c027b7a38d
|
Fix some clang-tidy warnings
|
2021-10-12 19:05:22 +02:00 |
|
Peter Keresztes Schmidt
|
97b38bd4ab
|
Align changes with our codestyle
See https://google.github.io/styleguide/cppguide.html for reference
|
2021-10-12 18:53:31 +02:00 |
|
Mike Dussault
|
814124251e
|
Fixed a CodeQL complaint
|
2021-10-11 23:57:20 +00:00 |
|
Mike Dussault
|
2cf16eb495
|
Removed some unused code and added more function comments
|
2021-10-11 15:58:30 -07:00 |
|
Mike Dussault
|
146ff1ac7a
|
Print the benchmark results in a nicer table
|
2021-10-11 15:53:29 -07:00 |
|
Mike Dussault
|
e4542de6f2
|
Fixed random image generation, and now it shows a proper (giant) perf difference between images that take longer for Zone's FILTERED_PIXELS detection to deal with.
|
2021-10-11 14:21:08 -07:00 |
|
Mike Dussault
|
9370cfe25c
|
Added TimeSegmentAdder class and got benchmark output looking ok.
|
2021-10-11 21:12:46 +00:00 |
|
Mike Dussault
|
305af08112
|
Added Monitor scaffolding and a skeleton benchmark for DetectMotion.
|
2021-10-11 20:22:10 +00:00 |
|
Mike Dussault
|
3723e136b1
|
Initial benchmark exe
|
2021-10-11 19:44:58 +00:00 |
|