Skip to content

Commit 40989ee

Browse files
committed
Update README.md
1 parent df0755f commit 40989ee

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

README.ja.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ AviUtlでオブジェクトトラッキングを行うプラグイン
33

44

55
## 必要動作環境
6-
- AVXをサポートしたCPU
6+
- SSE2をサポートしたCPU
77
- 2GB以上のメインメモリ
88
- Windows 7以降のOS
99
- AviUtl 1.10
@@ -95,10 +95,7 @@ Object SelectionやView Resultで表示される矩形の色相を指定しま
9595

9696

9797
## ソースからのビルド
98-
1. `git clone https://github.com/Mr-Ojii/MotionTracking_MK-II_Plus.git`を実行
99-
2. OpenCV 4.11.0 を静的ライブラリとしてビルド(DebugとRelease両方)
100-
3. `src/CMakeLists.txt`よりVSのプロジェクトを生成
101-
4. Visual Studioを用いてビルド
98+
`.github/workflows/build.yml`をご覧ください。
10299

103100

104101
## バグ報告

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ AviUtl object tracking (rubbish) plugin based on LKT/optical flow. Use OpenCV 4.
33

44

55
## System Requirement
6-
*- CPU with AVX support (Not tested on SSE-only CPU)
6+
*- CPU with SSE2 support
77
*- \>= 2GB RAM
88
*- Windows 7 or later
99
*- AviUtl 1.10
@@ -95,10 +95,7 @@ Specifies the hue of the rectangle displayed in Object Selection and View Result
9595

9696

9797
## Building From Source
98-
1. Run `git clone https://github.com/Mr-Ojii/MotionTracking_MK-II_Plus.git`
99-
2. Build your own OpenCV 4.11.0 STATIC (Both Debug and Release builds)
100-
3. Generate VS project file from src/CMakeLists.txt
101-
4. Build with Visual Studio
98+
Please read `.github/workflows/build.yml`
10299

103100
## Bug Report
104101
* [GitHub](https://github.com/Mr-Ojii/MotionTracking_MK-II_Plus)

0 commit comments

Comments
 (0)