Commit 4c7e63d 1 parent b9a94ed commit 4c7e63d Copy full SHA for 4c7e63d
File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 7
7
<UseWPF >true</UseWPF >
8
8
<ImplicitUsings >enable</ImplicitUsings >
9
9
<StartupObject >PanoramaApp.App</StartupObject >
10
+ <Version >1.1.0.0</Version >
10
11
</PropertyGroup >
11
12
12
13
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
Original file line number Diff line number Diff line change 1
1
# PanoramaApp
2
- OpenCVを用いてパノラマ写真を作るアプリ
2
+ OpenCVを用いてパノラマ画像を作るアプリ
3
3
4
4
# 使用したライブラリ
5
5
- [ OpenCvSharp4.Windows] ( https://www.nuget.org/packages/OpenCvSharp4.Windows/4.7.0.20230115 )
6
6
- [ CommunityToolkit.Mvvm] ( https://www.nuget.org/packages/CommunityToolkit.Mvvm/8.2.0 )
7
- - [ MaterialDesignThemes] ( https://www.nuget.org/packages/MaterialDesignThemes/4.9.0 )
7
+ - [ MaterialDesignThemes] ( https://www.nuget.org/packages/MaterialDesignThemes/4.9.0 )
8
+
9
+ # 履歴
10
+ 以下リリース履歴
11
+ ## version 1
12
+ ### version 1.1.0.0
13
+ - ファイルパスを表示する部分を拡大
14
+ - 画像合成中であることを明確化
15
+ ### version 1.0.0.0
16
+ - パノラマ画像を作成できる。
You can’t perform that action at this time.
0 commit comments