Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Background subtraction with satellite images #118

Open
EricPedley opened this issue Feb 5, 2024 · 2 comments
Open

Background subtraction with satellite images #118

EricPedley opened this issue Feb 5, 2024 · 2 comments

Comments

@EricPedley
Copy link
Member

Very experimental idea:

Since we know what the runway is supposed to look like, do a reverse image search or something to figure out what part of the runway we're above, and match it onto the camera image, adjust brightness/contrast/hue to fit as close as possible, then subtract to remove the background and leave only the shapes.

IDK if this'll work but it'll be fun to try.

@EricPedley EricPedley self-assigned this Feb 5, 2024
@EricPedley
Copy link
Member Author

Code is here rn: https://github.com/uci-uav-forge/uavf_2024/tree/image-lookup-stitching

@bdoget
Copy link
Contributor

bdoget commented Feb 20, 2024

"""

find satellite image
generate field image with targets
subtract the two (fg, bg)

bg image is at uavf_2024\tests\imaging\imaging_data\image_lookup\image0.png
fg is at targets

"""

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants