-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add accord and aforge adapters reference
- Loading branch information
Samer El-Khatib
committed
Nov 19, 2024
1 parent
64aecad
commit 976aa22
Showing
158 changed files
with
4,421 additions
and
0 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
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,25 @@ | ||
--- | ||
title: Aspose.Imaging.Accord.Adapter for .NET | ||
type: docs | ||
weight: 10 | ||
url: /adapters/net/aspose.imaging.accord.adapter/ | ||
keywords: "Aspose.Imaging.Accord.Adapter for .NET, Aspose Imaging.Accord.Adapter, Aspose API Reference." | ||
description: Aspose.Imaging.Accord.Adapter for .NET is designed to extend the functionality of the Aspose.Imaging library by adding functions from FileFormat.Accord library. | ||
is_root: true | ||
--- | ||
## Namespaces | ||
|
||
| Namespace | Description | | ||
| --- | --- | | ||
| [Aspose.Imaging.Accord.Adapter](./aspose.imaging.accord.adapter/) | | | ||
| [Aspose.Imaging.Accord.Adapter.ComputerVision](./aspose.imaging.accord.adapter.computervision/) | | | ||
| [Aspose.Imaging.Accord.Adapter.ComputerVision.Corners](./aspose.imaging.accord.adapter.computervision.corners/) | | | ||
| [Aspose.Imaging.Accord.Adapter.ComputerVision.FeatureExtractor](./aspose.imaging.accord.adapter.computervision.featureextractor/) | | | ||
| [Aspose.Imaging.Accord.Adapter.ComputerVision.Freak](./aspose.imaging.accord.adapter.computervision.freak/) | | | ||
| [Aspose.Imaging.Accord.Adapter.ComputerVision.Glcm](./aspose.imaging.accord.adapter.computervision.glcm/) | | | ||
| [Aspose.Imaging.Accord.Adapter.ComputerVision.Surf](./aspose.imaging.accord.adapter.computervision.surf/) | | | ||
| [Aspose.Imaging.Accord.Adapter.FiltersProperties](./aspose.imaging.accord.adapter.filtersproperties/) | | | ||
| [Aspose.Imaging.Accord.Adapter.IntegralImage](./aspose.imaging.accord.adapter.integralimage/) | | | ||
| [Aspose.Imaging.Accord.Adapter.Surf](./aspose.imaging.accord.adapter.surf/) | | | ||
|
||
|
23 changes: 23 additions & 0 deletions
23
...pters/net/accord/aspose.imaging.accord.adapter.computervision.corners/_index.md
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,23 @@ | ||
--- | ||
title: Aspose.Imaging.Accord.Adapter.ComputerVision.Corners | ||
second_title: Aspose.Imaging.Accord Adapter for .NET API Reference | ||
description: | ||
type: docs | ||
weight: 30 | ||
url: /adapters/net/aspose.imaging.accord.adapter/aspose.imaging.accord.adapter.computervision.corners/ | ||
--- | ||
|
||
|
||
## Classes | ||
|
||
| Class | Description | | ||
| --- | --- | | ||
| [FastCornersDetectorProperties](./fastcornersdetectorproperties/) | The fast corners detector properties | | ||
| [HarrisCornersDetectorProperties](./harriscornersdetectorproperties/) | The harris corner detector properties | | ||
## Interfaces | ||
|
||
| Interface | Description | | ||
| --- | --- | | ||
| [ICornersDetectorProperties](./icornersdetectorproperties/) | The corner detector properties interface | | ||
|
||
|
36 changes: 36 additions & 0 deletions
36
...g.accord.adapter.computervision.corners/fastcornersdetectorproperties/_index.md
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,36 @@ | ||
--- | ||
title: Class FastCornersDetectorProperties | ||
second_title: Aspose.Imaging.Accord Adapter for .NET API Reference | ||
description: Aspose.Imaging.Accord.Adapter.ComputerVision.Corners.FastCornersDetectorProperties class. The fast corners detector properties | ||
type: docs | ||
weight: 170 | ||
url: /adapters/net/aspose.imaging.accord.adapter/aspose.imaging.accord.adapter.computervision.corners/fastcornersdetectorproperties/ | ||
--- | ||
## FastCornersDetectorProperties class | ||
|
||
The fast corners detector properties | ||
|
||
```csharp | ||
public class FastCornersDetectorProperties : ICornersDetectorProperties | ||
``` | ||
|
||
## Constructors | ||
|
||
| Name | Description | | ||
| --- | --- | | ||
| [FastCornersDetectorProperties](fastcornersdetectorproperties/)() | The default constructor. | | ||
|
||
## Properties | ||
|
||
| Name | Description | | ||
| --- | --- | | ||
| [Suppress](../../aspose.imaging.accord.adapter.computervision.corners/fastcornersdetectorproperties/suppress/) { get; set; } | Gets or sets a value indicating whether this `FastCornersDetectorProperties` is suppress. | | ||
| [Threshold](../../aspose.imaging.accord.adapter.computervision.corners/fastcornersdetectorproperties/threshold/) { get; set; } | Gets or sets the threshold. | | ||
|
||
### See Also | ||
|
||
* interface [ICornersDetectorProperties](../icornersdetectorproperties/) | ||
* namespace [Aspose.Imaging.Accord.Adapter.ComputerVision.Corners](../../aspose.imaging.accord.adapter.computervision.corners/) | ||
* assembly [Aspose.Imaging.Accord.Adapter](../../) | ||
|
||
|
23 changes: 23 additions & 0 deletions
23
...n.corners/fastcornersdetectorproperties/fastcornersdetectorproperties/_index.md
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,23 @@ | ||
--- | ||
title: FastCornersDetectorProperties.FastCornersDetectorProperties | ||
second_title: Aspose.Imaging.Accord Adapter for .NET API Reference | ||
description: FastCornersDetectorProperties constructor. The default constructor | ||
type: docs | ||
weight: 10 | ||
url: /adapters/net/aspose.imaging.accord.adapter/aspose.imaging.accord.adapter.computervision.corners/fastcornersdetectorproperties/fastcornersdetectorproperties/ | ||
--- | ||
## FastCornersDetectorProperties constructor | ||
|
||
The default constructor. | ||
|
||
```csharp | ||
public FastCornersDetectorProperties() | ||
``` | ||
|
||
### See Also | ||
|
||
* class [FastCornersDetectorProperties](../) | ||
* namespace [Aspose.Imaging.Accord.Adapter.ComputerVision.Corners](../../../aspose.imaging.accord.adapter.computervision.corners/) | ||
* assembly [Aspose.Imaging.Accord.Adapter](../../../) | ||
|
||
|
27 changes: 27 additions & 0 deletions
27
...adapter.computervision.corners/fastcornersdetectorproperties/suppress/_index.md
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,27 @@ | ||
--- | ||
title: FastCornersDetectorProperties.Suppress | ||
second_title: Aspose.Imaging.Accord Adapter for .NET API Reference | ||
description: FastCornersDetectorProperties property. Gets or sets a value indicating whether this FastCornersDetectorProperties is suppress | ||
type: docs | ||
weight: 20 | ||
url: /adapters/net/aspose.imaging.accord.adapter/aspose.imaging.accord.adapter.computervision.corners/fastcornersdetectorproperties/suppress/ | ||
--- | ||
## FastCornersDetectorProperties.Suppress property | ||
|
||
Gets or sets a value indicating whether this [`FastCornersDetectorProperties`](../) is suppress. | ||
|
||
```csharp | ||
public bool Suppress { get; set; } | ||
``` | ||
|
||
### Property Value | ||
|
||
`true` if suppress; otherwise, `false`. | ||
|
||
### See Also | ||
|
||
* class [FastCornersDetectorProperties](../) | ||
* namespace [Aspose.Imaging.Accord.Adapter.ComputerVision.Corners](../../../aspose.imaging.accord.adapter.computervision.corners/) | ||
* assembly [Aspose.Imaging.Accord.Adapter](../../../) | ||
|
||
|
27 changes: 27 additions & 0 deletions
27
...dapter.computervision.corners/fastcornersdetectorproperties/threshold/_index.md
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,27 @@ | ||
--- | ||
title: FastCornersDetectorProperties.Threshold | ||
second_title: Aspose.Imaging.Accord Adapter for .NET API Reference | ||
description: FastCornersDetectorProperties property. Gets or sets the threshold | ||
type: docs | ||
weight: 30 | ||
url: /adapters/net/aspose.imaging.accord.adapter/aspose.imaging.accord.adapter.computervision.corners/fastcornersdetectorproperties/threshold/ | ||
--- | ||
## FastCornersDetectorProperties.Threshold property | ||
|
||
Gets or sets the threshold. | ||
|
||
```csharp | ||
public int Threshold { get; set; } | ||
``` | ||
|
||
### Property Value | ||
|
||
The threshold. | ||
|
||
### See Also | ||
|
||
* class [FastCornersDetectorProperties](../) | ||
* namespace [Aspose.Imaging.Accord.Adapter.ComputerVision.Corners](../../../aspose.imaging.accord.adapter.computervision.corners/) | ||
* assembly [Aspose.Imaging.Accord.Adapter](../../../) | ||
|
||
|
39 changes: 39 additions & 0 deletions
39
...accord.adapter.computervision.corners/harriscornersdetectorproperties/_index.md
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,39 @@ | ||
--- | ||
title: Class HarrisCornersDetectorProperties | ||
second_title: Aspose.Imaging.Accord Adapter for .NET API Reference | ||
description: Aspose.Imaging.Accord.Adapter.ComputerVision.Corners.HarrisCornersDetectorProperties class. The harris corner detector properties | ||
type: docs | ||
weight: 180 | ||
url: /adapters/net/aspose.imaging.accord.adapter/aspose.imaging.accord.adapter.computervision.corners/harriscornersdetectorproperties/ | ||
--- | ||
## HarrisCornersDetectorProperties class | ||
|
||
The harris corner detector properties | ||
|
||
```csharp | ||
public class HarrisCornersDetectorProperties : ICornersDetectorProperties | ||
``` | ||
|
||
## Constructors | ||
|
||
| Name | Description | | ||
| --- | --- | | ||
| [HarrisCornersDetectorProperties](harriscornersdetectorproperties/)() | The default constructor. | | ||
|
||
## Properties | ||
|
||
| Name | Description | | ||
| --- | --- | | ||
| [K](../../aspose.imaging.accord.adapter.computervision.corners/harriscornersdetectorproperties/k/) { get; set; } | Gets or sets the k. | | ||
| [Measure](../../aspose.imaging.accord.adapter.computervision.corners/harriscornersdetectorproperties/measure/) { get; set; } | Gets or sets the measure. | | ||
| [Sigma](../../aspose.imaging.accord.adapter.computervision.corners/harriscornersdetectorproperties/sigma/) { get; set; } | Gets or sets the sigma. | | ||
| [Suppression](../../aspose.imaging.accord.adapter.computervision.corners/harriscornersdetectorproperties/suppression/) { get; set; } | Gets or sets the supression. | | ||
| [Threshold](../../aspose.imaging.accord.adapter.computervision.corners/harriscornersdetectorproperties/threshold/) { get; set; } | Gets or sets the threshold. | | ||
|
||
### See Also | ||
|
||
* interface [ICornersDetectorProperties](../icornersdetectorproperties/) | ||
* namespace [Aspose.Imaging.Accord.Adapter.ComputerVision.Corners](../../aspose.imaging.accord.adapter.computervision.corners/) | ||
* assembly [Aspose.Imaging.Accord.Adapter](../../) | ||
|
||
|
23 changes: 23 additions & 0 deletions
23
...rners/harriscornersdetectorproperties/harriscornersdetectorproperties/_index.md
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,23 @@ | ||
--- | ||
title: HarrisCornersDetectorProperties.HarrisCornersDetectorProperties | ||
second_title: Aspose.Imaging.Accord Adapter for .NET API Reference | ||
description: HarrisCornersDetectorProperties constructor. The default constructor | ||
type: docs | ||
weight: 10 | ||
url: /adapters/net/aspose.imaging.accord.adapter/aspose.imaging.accord.adapter.computervision.corners/harriscornersdetectorproperties/harriscornersdetectorproperties/ | ||
--- | ||
## HarrisCornersDetectorProperties constructor | ||
|
||
The default constructor. | ||
|
||
```csharp | ||
public HarrisCornersDetectorProperties() | ||
``` | ||
|
||
### See Also | ||
|
||
* class [HarrisCornersDetectorProperties](../) | ||
* namespace [Aspose.Imaging.Accord.Adapter.ComputerVision.Corners](../../../aspose.imaging.accord.adapter.computervision.corners/) | ||
* assembly [Aspose.Imaging.Accord.Adapter](../../../) | ||
|
||
|
27 changes: 27 additions & 0 deletions
27
...cord.adapter.computervision.corners/harriscornersdetectorproperties/k/_index.md
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,27 @@ | ||
--- | ||
title: HarrisCornersDetectorProperties.K | ||
second_title: Aspose.Imaging.Accord Adapter for .NET API Reference | ||
description: HarrisCornersDetectorProperties property. Gets or sets the k | ||
type: docs | ||
weight: 20 | ||
url: /adapters/net/aspose.imaging.accord.adapter/aspose.imaging.accord.adapter.computervision.corners/harriscornersdetectorproperties/k/ | ||
--- | ||
## HarrisCornersDetectorProperties.K property | ||
|
||
Gets or sets the k. | ||
|
||
```csharp | ||
public float K { get; set; } | ||
``` | ||
|
||
### Property Value | ||
|
||
The k. | ||
|
||
### See Also | ||
|
||
* class [HarrisCornersDetectorProperties](../) | ||
* namespace [Aspose.Imaging.Accord.Adapter.ComputerVision.Corners](../../../aspose.imaging.accord.adapter.computervision.corners/) | ||
* assembly [Aspose.Imaging.Accord.Adapter](../../../) | ||
|
||
|
27 changes: 27 additions & 0 deletions
27
...dapter.computervision.corners/harriscornersdetectorproperties/measure/_index.md
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,27 @@ | ||
--- | ||
title: HarrisCornersDetectorProperties.Measure | ||
second_title: Aspose.Imaging.Accord Adapter for .NET API Reference | ||
description: HarrisCornersDetectorProperties property. Gets or sets the measure | ||
type: docs | ||
weight: 30 | ||
url: /adapters/net/aspose.imaging.accord.adapter/aspose.imaging.accord.adapter.computervision.corners/harriscornersdetectorproperties/measure/ | ||
--- | ||
## HarrisCornersDetectorProperties.Measure property | ||
|
||
Gets or sets the measure. | ||
|
||
```csharp | ||
public HarrisCornerMeasure Measure { get; set; } | ||
``` | ||
|
||
### Property Value | ||
|
||
The measure. | ||
|
||
### See Also | ||
|
||
* class [HarrisCornersDetectorProperties](../) | ||
* namespace [Aspose.Imaging.Accord.Adapter.ComputerVision.Corners](../../../aspose.imaging.accord.adapter.computervision.corners/) | ||
* assembly [Aspose.Imaging.Accord.Adapter](../../../) | ||
|
||
|
27 changes: 27 additions & 0 deletions
27
....adapter.computervision.corners/harriscornersdetectorproperties/sigma/_index.md
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,27 @@ | ||
--- | ||
title: HarrisCornersDetectorProperties.Sigma | ||
second_title: Aspose.Imaging.Accord Adapter for .NET API Reference | ||
description: HarrisCornersDetectorProperties property. Gets or sets the sigma | ||
type: docs | ||
weight: 40 | ||
url: /adapters/net/aspose.imaging.accord.adapter/aspose.imaging.accord.adapter.computervision.corners/harriscornersdetectorproperties/sigma/ | ||
--- | ||
## HarrisCornersDetectorProperties.Sigma property | ||
|
||
Gets or sets the sigma. | ||
|
||
```csharp | ||
public double Sigma { get; set; } | ||
``` | ||
|
||
### Property Value | ||
|
||
The sigma. | ||
|
||
### See Also | ||
|
||
* class [HarrisCornersDetectorProperties](../) | ||
* namespace [Aspose.Imaging.Accord.Adapter.ComputerVision.Corners](../../../aspose.imaging.accord.adapter.computervision.corners/) | ||
* assembly [Aspose.Imaging.Accord.Adapter](../../../) | ||
|
||
|
27 changes: 27 additions & 0 deletions
27
...er.computervision.corners/harriscornersdetectorproperties/suppression/_index.md
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,27 @@ | ||
--- | ||
title: HarrisCornersDetectorProperties.Suppression | ||
second_title: Aspose.Imaging.Accord Adapter for .NET API Reference | ||
description: HarrisCornersDetectorProperties property. Gets or sets the supression | ||
type: docs | ||
weight: 50 | ||
url: /adapters/net/aspose.imaging.accord.adapter/aspose.imaging.accord.adapter.computervision.corners/harriscornersdetectorproperties/suppression/ | ||
--- | ||
## HarrisCornersDetectorProperties.Suppression property | ||
|
||
Gets or sets the supression. | ||
|
||
```csharp | ||
public int Suppression { get; set; } | ||
``` | ||
|
||
### Property Value | ||
|
||
The supression. | ||
|
||
### See Also | ||
|
||
* class [HarrisCornersDetectorProperties](../) | ||
* namespace [Aspose.Imaging.Accord.Adapter.ComputerVision.Corners](../../../aspose.imaging.accord.adapter.computervision.corners/) | ||
* assembly [Aspose.Imaging.Accord.Adapter](../../../) | ||
|
||
|
27 changes: 27 additions & 0 deletions
27
...pter.computervision.corners/harriscornersdetectorproperties/threshold/_index.md
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,27 @@ | ||
--- | ||
title: HarrisCornersDetectorProperties.Threshold | ||
second_title: Aspose.Imaging.Accord Adapter for .NET API Reference | ||
description: HarrisCornersDetectorProperties property. Gets or sets the threshold | ||
type: docs | ||
weight: 60 | ||
url: /adapters/net/aspose.imaging.accord.adapter/aspose.imaging.accord.adapter.computervision.corners/harriscornersdetectorproperties/threshold/ | ||
--- | ||
## HarrisCornersDetectorProperties.Threshold property | ||
|
||
Gets or sets the threshold. | ||
|
||
```csharp | ||
public float Threshold { get; set; } | ||
``` | ||
|
||
### Property Value | ||
|
||
The threshold. | ||
|
||
### See Also | ||
|
||
* class [HarrisCornersDetectorProperties](../) | ||
* namespace [Aspose.Imaging.Accord.Adapter.ComputerVision.Corners](../../../aspose.imaging.accord.adapter.computervision.corners/) | ||
* assembly [Aspose.Imaging.Accord.Adapter](../../../) | ||
|
||
|
Oops, something went wrong.