ImageColorThresholderApp
  • Home
  • Usage
  • GUI
  • Export
  • Adding support for new image color space
  • API
Version
  • API
  • API
GitHub
ImageColorThresholderApp.image_color_thresholder_app — Function

imagecolorthresholder_app(img)

Open the image color thresholder app GUI.

source
ImageColorThresholderApp.image_color_threshold — Function

mask, timg = imagecolorthreshold(img[, bg])

Arguments

  • img: input image.
  • bg: background color to replace, if not provided black color will be used.

Returns

  • mask: binary mask
  • timg: thresholded image
Warning

It needs to export from GUI

source
« Adding support for new image color space

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 1.1.2 on Wednesday 22 November 2023. Using Julia version 1.9.4.