标签: python numpy raspberry-pi libraw demosaicing
我正在尝试从Pi NoIR相机堆叠长时间曝光。
picamera原始格式可以根据示例解压缩为numpy数组:http://picamera.readthedocs.io/en/release-1.10/recipes2.html#raw-bayer-data-captures
如何将这个numpy数组转换为rawpy(https://github.com/letmaik/rawpy)图像进行后处理和去马赛克?