Skip to content

Commit

Permalink
version 1.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aiueo-1234 committed Jul 10, 2023
1 parent b9a94ed commit 4c7e63d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions PanoramaApp/PanoramaApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<UseWPF>true</UseWPF>
<ImplicitUsings>enable</ImplicitUsings>
<StartupObject>PanoramaApp.App</StartupObject>
<Version>1.1.0.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# PanoramaApp
OpenCVを用いてパノラマ写真を作るアプリ
OpenCVを用いてパノラマ画像を作るアプリ

# 使用したライブラリ
- [OpenCvSharp4.Windows](https://www.nuget.org/packages/OpenCvSharp4.Windows/4.7.0.20230115)
- [CommunityToolkit.Mvvm](https://www.nuget.org/packages/CommunityToolkit.Mvvm/8.2.0)
- [MaterialDesignThemes](https://www.nuget.org/packages/MaterialDesignThemes/4.9.0)
- [MaterialDesignThemes](https://www.nuget.org/packages/MaterialDesignThemes/4.9.0)

# 履歴
以下リリース履歴
## version 1
### version 1.1.0.0
- ファイルパスを表示する部分を拡大
- 画像合成中であることを明確化
### version 1.0.0.0
- パノラマ画像を作成できる。

0 comments on commit 4c7e63d

Please sign in to comment.