We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f32f4a9 + 470da79 commit a581fa5Copy full SHA for a581fa5
README.md
@@ -194,7 +194,12 @@
194
## License
195
LICENSEファイルに記載.
196
197
-## Change Log
+## Change Log
198
+- **v0.2.1**
199
+ - 平均計算ミスの修正.
200
+ - リサイズ計算で中心座標に対してブラー量を考慮していなかった問題の修正.
201
+ - Geometryデータの保存クラスに修飾子追加.
202
+
203
- **v0.2.0**
204
- 中心座標をスクリプト側で入手できるように変更.
205
- サンプル数計算をリサイズ量に基づいて計算するように変更.
dll_src/CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.20.0)
2
-project(ObjectMotionBlur_LK VERSION 0.2.0 LANGUAGES CXX)
+project(ObjectMotionBlur_LK VERSION 0.2.1 LANGUAGES CXX)
3
4
# Main target definition.
5
add_library(${PROJECT_NAME} SHARED
0 commit comments