logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

pfsoctavergb - Process red, green and blue channels in pfs stream using Octave

Bugs

       Please report bugs and comments to Rafal Mantiuk <mantiuk@mpi-sb.mpg.de>.

                                                                                                 pfsoctavergb(1)

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.

Name

       pfsoctavergb - Process red, green and blue channels in pfs stream using Octave

Synopsis

pfsoctavergb<octave_program>

See Also