This repository has been archived by the owner on Dec 18, 2024. It is now read-only.
generated from obsproject/obs-plugintemplate
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tracking filter and tracking rectangle to FilterData struct
- Loading branch information
Showing
3 changed files
with
177 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Detect="Detect" | ||
Advanced="Advanced Settings" | ||
ConfThreshold="Confidence Threshold" | ||
InferenceDevice="Inference Device" | ||
CPU="CPU" | ||
GPUTensorRT="GPU (TensorRT)" | ||
GPUDirectML="GPU (DirectML)" | ||
CoreML="CoreML" | ||
NumThreads="Number of Threads" | ||
ModelSize="Model Size" | ||
SmallFast="Small (Fast)" | ||
Medium="Medium" | ||
LargeSlow="Large (Accurate)" | ||
Preview="Preview" | ||
ObjectCategory="Object Category" | ||
All="All" | ||
MaskingGroup="Masking Options" | ||
MaskingType="Masking Type" | ||
None="None" | ||
SolidColor="Solid Color" | ||
Blur="Blur" | ||
OutputMask="Output Mask" | ||
Transparent="Transparent" | ||
MaskingColor="Masking Color" | ||
MaskingBlurRadius="Masking Blur Radius" | ||
TrackingZoomFollowGroup="Tracking (Zoom, Follow) Options" | ||
ZoomFactor="Zoom Factor" | ||
ZoomObject="Zoom Object" | ||
SingleFirst="Single (First)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters