Skip to content

Commit 64c759a

Browse files
committed
2 parents 63cb26c + 8b52f07 commit 64c759a

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Image Processing
2-
[Microkernel Demo for both WPF and Winforms](https://github.com/dudinda/MVPTemplate)
2+
[Microkernel Demo for WPF, Winforms and Console processes](https://github.com/dudinda/MVPTemplate)
33

44
[![Build Status](https://dev.azure.com/dudin0da/Image%20Processing/_apis/build/status/Softenraged.Image-Processing?branchName=master)](https://dev.azure.com/dudin0da/Image%20Processing/_build/latest?definitionId=2&branchName=master)
55

66
1. [Thesis](#Thesis)
77
2. [Solutions](#)
8-
- [Application general architecture](#Architecture)
8+
- [General architecture of the transient process](#Architecture)
99
- [Navigation by using a DI container](https://github.com/dudinda/Image-Processing/blob/master/Source/ImageProcessing.Microkernel.MVP/Controller/Implementation/AppController.cs#L45)
1010
- [Closures propagation by using a pipeline and event aggregator](https://github.com/dudinda/Image-Processing/blob/master/Source/ImageProcessing.App.PresentationLayer/Presenters/RgbPresenter.cs#L53)
1111
- [Linking a transient presenter and a view](https://github.com/dudinda/Image-Processing/blob/master/Source/ImageProcessing.Microkernel.MVP/Presenter/Implementation/BasePresenter.cs#L36)
1212
- [Mocks registration via a DI container to test the internal infrastructure](https://github.com/dudinda/Image-Processing/blob/master/Tests/ImageProcessing.App.Integration/Monolith/DomainLayer/DomainStartup.cs#L77)
13-
- [Reference a microkernel from a presentation to move a domain between applications](https://github.com/dudinda/Image-Processing/blob/master/Source/ImageProcessing.App.PresentationLayer/ImageProcessing.App.PresentationLayer.csproj#L60)
13+
- [Reference a microkernel from a presentation to move a domain between processes](https://github.com/dudinda/Image-Processing/blob/master/Source/ImageProcessing.App.PresentationLayer/ImageProcessing.App.PresentationLayer.csproj#L60)
1414
- [Yielding a sequence to test a collection traverse order](https://github.com/dudinda/Image-Processing/blob/master/Tests/ImageProcessing.Utility.DataStructure.UnitTests/CaseFactory/BitMatrixCaseFactory.cs#L17)
1515
3. [Benchmarks](#benchmarks-cpu)
1616
4. [NuGet](#nuget)
@@ -58,20 +58,16 @@
5858

5959
<p> Thus, one may conclude that a normal distribution may represent better result regarding a uniform distribution on a group of underexposed images.</p>
6060

61-
***
62-
Introducing a front controller and http-context to accept a web request it may be possible to unify mvp, mvc and mvvm under the single abstraction.
63-
***
64-
6561
## Architecture
6662

6763
<p align="center">
68-
<img src="https://i.imgur.com/fyZiMjp.png" width="800" height = "800" alt="architecture">
69-
<p align="center">Fig. 6 - The application architecture.</p>
64+
<img src="https://i.imgur.com/gWjiEET.png" width="800" height = "800" alt="architecture">
65+
<p align="center">Fig. 6 - The process architecture.</p>
7066
</p>
7167

7268
<p align="center">
7369
<img src="https://i.imgur.com/c4v7BfU.png" width="1400" height = "230" alt="metrics">
74-
<p align="center">Fig. 7 - The application code metrics.</p>
70+
<p align="center">Fig. 7 - The process code metrics.</p>
7571
</p>
7672

7773
***

0 commit comments

Comments
 (0)