Redimensionamento de Imagens

De MediaWiki do Campus São José
Ir para navegação Ir para pesquisar
  • Artigo de Shai Avidan e Ariel Shamir sobre "Seam Carving" ("corte de emendas") que mostra como é possível redimensionar uma imagem sem usar escalas, apenas removendo os pixels com menos energia. Existe um vídeo demonstrativo no YouTube demonstrando claramente o processo [1]. Um código aberto C++ está disponível em http://www.corsix.org/retargetr.html.

<bibtex>@article{1276390,

author = {Shai Avidan and Ariel Shamir},
title = {Seam carving for content-aware image resizing},
journal = {ACM Trans. Graph.},
abstract = {Effective resizing of images should not only use geometric constraints, but consider the image content as well. We present a simple image operator called seam carving that supports content-aware image resizing for both reduction and expansion. A seam is an optimal 8-connected path of pixels on a single image from top to bottom, or left to right, where optimality is defined by an image energy function. By repeatedly carving out or inserting seams in one direction we can change the aspect ratio of an image. By applying these operators in both directions we can retarget the image to a new size. The selection and order of seams protect the content of the image, as defined by the energy function. Seam carving can also be used for image content enhancement and object removal. We support various visual saliency measures for defining the energy of an image, and can also include user input to guide the process. By storing the order of seams in an image we create multi-size images, that are able to continuously change in real time to fit a given size.}
volume = {26},
number = {3},
year = {2007},
issn = {0730-0301},
pages = {10},
doi = {http://doi.acm.org/10.1145/1276377.1276390},
publisher = {ACM Press},
address = {New York, NY, USA},
}</bibtex>