rgb2luma: Convert rgb image in png format into luma image Needs...

Description Usage Arguments Details Value Examples

View source: R/rgb2luma.R

Description

Convert rgb image in png format into luma image Needs library(png)

Usage

1
rgb2luma(img_png = TRUE)

Arguments

img_png

The name of the png impage file in the directory to be converted

Details

This function isn't complicated.

Here are some reasons why putting a list in this section is excessive:

function that these functions depend on.

Value

A matrix that is the sum of three channeles of the png file (R, G, and B) and normalization (for rgb2luma).

Examples

1

ilgan/rgb2yuv documentation built on May 22, 2019, 1:38 p.m.