Packages

package quilting

Type Members

  1. class ImageQuilter extends AnyRef

    This class implements the texture synthesis algorithm described by the paper "Image Quilting for Texture Synthesis and Transfer".

    This class implements the texture synthesis algorithm described by the paper "Image Quilting for Texture Synthesis and Transfer". This only knows how to make a new texture image (ie it does not implement hole filling or other uses of the algorithm).
    This class adds some optional extensions to improve the quality of the output given more run time.

  2. class ImageQuilterPlugin extends PlugInFilter
  3. class MinPathFinder extends AnyRef
  4. class Patch extends View

    This is a rectangular patch of pixels belonging to a image.

  5. class SynthAide extends AnyRef

    This class has some helper methods for texture synthesis algorithms.

  6. class TwoDLoc extends AnyRef

    This is a simple wrapper around a 2D location.

  7. class View extends AnyRef

    This class is provides a view of an image.

    This class is provides a view of an image. The view is a small part of the larger image. This provides a way to pass around parts of an image without actually copying the pixels. This does not ensure that the whole view is inside the image, so be careful.

Ungrouped