Matr1x.

Results 18 comments of Matr1x.

Maybe I have tried it before, but in that way it will be extremely difficult to recognize compass circle when the ship's cockpit is bathing in sunlight :( The navpoint...

That's where the problem is. In normal cases, we will do `sunAvoiding` between jumps, but in some rare situations when we perform in-system supercruise, there's a chance of running into...

I am wondering that if the problem is unavoidable, should we pitch up again for some secs then? Or is there any solution to it

`isAligned` comes from `checkAlignWithTemplate()` which detects the destCircle at the center of the game screen, and it works well on yours. `targetX` and `targetY` come from `getNavPointsByCompass()` which is the...

### For the compass detecting : - The method I use is `cv2.SimpleBlobDetector`, which is better than `cv2.matchTemplate` in my test. Here it seems that you use `cv2.findContours`, and it...

Maybe try to use grayscale image for processing, there's no need to worry about the color. Btw, did you test your method's correct rate and robustness? If it is good...

![8%OKP9FU4}B)0H {3~R~(QA](https://user-images.githubusercontent.com/20507354/166147064-15c5fc66-3c97-4e3b-a617-554b2893d834.png) reimplemented the image showing part. everything goes ok here I think `findContours` might be designed for a more complex pattern instead of a small dot, when `SimpleBlobDetector` could...

alright, see 5c4ed0851af9acdaad61f50622595df95e56a780

Update hsv filters bdd3967bf0f964f24954d497dc6681cfdea35872 I wonder if I have to change the UI color because it is unrecognizable when facing sunlight and there's a UI system & auto keybindings on...