Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved Tracker & Object Detector Effects (Faster Drawing, Corner Radius, New Style) #950

Merged
merged 15 commits into from
Mar 26, 2024

Add new "Display All Boxes" Object Detector property, since it can be…

5a0a6a6
Select commit
Loading
Failed to load commit list.
Merged

Improved Tracker & Object Detector Effects (Faster Drawing, Corner Radius, New Style) #950

Add new "Display All Boxes" Object Detector property, since it can be…
5a0a6a6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Mar 5, 2024 in 1s

33.76% of diff hit (target 53.93%)

View this Pull Request on Codecov

33.76% of diff hit (target 53.93%)

Annotations

Check warning on line 258 in src/Clip.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Clip.cpp#L258

Added line #L258 was not covered by tests

Check warning on line 486 in src/Clip.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Clip.cpp#L486

Added line #L486 was not covered by tests

Check warning on line 495 in src/Clip.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Clip.cpp#L495

Added line #L495 was not covered by tests

Check warning on line 1225 in src/Clip.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Clip.cpp#L1225

Added line #L1225 was not covered by tests

Check warning on line 1291 in src/Clip.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Clip.cpp#L1291

Added line #L1291 was not covered by tests

Check warning on line 1295 in src/Clip.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Clip.cpp#L1294-L1295

Added lines #L1294 - L1295 were not covered by tests

Check warning on line 1304 in src/Clip.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Clip.cpp#L1304

Added line #L1304 was not covered by tests

Check warning on line 1318 in src/Clip.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Clip.cpp#L1316-L1318

Added lines #L1316 - L1318 were not covered by tests

Check warning on line 1322 in src/Clip.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Clip.cpp#L1320-L1322

Added lines #L1320 - L1322 were not covered by tests

Check warning on line 1376 in src/Clip.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Clip.cpp#L1375-L1376

Added lines #L1375 - L1376 were not covered by tests

Check warning on line 1385 in src/Clip.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Clip.cpp#L1379-L1385

Added lines #L1379 - L1385 were not covered by tests

Check warning on line 389 in src/KeyFrame.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/KeyFrame.cpp#L389

Added line #L389 was not covered by tests

Check warning on line 391 in src/KeyFrame.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/KeyFrame.cpp#L391

Added line #L391 was not covered by tests

Check warning on line 394 in src/KeyFrame.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/KeyFrame.cpp#L394

Added line #L394 was not covered by tests

Check warning on line 426 in src/TrackedObjectBBox.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/TrackedObjectBBox.cpp#L423-L426

Added lines #L423 - L426 were not covered by tests

Check warning on line 434 in src/TrackedObjectBBox.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/TrackedObjectBBox.cpp#L434

Added line #L434 was not covered by tests

Check warning on line 438 in src/TrackedObjectBBox.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/TrackedObjectBBox.cpp#L436-L438

Added lines #L436 - L438 were not covered by tests

Check warning on line 448 in src/TrackedObjectBBox.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/TrackedObjectBBox.cpp#L448

Added line #L448 was not covered by tests

Check warning on line 34 in src/effects/ObjectDetection.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/effects/ObjectDetection.cpp#L33-L34

Added lines #L33 - L34 were not covered by tests

Check warning on line 48 in src/effects/ObjectDetection.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/effects/ObjectDetection.cpp#L47-L48

Added lines #L47 - L48 were not covered by tests

Check warning on line 74 in src/effects/ObjectDetection.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/effects/ObjectDetection.cpp#L74

Added line #L74 was not covered by tests

Check warning on line 76 in src/effects/ObjectDetection.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/effects/ObjectDetection.cpp#L76

Added line #L76 was not covered by tests

Check warning on line 80 in src/effects/ObjectDetection.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/effects/ObjectDetection.cpp#L79-L80

Added lines #L79 - L80 were not covered by tests

Check warning on line 84 in src/effects/ObjectDetection.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/effects/ObjectDetection.cpp#L83-L84

Added lines #L83 - L84 were not covered by tests

Check warning on line 92 in src/effects/ObjectDetection.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/effects/ObjectDetection.cpp#L86-L92

Added lines #L86 - L92 were not covered by tests