Commit Graph

56 Commits

Author SHA1 Message Date
辉鸭蛋
5984adf015 auto pathing: add pick timer
更新地图特征点路径和UI文本,地图追踪时添加自动拾取

在 `FeatureStorage.cs` 中,将 `rootPath` 的路径从 `Global.Absolute(@"User\Map\");` 修改为 `Global.Absolute(@"Assets\Map\");`。
在 `Navigation.cs` 中,更新了日志信息的内容,使其更加明确首次加载速度较慢。
在 `BigMap.cs` 中,将 `FeatureMatcher` 的初始化参数从 `MapAssets.Instance.MainMap256BlockMat.Value` 修改为 `new Size(4096, 3328)`。
在 `MapPathingPage.xaml` 中,更新了部分 UI 文本,使其更加准确和清晰。例如,将“查看地图”修改为“查看实时追踪地图”,并在功能描述中添加了“尝鲜”字样。
在 `MapPathingPage.xaml` 中,注释掉了一个 `GridViewColumn`,该列包含了一个操作按钮。
在 `MapPathingViewModel.cs` 中,添加了 `using BetterGenshinImpact.Core.Script.Dependence.Model;` 引用。
在 `MapPathingViewModel.cs` 中,修改了 `TaskRunner` 的初始化参数,并在执行路径任务前添加了一个触发器。
在 `PickHandler.cs` 中,添加了一个新的类 `PickHandler`,并标记为 `[Obsolete]`,表示该类暂时不需要。
2024-09-08 20:28:50 +08:00
辉鸭蛋
d4fe1f2ab0 add BfMatch instead of FlannMatch 2024-08-14 23:21:03 +08:00
辉鸭蛋
4e1a0673c9 fix GetMiniMapPositionByFeatureMatch = 0 2024-08-14 22:25:15 +08:00
qhy040404
c490d29aa1 code cleanup 2024-08-14 18:01:02 +08:00
辉鸭蛋
644cdea7ee fix the accuracy issue of feature matching 2024-08-13 23:05:53 +08:00
辉鸭蛋
83911bb13d add new knn match 2024-08-13 21:37:00 +08:00
辉鸭蛋
bc3f356d46 add new knn match 2024-08-13 01:52:48 +08:00
辉鸭蛋
352b45f07d use FileStorage save KeyPoints 2024-08-01 22:36:06 +08:00
辉鸭蛋
2cd71ff4a1 improve the speed of matching bigmap 2024-06-30 17:12:50 +08:00
辉鸭蛋
fc5d37670c auto map test 2024-06-06 00:44:52 +08:00
辉鸭蛋
19f2956633 add map tp 2024-06-02 01:09:57 +08:00
辉鸭蛋
cb106db75f use 2048 block map 2024-05-22 15:38:13 +08:00
辉鸭蛋
c544c18b07 test map tp 2024-05-05 19:12:01 +08:00
辉鸭蛋
b1e33a6339 refactor: QuickSereniteaPotTask 2024-05-04 11:49:22 +08:00
辉鸭蛋
7dda27c59b benchmark for #358 2024-04-23 00:45:17 +08:00
辉鸭蛋
8513d31f13 Merge pull request #358 from babalae/span-copy 2024-04-22 23:34:52 +08:00
DismissedLight
df01527d98 Update KeyPointFeatureBlockHelper.cs 2024-04-22 10:43:13 +08:00
Lightczx
fcdf1c4873 Update KeyPointFeatureBlockHelper.cs 2024-04-22 10:41:17 +08:00
辉鸭蛋
116a4c8790 init way record 2024-04-21 23:03:40 +08:00
辉鸭蛋
f64e2f37c9 add feature matcher 2024-04-21 17:18:03 +08:00
辉鸭蛋
25e640bff1 block based feature matching 2024-04-21 13:49:25 +08:00
辉鸭蛋
f10694a476 code style 2024-04-20 00:25:15 +08:00
Lightczx
820cd8949d refactor singleton 2024-04-19 17:05:22 +08:00
辉鸭蛋
a983ed45ce Merge pull request #351 from babalae/feat/optimization 2024-04-19 16:31:03 +08:00
辉鸭蛋
f8f4332abd surf opt 2024-04-13 16:35:54 +08:00
Lightczx
4819849902 code style 2024-04-12 10:38:50 +08:00
辉鸭蛋
1060b819ff draw map teleport point 2024-04-07 22:05:36 +08:00
辉鸭蛋
d070f45a0a more match template support 2024-04-06 18:42:23 +08:00
辉鸭蛋
0453355b8a optimize multiple item submissions 2024-04-05 22:16:37 +08:00
辉鸭蛋
8affeff26f optimization 2024-04-04 22:35:36 +08:00
辉鸭蛋
e744aba880 add more recognition capabilities for RectArea 2024-04-04 20:35:42 +08:00
辉鸭蛋
5187001b31 unified template matching threshold 2024-04-03 22:47:30 +08:00
辉鸭蛋
a9ff321daf big map surf test 2024-03-31 14:49:03 +08:00
辉鸭蛋
417dafa456 auto submit goods support multiple (have some problems) 2024-03-28 23:53:06 +08:00
辉鸭蛋
22ea2c2576 clean up code by ReSharper and CodeMaid [\Core] 2024-03-10 12:55:11 +08:00
辉鸭蛋
ffac1859dc add auto skip hangout 2024-03-10 00:49:53 +08:00
辉鸭蛋
5df1eac561 opencv mask test 2024-03-09 16:20:44 +08:00
huiyadanli
cb52ddc78b new auto skip 2024-02-09 23:27:49 +08:00
huiyadanli
16a256dbe0 more accurate auto tp & slower judgment time 2024-02-06 21:18:33 +08:00
huiyadanli
ee2f9f9368 fix: avatar switch bug #213 2024-01-17 00:48:23 +08:00
huiyadanli
3f76d8dbc9 optimization task termination and team identification 2023-12-31 19:06:31 +08:00
huiyadanli
a2dcad54c8 auto get daily rewards 2023-10-30 00:09:39 +08:00
huiyadanli
6256a80c01 fix some Genius Invokation bug 2023-10-22 14:17:41 +08:00
huiyadanli
63dbc54095 finsh Genius Invokation 2023-10-22 02:12:13 +08:00
huiyadanli
feb09bb6bc AutoGeniusInvokation: migrate code 2023-10-21 14:08:16 +08:00
huiyadanli
50ef3d2e22 delete useless code 2023-10-13 23:33:31 +08:00
huiyadanli
b4d1942b99 optimize GC 2023-10-13 23:26:59 +08:00
Lightczx
629b254f67 unsafe value convert 2023-10-07 17:02:08 +08:00
huiyadanli
30e81d1d04 finsh auto pick 2023-10-06 20:59:51 +08:00
huiyadanli
2b11eb3a91 ONNX test case passed 2023-10-06 18:17:49 +08:00