Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Adobe DNG SDK Demosaicing Algorythm

New Here ,
May 14, 2020 May 14, 2020

Hi,

 

I can't figure out what demosaicing (interpolation) algorythm does Adobe DNG SDK use. On some old forum thread some user says that DNG SDK uses simple bilinear interpolation, but that thread is ten years old. What's with Adobe DNG SDK 1.5? Does it still use bilinear interpolation?

 

If so, is there any way to implement, for example, AHD interpolation?

 

1.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Enthusiast , May 14, 2020 May 14, 2020

The DNG SDK 1.5 still uses bilinear interpolation. The SDK design is modular, you can easily substitute your own code.

Translate
Enthusiast ,
May 14, 2020 May 14, 2020

The DNG SDK 1.5 still uses bilinear interpolation. The SDK design is modular, you can easily substitute your own code.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 14, 2020 May 14, 2020
LATEST
Thanks for your reply.

Looks like the better way is to use LibRaw for DNG reading.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines