ImageProcessing 1.0.0

Edit this page

ImageArrayProcessing Module

Module with implementation of processing array of images

Functions and values

Function or value Description

arrayOfImagesProcessing inputDir outputDir conversion agentMod

Full Usage: arrayOfImagesProcessing inputDir outputDir conversion agentMod

Parameters:
    inputDir : string - Path to the folder with images
    outputDir : string - Path to save
    conversion : MyImage -> MyImage - Image transformation
    agentMod : AgentStatus - Processing with or without agent assistance

Processing array of images

inputDir : string

Path to the folder with images

outputDir : string

Path to save

conversion : MyImage -> MyImage

Image transformation

agentMod : AgentStatus

Processing with or without agent assistance

extensions

Full Usage: extensions

Returns: string[]
Returns: string[]

listAllFiles dir

Full Usage: listAllFiles dir

Parameters:
    dir : string

Returns: string list

List of all files in directory with correct extensions

dir : string
Returns: string list