Table of Contents

NAME

QccIMGImageSequenceToImageCube, QccIMGImageCubeToImageSequence - convert image sequence to/from image cube

SYNOPSIS

#include "libQccPack.h"

int QccIMGImageSequenceToImageCube(QccIMGImageSequence *image_sequence, QccIMGImageCube *image_cube);
int QccIMGImageCubeToImageSequence(const QccIMGImageCube *image_cube, QccIMGImageSequence *image_sequence);

DESCRIPTION

QccIMGImageSequenceToImageCube() converts image_sequence, a QccIMGImageSequence structure, to image_cube, a QccImageCube structure. QccIMGImageSequenceStartRead(3) should be called on image_sequence, and image_cube should be allocated via a call to QccIMGImageCubeAlloc(3) prior to calling QccIMGImageSequenceToImageCube(). The frames of image_sequence are placed as the 2D "frames" in image_cube. Consequently, all frames of the image sequence must be grayscale.

QccIMGImageCubeToImageSequence() converts image_cube, a QccIMGImageCube structure, to image_sequence, a QccIMGImageSequence structure. image_sequence must be allocated via a call to QccIMGImageSequenceAlloc(3) prior to calling QccIMGImageCubeToImageSequence().

RETURN VALUE

These routines return 0 on success, 1 on failure.

SEE ALSO

QccIMGImageSequence(3) , QccImageCube(3) , QccPackIMG(3) , QccPack(3)

AUTHOR

Copyright (C) 1997-2021 James E. Fowler


Table of Contents



Get QccPack at SourceForge.net. Fast, secure and Free Open Source software downloads