Color

class plugins.convert.color.seamless_clone.Color(config_file=None, config=None)

Bases: Adjustment

Seamless clone the swapped face into the old face with cv2 NB: This probably isn’t the best place for this, but it doesn’t work well and does not have a natural home, so here for now.

Methods Summary

process(old_face, new_face, raw_mask)

Override for specific color adjustment process

run(old_face, new_face, raw_mask)

Perform selected adjustment on face

Methods Documentation

process(old_face, new_face, raw_mask)

Override for specific color adjustment process

run(old_face, new_face, raw_mask)

Perform selected adjustment on face

process(old_face, new_face, raw_mask)

Override for specific color adjustment process