ssootube / image-compression-simulation-using-EVD-Eigen-Value-Decomposition-

image compression simulation using EVD(Eigen Value Decomposition)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image compression simulation using EVD(Eigen Value Decomposition)

lossy image compression simulation using EVD(Eigen Value Decomposition)

language: c++

library: Eigen , SFML

lecture: https://www.youtube.com/watch?v=xX70Ubk335k&feature=youtu.be

this is image compression simulation using EVD(Eigen Value Decomposition). since it is not SVD(Singualr Value Decomposition) it uses the upper triangular part of the square image only.

EVD

고유값 분해를 이용한 이미지 압축 시뮬레이션 입니다. 특이값 분해가 아니기 때문에 정사각 이미지의 상삼각 부분만을 사용합니다.

About

image compression simulation using EVD(Eigen Value Decomposition)

License:The Unlicense


Languages

Language:C++ 100.0%