norm_img: Norm image to sum=1

Description Usage Arguments Value

Description

This function norms an image to sum=1 or mean=0 over rows, columns and color channels

Usage

1
norm_img(images, norm_type = "sum1")

Arguments

images

Image as 4D array

norm_type

sum1 or mean0

Value

4D array of same dimension as input but with normed values


phenofun documentation built on Jan. 22, 2017, 9:01 p.m.

Related to norm_img in phenofun...