Image processing pipelines in Image Analyst MKII
Image Analyst MKIIPipelines Glossary
HomeWorkflowImage Processing BasicsFunctions GlossaryPipelines GlossaryProtocolsQuick How ToSearch

Video or image export three channels (simple)

Parameters:
Name # Type Description
Channel Number #1 1 integer Channel number associated with the image, as appears in the Multi Dimensional Open Dialog. Use Edit/Rename to view or change channel number.
Channel Number #2 2 integer Channel number associated with the image, as appears in the Multi Dimensional Open Dialog. Use Edit/Rename to view or change channel number.
Channel Number #3 3 integer Channel number associated with the image, as appears in the Multi Dimensional Open Dialog. Use Edit/Rename to view or change channel number.
Channel #1 Color (Look Up Table) 4 string Look Up Table: "Grayscale", "Red", "Green", "Blue", "Pseudocolor", "Intensity Gated Pseudocolor", "Fire", "ROI color", "Off"
Channel #2 Color (Look Up Table) 5 string Look Up Table: "Grayscale", "Red", "Green", "Blue", "Pseudocolor", "Intensity Gated Pseudocolor", "Fire", "ROI color", "Off"
Channel #3 Color (Look Up Table) 6 string Look Up Table: "Grayscale", "Red", "Green", "Blue", "Pseudocolor", "Intensity Gated Pseudocolor", "Fire", "ROI color", "Off"
Scaling, Min percentile 7 real This percentile of the image histogram sets the intensity value where the minimum of the Look Up Table (LUT) is scaled. Use -1 to override this with fixed value set below at "Min value".
Scaling, Max percentile 8 real This percentile of the image histogram sets the intensity value where the maximum of the Look Up Table (LUT) is scaled. Use -1 to override this with fixed value set below at "Max value".
Show time stamp 9 boolean Turns on time stamps (set font in the Preferences Dialog/Misc tab).
Time stamp format 10 string Time will appear like this: "0 s", "0.0 s", "0.00 s", "0.000 s", "0000 ms", "00'00"", "00'00"00", "00h00min"
Export Filename 11 string
Video or Image Format 12 string Available formats: "BMPPadded", "BMP", "AVI", "JPG", "JPGPadded"
Description:
This pipeline scales the image with the Look Up Table (LUT) of choice, applies time stamp and exports in the format of choice.
Set time stamp font in the Preferences Dialog/Misc tab.
Set video or jpg compression in the Preferences Dialog/Export tab. Note: uncheck ‘Show compression dialog’ for automated processing of multiple positions.
Note: if using x264vfw, please check Zero Latency in its configuration panel.
Note: some video formats require image width divisible by 4 and height divisible by 2.