mga / Max stacking script for circumpolar photography
0 likes
0 forks
1 files
Last active 2 months ago
| 1 | import cv2 |
| 2 | import numpy as np |
| 3 | import os |
| 4 | import argparse |
| 5 | |
| 6 | |
| 7 | parser = argparse.ArgumentParser( |
| 8 | description="""Takes in a path to a directory |
| 9 | of images and stacks them into a star trail image.""" |
| 10 | ) |
Newer
Older