star_alignment icon indicating copy to clipboard operation
star_alignment copied to clipboard

Align several astronomy / nightscape images by star points in images.

Results 2 star_alignment issues
Sort by recently updated
recently updated
newest added

请问一下在哪里可以找到feature descriptor的解释?看上去与正态分布的函数很相近但是看不太明白。谢谢。 fx = np.arange(-np.pi, np.pi, 3 * np.pi / 180) features = np.zeros((pts_num, len(fx))) for i in range(k): sigma = 2.5 * np.exp(-rho_feature[:, i] * 100) + .04 tmp...

get_exif_value 貌似有问题,去掉了 有些小问题 ```bash [root@node1 python3]# python3 alignStar.py -f 40 -o /root/align.tiff /root/f3tiff/* Final star points = 329 Final star points = 377 Final star points = 305 Final star...