本站提供正體中文版。切換到正體中文本站提供简体中文版。切换到简体中文このサイトには日本語版があります。日本語で表示이 사이트는 한국어로도 제공됩니다.한국어로 보기Diese Website ist auch auf Deutsch verfügbar.Auf Deutsch ansehenEste sitio web también está disponible en español.Ver en españolQuesto sito è disponibile anche in italiano.Visualizza in italianoCe site est également disponible en français.Afficher en françaisEste site também está disponível em português.Ver em portuguêsDeze website is ook beschikbaar in het Nederlands.In het Nederlands bekijkenЭтот сайт также доступен на русском языке.Смотреть на русскомयह वेबसाइट हिन्दी में भी उपलब्ध है।हिन्दी में देखेंهذا الموقع متاح أيضًا باللغة العربية.عرض بالعربيةSitus ini juga tersedia dalam bahasa Indonesia.Lihat dalam bahasa IndonesiaBu site Türkçe olarak da mevcut.Türkçe görüntüleTa strona jest dostępna także po polsku.Wyświetl po polskuTrang web này cũng có phiên bản tiếng Việt.Xem bằng tiếng Việtاین وب‌سایت به فارسی هم در دسترس است.مشاهده به فارسی

Color-Camera Images: Comparing CFA Split and Debayering

Preprocessing & Stacking2022.01

The raw images captured by a color camera (OSC) carry a CFA (color filter array), and to turn them into usable color data there are two main roads: one is “CFA split,” the other is “debayering.” What effect do these two approaches have on subsequent detail and noise? I’d wanted to run this experiment for a long time, and this time I finally got to it.

Four Processing Paths

I set up four processing pipelines to compare:

  1. Do CFA split first, then star removal, then up sample (2x).
  2. Do CFA split first, then up sample (2x), then star removal.
  3. Do Debayer first (RGB combined), then extract R, then star removal.
  4. Do Debayer first (RGB separated), then remove stars from R.

A comparison of the results from the four CFA-split and Debayer processing paths

Observed Results

  • The images that did CFA split first are blurrier, but path 2 has more detail than path 1.
  • The images that did Debayer first are sharper, but the areas where the background SNR is low show a lot of black spots.
  • Path 3 and path 4 are exactly the same.

My Current Conclusions

  • If you’re going to do CFA split first, then it’s best to do a 2x drizzle afterward.
  • If you do Debayer first, then you have to deal with the background noise problem.
  • One more conclusion: if you do CFA split first and use this image only for the RGB color, with the luminance channel shot separately, that result should be better.

But I should add one caveat: the image used in this test wasn’t calibrated (I just grabbed a photo on the spur of the moment), so the results may have been affected by that; a more rigorous approach would be to calibrate first and then test.