Learn R Programming

recolorize (version 0.2.0)

classify_recolorize: Convert a recolorize object to a classify object

Description

Converts a recolorize object to a pavo::classify object for use in pavo.

Usage

classify_recolorize(recolorize_obj, imgname = "")

Value

A pavo::classify object. The background patch will always be the first color (patch 1), and will be white by default.

Arguments

recolorize_obj

A recolorize object.

imgname

Name of the image (a string).

Details

This is mostly for internal use, and hasn't been tested much.