NAME
quadtree2ras - create an image structure from a quad tree
SYNOPSIS
#include "CVIPtoolkit.h"
#include "CVIPtools.h"
#include "CVIPimage.h"
#include "CVIPdef.h"
#include "CVIPtyp.h"
#include "split_merge.h"
Image *quadtree2ras(Image *srcImage, QUAD *treeQUAD)
<srcImage> - pointer to Image structure
<treeQUAD> - pointer to quad tree list
PATH
$CVIPHOME/SEGMENTATION/splitnMerge.c
DESCRIPTION
This function will fill the contents of an Image structure
with the information contained in a quad tree. The Image
structure passed (srcImage) should have the same basic
attributes as the original Image used to form the quad tree,
such as dimension, data type (CVIP_BYTE), etc. Most likely
<srcImage> will be the original image used to form the quad
tree unless for some reason the contents of the original
need be preserved.
TYPES AND CONSTANTS
RETURN VALUES
Pointer to an Image structure.
BUGS
None at this time
SEE ALSO
libsegment, split_merge_segment, split_merge_generic
AUTHOR
Copyright (C) 1995 SIUE - by Scott Umbaugh and Greg Hance.