Home > ISET > imgproc > demosaic > faultypixel > FaultyPixelCorrection.m

FaultyPixelCorrection

PURPOSE ^

FAULTYPIXELCORRECTION: Corrects dead pixels.

SYNOPSIS ^

function [ bayer_out ] = FaultyPixelCorrection( list, bayer_in, method, outsize )

DESCRIPTION ^

 FAULTYPIXELCORRECTION: Corrects dead pixels.

   [ BAYER_OUT ] = FaultyPixelCorrection( LIST, METHOD, BAYER_IN )

 Use a demosaic algorithm to correct faulty (dead) pixels.

 BAYER_OUT: Corrected bayer image.

 LIST     : Location of faulty pixels (Nx2) row,col positions.
            Format: [x1 y1;x2 y2;...]
 METHOD   : Demosaic algorithm to use.
 BAYER_IN : Bayer image with bad pixels

 Copyright ImagEval Consultants, LLC, 2006.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 20-Nov-2008 22:09:04 by m2html © 2003