-
Notifications
You must be signed in to change notification settings - Fork 840
debug_perspective_cn
guoh064 edited this page Apr 19, 2024
·
1 revision
LmeSzinc 20:45:43
LmeSzinc 20:46:14
中文就是拟合的灭点和距点过近
LmeSzinc 20:46:57
灭点和据点是用地图网格线拟合的
LmeSzinc 20:48:41
拟合失败就是地图的网格线不足
LmeSzinc 20:49:14
网格线识别在这里
LmeSzinc 20:49:36
应该调 INTERNAL_LINES_FIND_PEAKS_PARAMETERS
LmeSzinc 20:50:38
然后PS打开报错的图片
LmeSzinc 20:50:57
CTRL+SHIFT+U 去色
LmeSzinc 20:52:14
这里的线的颜色是119
LmeSzinc 20:53:08
findpeaks是找峰值,所以图片预处理前会有反色
LmeSzinc 20:53:44
'height': (150, 255 - 33), 就是只能识别灰度 33~105的网格线
LmeSzinc 20:54:19
要识别119的,就应该把'height': (150, 255 - 33),里的150调低
LmeSzinc 20:56:31
口糊 80 就差不多了
LmeSzinc 20:58:10
MAP_ENSURE_EDGE_INSIGHT_CORNER是什么时候设置,在顶部地图边缘被大量遮挡的时候才设置
LmeSzinc 20:59:36
比如这样
LmeSzinc 21:00:45
或者这样
LmeSzinc 21:02:09
识别到的边缘就只有这么多
LmeSzinc 21:02:31
不够作为一条边缘,所以用下边缘来对齐
Getting Started
- Installation [EN]
- Installation [CN]
- Installation With Docker [EN]
- Emulator Support [CN]
- FAQ [EN/CN]
- FAQ [JP]
- Troubleshooting [EN]
- Another Installation guide
- Research Filter String [EN]
- Research Filter String [CN]
- Reward Shop Filter String [EN/CN]
- Onepush Configuration [EN]
- Onepush Configuration [CN]
Development
- Perspective [CN]
- Perspective [EN]
- Debug perspective [CN]
- Debug perspective [EN]
- Item Statistics [EN]
- 1. Start
- 2.1. Debugging
- 2.2. Multi-server support
- 3.1. Utils
- 3.2. Decorators
- 3.3. Log
- 3.4. Exception
- 4.1. Detection objects
- 4.2. UI control
- 4.3. OCR
- 4.4. State loop
- 5.1. Local Map
- 5.2. Create globe Map
- 5.3. Globe Map
- 6.1. GUI Option
MISC