-
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.
Merge pull request #31 from dynamsoft-docs/preview
update to internal commit 158c108f
- Loading branch information
Showing
30 changed files
with
1,407 additions
and
256 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
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,15 @@ | ||
|
||
`DynamsoftLabelRecognizer` SDK has been revamped to integrate with `DynamsoftCaptureVision (DCV)` architecture, which is newly established to aggregate the features of functional products powered by Dynamsoft. The features are designed to be pluggable, customizable and interactable. In addition, the functional products share the computation so that their processing speed is much higher than working individually. | ||
|
||
* `DynamsoftCaptureVision` architecture consists of: | ||
* `ImageSourceAdapter(ISA)`, the standard input interface for you to convert image data from different sources into the standard input image data. In addition, `ISA` incorporates an image buffer management system that allows instant access to the buffered image data. | ||
* `CaptureVisionRouter (CVR)`, an engine for you to update templates, retrieve images from `ISA`, coordinate corresponding functional products and dispatch the results to the receivers. | ||
* Functional products that perform image processing, content understanding and semantic processing. The functional products are pluggable and passively called by CVR when they are required. | ||
* Result receiver interfaces. You can implement `CapturedResultReceiver (CRR)` to receive the `CapturedResults` that output when the processing on an image is finalized. | ||
* The parameter template system has been comprehensively upgraded. | ||
* Multiple algorithm task settings are available. You can define barcode decoding, label recognizing, document scanning and semantic processing tasks in one template file. | ||
* Extended the feature of the ROI system. By configuring the `target ROI` parameters, you can not only specify an `ROI` on the original image but also define the dependencies of the algorithm tasks. This feature enables you to customize the workflow when processing complex scenarios. | ||
* The image processing parameters are separated from the task parameters so that the template settings become more clear and concise. | ||
* The `intermediate result` system has been improved. | ||
* Achieved the `intermediate result` sharing between different functional products. The results that have the same image source and processing parameters are directly reused, which speeds up the image processing workflow. You don’t need to add any additional code to enable the `intermediate result` sharing. The library can recognize all the reusable results automatically based on the template file you uploaded. | ||
|
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
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
31 changes: 31 additions & 0 deletions
31
_includes/sidelist-programming/programming-dotnet-v2.0.0.html
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,31 @@ | ||
<li lang="dotnet" class="category">DEVELOPMENT</li> | ||
<li lang="dotnet" ><a href="{{ site.dlr_dotnet }}user-guide.html" class="otherLinkColour">User Guide</a></li> | ||
|
||
<li lang="dotnet" ><a href="{{ site.dlr_dotnet_api }}" class="otherLinkColour">API Reference</a> | ||
<ul> | ||
<li><a href="{{ site.dlr_dotnet_api }}label-recognizer.html" class="otherLinkColour">LabelRecognizer</a></li> | ||
<li><a style="cursor:pointer;color:#3c3c3c">Auxiliary Classes</a> | ||
<ul> | ||
<li><a href="{{ site.dlr_dotnet_api }}quadrilateral.html" class="otherLinkColour">Quadrilateral</a></li> | ||
<li><a href="{{ site.dlr_dotnet_api }}image-data.html" class="otherLinkColour">ImageData</a></li> | ||
<li><a href="{{ site.dlr_dotnet_api }}barcode-result.html" class="otherLinkColour">BarcodeResult</a></li> | ||
<li><a href="{{ site.dlr_dotnet_api }}label-recognizer-exception.html" class="otherLinkColour">LabelRecognizerException</a></li> | ||
<li><a href="{{ site.dlr_dotnet_api }}dlr-runtime-settings.html" class="otherLinkColour">DLR_RuntimeSettings</a></li> | ||
<li><a href="{{ site.dlr_dotnet_api }}dlr-reference-region.html" class="otherLinkColour">DLR_ReferenceRegion</a></li> | ||
<li><a href="{{ site.dlr_dotnet_api }}dlr-result.html" class="otherLinkColour">DLR_Result</a></li> | ||
<li><a href="{{ site.dlr_dotnet_api }}dlr-line-result.html" class="otherLinkColour">DLR_LineResult</a></li> | ||
<li><a href="{{ site.dlr_dotnet_api }}dlr-character-result.html" class="otherLinkColour">DLR_CharacterResult</a></li> | ||
<li><a href="{{ site.dlr_dotnet_api }}dlr-dictionary-correction-threshold.html" class="otherLinkColour">DLR_DictionaryCorrectionThreshold</a></li> | ||
<li><a href="{{ site.dlr_dotnet_api }}dlr-further-modes.html" class="otherLinkColour">DLR_FurtherModes</a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</li> | ||
<li lang="dotnet" class="category">USEFUL RESOURCES</li> | ||
|
||
<li lang="dotnet" ><a href="{{ site.dlr_dotnet_release_notes }}" class="otherLinkColour">Release Notes</a> | ||
<ul> | ||
<li><a href="{{ site.dlr_dotnet_release_notes }}dotnet-2.html" class="otherLinkColour">Version 2.x</a></li> | ||
<li><a href="{{ site.dlr_dotnet_release_notes }}dotnet-1.html" class="otherLinkColour">Version 1.x</a></li> | ||
</ul> | ||
</li> |
Oops, something went wrong.