Top > ImageResize
  • The added line is THIS COLOR.
  • The deleted line is THIS COLOR.
  • Go to ImageResize.

TITLE:画像リサイズ

- https://en.wikipedia.org/wiki/Image_scaling
-
--  https://www.researchgate.net/publication/266646883_Comparison_of_Commonly_Used_Image_Interpolation_Methods ([https://www.google.co.jp/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwiOq-C4iM7SAhXFn5QKHTMbCQ0QFgghMAA&url=https%3A%2F%2Fwww.researchgate.net%2Ffile.PostFileLoader.html%3Fid%3D586aa0e640485454700463d6%26assetKey%3DAS%253A446154853883905%25401483383014140&usg=AFQjCNFoP6joei4VVv13am8MmZtMHCPd9Q&sig2=2H8VPFpxqFMj9e64cnK-mA pdf])

- 画像の拡大縮小(サンプリングに基づく補間アルゴリズム比較)
--  http://emaame.com/20080901.html

* メソッド [#method]

- [[NearestNeighbor]]
- [[BiLinear]]
- [[Lanczos]]

- [[BiCubic]]
- [[LBB]]
- [[NOHALO]]
- [[VSQBS]]

- [[SeamCarving]] (liquid rescaling)

* 縮小 [#thumbnail]

- PhotoShopで最適な画像保存をする為に。ニアレストネイバー法やバイキュービック法でのリサイズやJPEG圧縮などを検証したよ。
--  http://maka-veli.com/PhotoShopSavePic.html
- HD動画をリサイズ縮小する際に気をつけたいこと
--  http://freesoft.tvbok.com/movie_encode/avisynth/hd_1.html
- 画像処理 - 画像拡縮
--  http://www7a.biglobe.ne.jp/~fairytale/article/program/graphics.html#scaling
- 画像の縮小処理におけるエイリアスの発生とそれを抑える仕組み
-- http://nodamushi.hatenablog.com/entry/20110901/1314928825
- Down-sampling methods.
--  http://kronometric.org/phot/iq/Down%20sampling%20methods.htm
- 面積平均法
--  http://www16.plala.or.jp/kiitoksia/lecon/resize4.html


* 拡大 [#zoom]

- 画像補間法 
--  http://www.geocities.jp/numada777/ip05.html

- [[SuperResolution]]

*補完カーネル [#m53b5f6b]

- ResampleHQ kernel visualizations
--  https://www.ligh.de/resamplehq/kernels.html

* 論文 [#w915535b]

- Comparison of Commonly Used Image Interpolation Methods 
-- https://www.researchgate.net/file.PostFileLoader.html?id=586aa0e640485454700463d6&assetKey=AS%3A446154853883905%401483383014140&usg=AFQjCNFoP6joei4VVv13am8MmZtMHCPd9Q&sig2=Ro1L8o7ADhEYGfYSDA1YHg

- Image Interpolation by Pixel Level Data-Dependent Triangulation
--   http://www.cs.bath.ac.uk:80/~pjw/Q3D/forum-ddt.pdf ([https://web.archive.org/web/20190727210159/http://www.cs.bath.ac.uk:80/~pjw/Q3D/forum-ddt.pdf web archive])


* ImageMagick [#b4385305]

- https://www.imagemagick.org/Usage/resize/#techniques
- https://www.imagemagick.org/Usage/distorts/#resize
- https://www.imagemagick.org/Usage/filter/nicolas/
- https://www.imagemagick.org/Usage/misc/#interpolate_line

* その他 [#ra0561c9]

- https://github.com/NVIDIAGameWorks/NVIDIAImageScaling

Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes