Query: pfsoctavelum
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
pfsoctavelum(1) General Commands Manual pfsoctavelum(1)NAMEpfsoctavelum - Process luminance in pfs stream using OctaveSYNOPSISpfsoctavelum <octave_program>DESCRIPTIONUse 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.EXAMPLESpfsinrgbe 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.BUGSPlease report bugs and comments to Rafal Mantiuk <mantiuk@mpi-sb.mpg.de>. pfsoctavelum(1)
Related Man Pages |
---|
pfsabsolute(1) - debian |
pfsinmulti(1) - debian |
pfsstat(1) - debian |
pfsabsolute(1) - suse |
pfsinmulti(1) - suse |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
Is UNIX an open source OS ? |
One instance of comparing grep and awk |
Find columns in a file based on header and print to new file |
Weird 'find' results |