Home > ISET > imgproc > Demosaic > Laplacian.m

Laplacian

PURPOSE ^

Laplacian demosaicing algorithm

SYNOPSIS ^

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

DESCRIPTION ^

Laplacian demosaicing algorithm

   RGB = Laplacian( BAYER, bPattern, [clipToRange] )

 Demosaic'ing algorithms estimate missing color information by
 interpolation of the known color information across different color
 planes.

 This is a non-adaptive version of AdaptiveLaplacian. 

 The weights used for interpolation are:
   XXXX

 The multiple color band functions like this can have out of range values
 (beyond 0,1).  In general, 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