├── README ├── SR.txt ├── addgaussnoise.cpp ├── addspikenoise.cpp ├── btvregularization.cpp ├── createDegradedImageandSparseMat32F.cpp ├── createDownsampledMotionandBlurCCDSparseMat32f.cpp ├── getPSNR.cpp ├── header.h ├── main.cpp ├── makefile ├── mulSparseMat32f.cpp ├── subtract_sign.cpp ├── sum_float_OMP.cpp ├── superresolutionSparseMat32f.cpp └── visualizeSparseMat.cpp /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Palethorn/SuperResolution/HEAD/README -------------------------------------------------------------------------------- /SR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Palethorn/SuperResolution/HEAD/SR.txt -------------------------------------------------------------------------------- /addgaussnoise.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Palethorn/SuperResolution/HEAD/addgaussnoise.cpp -------------------------------------------------------------------------------- /addspikenoise.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Palethorn/SuperResolution/HEAD/addspikenoise.cpp -------------------------------------------------------------------------------- /btvregularization.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Palethorn/SuperResolution/HEAD/btvregularization.cpp -------------------------------------------------------------------------------- /createDegradedImageandSparseMat32F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Palethorn/SuperResolution/HEAD/createDegradedImageandSparseMat32F.cpp -------------------------------------------------------------------------------- /createDownsampledMotionandBlurCCDSparseMat32f.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Palethorn/SuperResolution/HEAD/createDownsampledMotionandBlurCCDSparseMat32f.cpp -------------------------------------------------------------------------------- /getPSNR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Palethorn/SuperResolution/HEAD/getPSNR.cpp -------------------------------------------------------------------------------- /header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Palethorn/SuperResolution/HEAD/header.h -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Palethorn/SuperResolution/HEAD/main.cpp -------------------------------------------------------------------------------- /makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Palethorn/SuperResolution/HEAD/makefile -------------------------------------------------------------------------------- /mulSparseMat32f.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Palethorn/SuperResolution/HEAD/mulSparseMat32f.cpp -------------------------------------------------------------------------------- /subtract_sign.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Palethorn/SuperResolution/HEAD/subtract_sign.cpp -------------------------------------------------------------------------------- /sum_float_OMP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Palethorn/SuperResolution/HEAD/sum_float_OMP.cpp -------------------------------------------------------------------------------- /superresolutionSparseMat32f.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Palethorn/SuperResolution/HEAD/superresolutionSparseMat32f.cpp -------------------------------------------------------------------------------- /visualizeSparseMat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Palethorn/SuperResolution/HEAD/visualizeSparseMat.cpp --------------------------------------------------------------------------------