You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rotation transformation matrix of the original image relative to the rotated image. Please see [Matrix](https://developer.maui.com/reference/maui/opengl/Matrix){:target="_blank"} for more info.
45
+
The rotation transformation matrix of the original image relative to the rotated image. Please see [Matrix](https://learn.microsoft.com/en-us/dotnet/api/microsoft.maui.controls.shapes.matrix?view=net-maui-8.0){:target="_blank"} for more info.
46
46
47
47
```csharp
48
48
MatrixRotationTransformMatrix { get; }
49
49
```
50
50
51
51
### OriginalImageHashId
52
52
53
-
The hash ID of the original image. You can use this ID to get the original image via [`IntermediateResultManager`]({{ site.dcv_maui_api }}core/intermediate-results/intermediate-result-manager.html) class.
53
+
The hash ID of the original image. You can use this ID to get the original image via [`IntermediateResultManager`]({{ site.dcv_maui_api }}capture-vision-router/auxiliary-classes/intermediate-result-manager.html) class.
Copy file name to clipboardExpand all lines: programming/maui/api-reference/normalized-image-result-item.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ noTitleIndex: true
10
10
11
11
# NormalizedImageResultItem
12
12
13
-
The `NormalizedImageResultItem` class is an extension of [`CapturedResultItem`]({{ site.dcv_maui_api }}core/basic-structures/captured-result-item.html) that represents a normalized image. This is the most basic unit of the normalized image result, one of the captured result types that the Capture Vision Router can output.
13
+
The `NormalizedImageResultItem` class is an extension of [`CapturedResultItem`]({{ site.dcv_maui_api }}core/captured-result-item.html) that represents a normalized image. This is the most basic unit of the normalized image result, one of the captured result types that the Capture Vision Router can output.
14
14
15
15
## Definition
16
16
@@ -29,25 +29,25 @@ class NormalizedImageResultItem
29
29
| [`ImageData`](#imagedata) | *ImageData* | An `ImageData` object as the normalized image. |
30
30
| [`Location`](#location) | *Quadrilateral* | The quadrilateral from which you get the normalized image result item. |
31
31
32
-
The following properties are inherited from [`CapturedResultItem`]({{ site.dcv_maui_api }}core/basic-structures/captured-result-item.html).
32
+
The following properties are inherited from [`CapturedResultItem`]({{ site.dcv_maui_api }}core/captured-result-item.html).
33
33
34
34
| Property | Type | Description |
35
35
| -------- | ---- | ----------- |
36
-
| [`Type`]({{ site.dcv_maui_api }}core/basic-structures/captured-result-item.html#type) | *[EnumCapturedResultItemType]({{ site.dcv_maui_api }}core/enum/captured-result-item-type.html)* | Get the type of the captured result item, indicating what kind of data it represents. |
37
-
| [`TargetROIDefName`]({{ site.dcv_maui_api }}core/basic-structures/captured-result-item.html#targetroidefname) | *string* | The name of the [`TargetROIDef`]({{ site.dcv_parameters_reference }}target-roi-def/){:target="_blank"} objectwhichincludesataskthatgeneratedtheresult. |
| [`Type`]({{ site.dcv_maui_api }}core/captured-result-item.html#type) | *[EnumCapturedResultItemType]({{ site.dcv_maui_api }}core/enum/captured-result-item-type.html)* | Get the type of the captured result item, indicating what kind of data it represents. |
37
+
| [`TargetROIDefName`]({{ site.dcv_maui_api }}core/captured-result-item.html#targetroidefname) | *string* | The name of the [`TargetROIDef`]({{ site.dcv_parameters_reference }}target-roi-def/){:target="_blank"} objectwhichincludesataskthatgeneratedtheresult. |
An [`ImageData`]({{ site.dcv_maui_api }}core/basic-structures/image-data.html) objectfor the normalized image.
42
+
An [`ImageData`]({{ site.dcv_maui_api }}core/image-data.html) objectfor the normalized image.
43
43
44
44
```csharp
45
45
ImageData ImageData { get; }
46
46
```
47
47
48
48
### Location
49
49
50
-
The [Quadrilateral]({{ site.dcv_maui_api }}core/basic-structures/quadrilateral.html) that represents the location of the normalized image within the original image or frame.
50
+
The [Quadrilateral]({{ site.dcv_maui_api }}core/quadrilateral.html) that represents the location of the normalized image within the original image or frame.
The rotation transformation matrix of the original image relative to the rotated image. Please see [Matrix](https://developer.maui.com/reference/maui/opengl/Matrix){:target="_blank"} for more info.
44
+
The rotation transformation matrix of the original image relative to the rotated image. Please see [Matrix](https://learn.microsoft.com/en-us/dotnet/api/microsoft.maui.controls.shapes.matrix?view=net-maui-8.0){:target="_blank"} for more info.
0 commit comments