#author("2024-10-20T08:28:20+00:00","default:yoya","yoya")
#author("2024-10-22T04:03:37+00:00","default:yoya","yoya")
[[Image]] | [[Graphics]] > [[ImageProcessing]]
- 画像サイズ削減 ([[ImageSizeReduce]])
- 幾何変換 ([[GeometricTransformation]]) - 画像リサイズ ([[ImageResize]]) - 画像クロップ ([[ImageCrop]])
- 画像合成 ([[ImageComposition]])
- コンピュータグラフィックス ([[CG]])
- 画像モーメント ([[ImageMoment]])
* フィルタ [#filter]
- 二値化 ([[Binarization]])
- ヒストグラム平坦化 ([[HistogramEqualization]])
- 細線化 ([[Thinning]])
- モルフォロジー ([[Morphology]])
- 畳み込み ([[Convolution]])
- [[SeparableFilter]]
- [[Pixelization]]
** 先鋭化 [#q4eab245]
- 画像先鋭化 ([[ImageSharpening]])
- [[UnsharpMask]]
** 平滑化 [#o8fa64a9]
- [[SmoothingFilter]]
- ガウシアン ([[Gaussian]])
- バイラテラル ([[BilateralFilter]])
- 逆畳み込み ([[Deconvolution]])
- [[SpacialFilter]] (空間フィルタ)
- [[Denoise]]
* セグメンテーション [#m4d56dd2]
- [[Superpixel]]
* 機械学習 [#ta013517]
- データオーグメンテーション ([[DataAugmentation]])
- 逆合成 ([[Decomposition]])
* 並列処理 [#u15dc7a3]
- マルチコアを用いた画像処理
-- https://www.slideshare.net/FukushimaNorishige/ssii-33751285
* プログラム [#w15ebccd]
- [[AutoStakkert]] (売り物)
* その他 [#b07e4817]
- プリクラ ([[Purikura]])
- 30分で博士号がとれる画像処理講座
-- https://www.slideshare.net/sakiyamaK/30-9322279
- イメージ情報処理
-- http://www.wakayama-u.ac.jp/~chen/education/imagejp.htm
- 画像処理アルゴリズム
-- http://imagingsolution.net/imageprocessing/imageprocessingalgorithm/
- 画像処理アルゴリズムとは
-- https://jp.mathworks.com/discovery/image-algorithm.html
- 画像処理100本ノック!!
-- https://github.com/yoyoyo-yo/Gasyori100knock
* 関連 [#rel]
- [[ComputerVision]]