Developer Documentation
RAVL, Recognition And Vision Library
USER HOME PAGE CLASS LIST CONTENTS
Ravl - Images - Array2dC<DataT> Deinterlace(Array2dC<DataT> & img,bool field1Dom = true)
 

   Array2dC<DataT> Deinterlace(Array2dC<DataT> & img,bool field1Dom = true)    
 
Deinterlace two fields held in a single frame.
 
include "Ravl/Image/Deinterlace.hh"
Created:10/04/2002 
Source file:Ravl/Image/Base/Deinterlace.hh
User Level:Default
Library:RavlImage
In Scope:RavlImageN

This is an inplace operation and works by rearranging the row pointers in the returned frame. This makes it very quick, but may cause problems with functions that assume a simple linear memory layout for 2d arrays
Maintainer:Charles Galambos, Created: 10/04/2002, Documentation by CxxDoc: Tue Aug 13 09:59:57 2002