pfsoctavergb(1) debian man page | unix.com

Man Page: pfsoctavergb

Operating Environment: debian

Section: 1

pfsoctavergb(1) 					      General Commands Manual						   pfsoctavergb(1)

NAME
pfsoctavergb - Process red, green and blue channels in pfs stream using Octave
SYNOPSIS
pfsoctavergb <octave_program>
DESCRIPTION
Use this command to execute a GNU Octave program on red, green and blue channels of each frame in the pfs stream. octave_program must be given in quotation marks ("") and must not produce any output (it can output to stderr, not to stdout). Red, green and blue color channels are available in octave_program as R, G and B matrices. Note: This command requires GNU Octave.
EXAMPLES
pfsinrgbe frames_%04d.hdr | pfsoctavergb "R = R.^2; G = G.^2; B = B.^2;" | pfsview Expand the dynamic range of a sequence of frames and show the result with pfsview.
BUGS
Please report bugs and comments to Rafal Mantiuk <mantiuk@mpi-sb.mpg.de>. pfsoctavergb(1)
Related Man Pages
pfsclamp(1) - debian
pfsintiff(1) - debian
pfsinmulti(1) - suse
pfsinrgbe(1) - suse
pfsview(1) - suse
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?