Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
Update uml diagram to svg and icon link
Browse files Browse the repository at this point in the history
  • Loading branch information
PolinaSavelyeva committed Sep 13, 2023
1 parent d3bdd05 commit 5b19710
Show file tree
Hide file tree
Showing 29 changed files with 2,335 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RepositoryType>git</RepositoryType>
<Authors>PolinaSavelyeva</Authors>
<RepositoryUrl>https://github.com/PolinaSavelyeva/ImageProcessing</RepositoryUrl>
<FsDocsLogoSource>https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo_down_scaled.svg</FsDocsLogoSource>
<FsDocsLogoSource>https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo.svg</FsDocsLogoSource>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)README.md" Pack="true" PackagePath="/"/>
Expand Down
4 changes: 2 additions & 2 deletions docs/Explanations/Background.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<body>
<nav class="navbar sticky-top navbar-expand-lg bg-body">
<div class="container">
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo_down_scaled.svg" /></a>
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo.svg" /></a>
<div id="header">
<div class="searchbox">
<input data-search-input="" class="m-3" id="search-by" type="search" placeholder="Search..." />
Expand Down Expand Up @@ -156,7 +156,7 @@ <h3><a name="3-CPU-and-GPU-Processing" class="anchor" href="#3-CPU-and-GPU-Proce
<h2><a name="Diagram" class="anchor" href="#Diagram">Diagram</a></h2>
<hr />
<p>There is a UML diagram representing the dependencies between modules:</p>
<p><img src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/image_processing_uml.png" alt="image" /></p>
<p><img src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/image_processing_uml.svg" alt="image" /></p>


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/How_Tos/Doing_A_Thing.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<body>
<nav class="navbar sticky-top navbar-expand-lg bg-body">
<div class="container">
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo_down_scaled.svg" /></a>
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo.svg" /></a>
<div id="header">
<div class="searchbox">
<input data-search-input="" class="m-3" id="search-by" type="search" placeholder="Search..." />
Expand Down
2 changes: 1 addition & 1 deletion docs/How_Tos/Doing_Another_Thing.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<body>
<nav class="navbar sticky-top navbar-expand-lg bg-body">
<div class="container">
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo_down_scaled.svg" /></a>
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo.svg" /></a>
<div id="header">
<div class="searchbox">
<input data-search-input="" class="m-3" id="search-by" type="search" placeholder="Search..." />
Expand Down
2 changes: 1 addition & 1 deletion docs/Tutorials/Getting_Started.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<body>
<nav class="navbar sticky-top navbar-expand-lg bg-body">
<div class="container">
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo_down_scaled.svg" /></a>
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo.svg" /></a>
<div id="header">
<div class="searchbox">
<input data-search-input="" class="m-3" id="search-by" type="search" placeholder="Search..." />
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<body>
<nav class="navbar sticky-top navbar-expand-lg bg-body">
<div class="container">
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo_down_scaled.svg" /></a>
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo.svg" /></a>
<div id="header">
<div class="searchbox">
<input data-search-input="" class="m-3" id="search-by" type="search" placeholder="Search..." />
Expand Down
2 changes: 1 addition & 1 deletion docs/index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/reference/agents-imagemessage.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<body>
<nav class="navbar sticky-top navbar-expand-lg bg-body">
<div class="container">
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo_down_scaled.svg" /></a>
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo.svg" /></a>
<div id="header">
<div class="searchbox">
<input data-search-input="" class="m-3" id="search-by" type="search" placeholder="Search..." />
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/agents-pathmessage.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<body>
<nav class="navbar sticky-top navbar-expand-lg bg-body">
<div class="container">
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo_down_scaled.svg" /></a>
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo.svg" /></a>
<div id="header">
<div class="searchbox">
<input data-search-input="" class="m-3" id="search-by" type="search" placeholder="Search..." />
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/argucommands-arguprocessingunits.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<body>
<nav class="navbar sticky-top navbar-expand-lg bg-body">
<div class="container">
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo_down_scaled.svg" /></a>
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo.svg" /></a>
<div id="header">
<div class="searchbox">
<input data-search-input="" class="m-3" id="search-by" type="search" placeholder="Search..." />
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/argucommands-cliarguments.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<body>
<nav class="navbar sticky-top navbar-expand-lg bg-body">
<div class="container">
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo_down_scaled.svg" /></a>
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo.svg" /></a>
<div id="header">
<div class="searchbox">
<input data-search-input="" class="m-3" id="search-by" type="search" placeholder="Search..." />
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/global-agents.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<body>
<nav class="navbar sticky-top navbar-expand-lg bg-body">
<div class="container">
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo_down_scaled.svg" /></a>
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo.svg" /></a>
<div id="header">
<div class="searchbox">
<input data-search-input="" class="m-3" id="search-by" type="search" placeholder="Search..." />
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/global-argucommands.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<body>
<nav class="navbar sticky-top navbar-expand-lg bg-body">
<div class="container">
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo_down_scaled.svg" /></a>
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo.svg" /></a>
<div id="header">
<div class="searchbox">
<input data-search-input="" class="m-3" id="search-by" type="search" placeholder="Search..." />
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/global-cli.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<body>
<nav class="navbar sticky-top navbar-expand-lg bg-body">
<div class="container">
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo_down_scaled.svg" /></a>
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo.svg" /></a>
<div id="header">
<div class="searchbox">
<input data-search-input="" class="m-3" id="search-by" type="search" placeholder="Search..." />
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/global-cpu.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<body>
<nav class="navbar sticky-top navbar-expand-lg bg-body">
<div class="container">
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo_down_scaled.svg" /></a>
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo.svg" /></a>
<div id="header">
<div class="searchbox">
<input data-search-input="" class="m-3" id="search-by" type="search" placeholder="Search..." />
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/global-gpu.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<body>
<nav class="navbar sticky-top navbar-expand-lg bg-body">
<div class="container">
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo_down_scaled.svg" /></a>
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo.svg" /></a>
<div id="header">
<div class="searchbox">
<input data-search-input="" class="m-3" id="search-by" type="search" placeholder="Search..." />
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/global-helper.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<body>
<nav class="navbar sticky-top navbar-expand-lg bg-body">
<div class="container">
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo_down_scaled.svg" /></a>
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo.svg" /></a>
<div id="header">
<div class="searchbox">
<input data-search-input="" class="m-3" id="search-by" type="search" placeholder="Search..." />
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/global-kernels.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<body>
<nav class="navbar sticky-top navbar-expand-lg bg-body">
<div class="container">
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo_down_scaled.svg" /></a>
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo.svg" /></a>
<div id="header">
<div class="searchbox">
<input data-search-input="" class="m-3" id="search-by" type="search" placeholder="Search..." />
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/global-myimage.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<body>
<nav class="navbar sticky-top navbar-expand-lg bg-body">
<div class="container">
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo_down_scaled.svg" /></a>
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo.svg" /></a>
<div id="header">
<div class="searchbox">
<input data-search-input="" class="m-3" id="search-by" type="search" placeholder="Search..." />
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/global-process.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<body>
<nav class="navbar sticky-top navbar-expand-lg bg-body">
<div class="container">
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo_down_scaled.svg" /></a>
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo.svg" /></a>
<div id="header">
<div class="searchbox">
<input data-search-input="" class="m-3" id="search-by" type="search" placeholder="Search..." />
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<body>
<nav class="navbar sticky-top navbar-expand-lg bg-body">
<div class="container">
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo_down_scaled.svg" /></a>
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo.svg" /></a>
<div id="header">
<div class="searchbox">
<input data-search-input="" class="m-3" id="search-by" type="search" placeholder="Search..." />
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<body>
<nav class="navbar sticky-top navbar-expand-lg bg-body">
<div class="container">
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo_down_scaled.svg" /></a>
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo.svg" /></a>
<div id="header">
<div class="searchbox">
<input data-search-input="" class="m-3" id="search-by" type="search" placeholder="Search..." />
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/myimage-myimage.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<body>
<nav class="navbar sticky-top navbar-expand-lg bg-body">
<div class="container">
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo_down_scaled.svg" /></a>
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo.svg" /></a>
<div id="header">
<div class="searchbox">
<input data-search-input="" class="m-3" id="search-by" type="search" placeholder="Search..." />
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/process-agentssupport.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<body>
<nav class="navbar sticky-top navbar-expand-lg bg-body">
<div class="container">
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo_down_scaled.svg" /></a>
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo.svg" /></a>
<div id="header">
<div class="searchbox">
<input data-search-input="" class="m-3" id="search-by" type="search" placeholder="Search..." />
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/process-processingunits.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<body>
<nav class="navbar sticky-top navbar-expand-lg bg-body">
<div class="container">
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo_down_scaled.svg" /></a>
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo.svg" /></a>
<div id="header">
<div class="searchbox">
<input data-search-input="" class="m-3" id="search-by" type="search" placeholder="Search..." />
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/process-transformations.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<body>
<nav class="navbar sticky-top navbar-expand-lg bg-body">
<div class="container">
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo_down_scaled.svg" /></a>
<a class="navbar-brand" href="https://PolinaSavelyeva.github.io/ImageProcessing/"><img id="fsdocs-logo" src="https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/logo.svg" /></a>
<div id="header">
<div class="searchbox">
<input data-search-input="" class="m-3" id="search-by" type="search" placeholder="Search..." />
Expand Down
2 changes: 1 addition & 1 deletion docsSrc/Explanations/Background.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ CPU processing is done using standard F# functions, while GPU processing utilize

There is a UML diagram representing the dependencies between modules:

![image](https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/image_processing_uml.png)
![image](https://raw.githubusercontent.com/PolinaSavelyeva/ImageProcessing/dev/resources/image_processing_uml.svg)
Binary file removed resources/image_processing_uml.png
Binary file not shown.
2,307 changes: 2,307 additions & 0 deletions resources/image_processing_uml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5b19710

Please sign in to comment.