pfsoctavelum(1) debian man page | unix.com

Man Page: pfsoctavelum

Operating Environment: debian

Section: 1

pfsoctavelum(1) 					      General Commands Manual						   pfsoctavelum(1)

NAME
pfsoctavelum - Process luminance in pfs stream using Octave
SYNOPSIS
pfsoctavelum <octave_program>
DESCRIPTION
Use this command to execute a GNU Octave program on luminance channel of each frame in the pfs stream. octave_program must be given in quo- tation marks ("") and must not produce any output (it can output to stderr, not to stdout). Color channels are scaled proportionaly to the luminance channel. Luminance channel is represented by matrix Y. Note: This command requires GNU Octave.
EXAMPLES
pfsinrgbe frames_%04d.hdr | pfsoctavelum "Y = conv2( Y, gaussian( 10, 1/5 )*gaussian( 10, 1/5 )', 'same' );" | pfsview Blur the sequence of frames with gaussian blur and show the result with pfsview.
BUGS
Please report bugs and comments to Rafal Mantiuk <mantiuk@mpi-sb.mpg.de>. pfsoctavelum(1)
Related Man Pages
pfsinmulti(1) - debian
pfsoutffmpeg(1) - debian
pfsview(1) - debian
pfsclamp(1) - suse
pfstag(1) - suse
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Introduction
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph