Skip to content

Analyze chlorophyll

Description

Analyses chlorophyll data and returns mean and standard deviation.
Needs a mask as an input.
Normally used in a pipeline after a clean mask is created.

Real time: Does not apply

Usage

  • Feature extraction: Tools to extract features from a segmented image

Parameters

  • chlorophyll_mean (chlorophyll_mean): (default: 1)
  • chlorophyll_std_dev (chlorophyll_std_dev): (default: 1)
  • Select pseudo color map (color_map): (default: c_2)
  • Debug image background (background): (default: bw)

Example

Source

Source image

Parameters/Code

Default values are not needed when calling function

1
2
3
4
5
from ipapi.ipt import call_ipt

dictionary = call_ipt(ipt_id="IptAnalyzeChlorophyll",
                      source="arabido_sample_plant.jpg",
                      )

Result image

Result image

Result data

key Value
chlorophyll_mean 94.09068824939581
chlorophyll_std_dev 21.918805417490592