1 | initial version |
i want to share my way to use libjpeg loading options. here my addition to source https://github.com/Itseez/opencv/compare/master...sturkmen72:sturkmen72-patch-1?expand=1
by this change i can set "scale_denom" parameter and load jpeg images scaled 1/2 - 1/4 - 1/8
also i wonder if it worth to merge to opencv library after revised by an opencv guru. any comment is welcome
2 | No.2 Revision |
i want to share my way to use libjpeg loading options. here my addition to source
https://github.com/Itseez/opencv/compare/master...sturkmen72:sturkmen72-patch-1?expand=1 https://github.com/Itseez/opencv/pull/4162/files
by this change i can set "scale_denom" parameter and load jpeg images scaled 1/2 - 1/4 - 1/8
also i wonder if it worth to merge to opencv library after revised by an opencv guru. any comment is welcome