Home > ISET > imgproc > Demosaic > AdaptiveLaplacian.m

AdaptiveLaplacian

PURPOSE ^

Adaptive laplacian demosaicking algorithm

SYNOPSIS ^

function [ rgb ] = AdaptiveLaplacian( bayer_in, bPattern, clipToRange)

DESCRIPTION ^

 Adaptive laplacian demosaicking algorithm

  RGB = AdaptiveLaplacian( BAYER, bPattern, clipToRange )

 Demosaicking algorithms estimate missing color information by
 interpolation of the known color information across different color
 planes.  
 
 Interpolation is performed only in the direction with the smallest
 gradient. If the gradient is high, the algorithm does not average across
 the border.

 The multiple color band functions like this can have out of range values
 (beyond 0,1).  Normally, we clip to range.  You can turn this off by
 setting clipToRange = 0 

 Copyright ImagEval Consultants, LLC, 2005.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 14-Jan-2007 10:24:23 by m2html © 2003