EN605.617.81.FA21_StephenSe.../src
Stephen Seo a4d7156e10 Fix Image::ColorToGray()
Previous implementation had images brighter than usual. The algorithm
used was probably not necessary as it was for converting from
linear-space to a different one.
2021-12-04 11:40:24 +09:00
..
arg_parse.cc Impl output to video, update program args 2021-12-03 20:09:56 +09:00
arg_parse.h Impl output to video, update program args 2021-12-03 20:09:56 +09:00
image.cc Fix Image::ColorToGray() 2021-12-04 11:40:24 +09:00
image.h Minor doc fixes, disable copy, allow move on Video 2021-12-02 13:22:11 +09:00
main.cc Impl output to video, update program args 2021-12-03 20:09:56 +09:00
opencl_handle.cc Refactoring of opencl_handle and image for reuse 2021-12-01 16:04:05 +09:00
opencl_handle.h Minor doc fixes, disable copy, allow move on Video 2021-12-02 13:22:11 +09:00
video.cc Minor efficiency fix/refactoring 2021-12-04 09:59:18 +09:00
video.h Impl output to video, update program args 2021-12-03 20:09:56 +09:00