Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _includes/sidelist-parameter-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<li><a href="{{ site.dcvb_parameters }}file/target-roi-definition/index.html" class="otherLinkColour">Target ROI Def</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/base-target-roidef-name.html" class="otherLinkColour">BaseTargetROIDefName</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/enable-results-deduplication.html" class="otherLinkColour">EnableResultsDeduplication</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/location.html" class="otherLinkColour">Location</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/location/reference-object-filter/index.html" class="otherLinkColour">ReferenceObjectFilter</a>
Expand Down
1 change: 1 addition & 0 deletions _includes/sidelist-parameters-organization.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<li><a href="{{ site.dcvb_parameters }}file/target-roi-definition/index.html" class="otherLinkColour">TargetROIDef Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/base-target-roidef-name.html" class="otherLinkColour">BaseTargetROIDefName</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/enable-results-deduplication.html" class="otherLinkColour">EnableResultsDeduplication</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/location.html" class="otherLinkColour">Location</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/location/reference-object-filter/index.html" class="otherLinkColour">ReferenceObjectFilter</a>
Expand Down
1 change: 0 additions & 1 deletion parameters/file/target-roi-definition/index-v2.6.1004.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ The `TargetROIDef` object is used to specify one or more recognition tasks to be
| [`Location`]({{site.dcvb_parameters_reference}}target-roi-def/location.html) | Define the spatial location where the recognition tasks are performed. It consists of `ReferenceObjectFilter` and `Offset` parameter. |
| [`PauseFlag`]({{site.dcvb_parameters_reference}}target-roi-def/pause-flag.html)| Indicates that the region results generated by this `TargetROIDef` will not be used by other `TargetROIDef` objects that depend on it to calculate the target regions, unless the user explicitly performs an Update operation.|
| [`BaseTargetROIDefName`]({{site.dcvb_parameters_reference}}target-roi-def/base-target-roidef-name.html) | Represents the name of another `TargetROIDef` object. It is used to inherit the parameters defined in its parent `TargetROIDef` object. If a parameter has already been defined in this object, the parameter with the same name will not be inherited from the parent object.|
| [`EnableResultsDeduplication`]({{site.dcvb_parameters_reference}}target-roi-def/enable-results-deduplication.html) | Represents whether to enable the result deduplication. |

In simple terms, `TargetROIDef` can be expressed using the following formula:

Expand Down