rgb2chroma1: Convert rgb image in png format into chroma1 image Needs...

Description Usage Arguments Details Value Examples

View source: R/rgb2chroma1.R

Description

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

Usage

1
rgb2chroma1(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) with the chroma 1 coefficiencies and normalization (for rgb2chroma1).

Examples

1

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