Table of Contents
QccIMGImageComponentAbsoluteValue - absolute value of image component
#include "libQccPack.h"
int QccIMGImageComponentAbsoluteValue(QccIMGImageComponent
*image_component);
QccIMGImageComponentAbsoluteValue() replaces
each pixel in image_component with its absolute value, as calculated with
fabs(3)
.
This routine returns 0 on success and 1 on error.
fabs(3)
, QccIMGImageComponent(3)
, QccPackIMG(3)
, QccPack(3)
Copyright (C) 1997-2021 James E. Fowler
Table of Contents