Trying to convert Bilinear Interpolation code from Java to C/C++ on Android

删除回忆录丶 提交于 2019-11-29 12:47:55

OK, it all started with a bad conversion of the colors, then it went to the usage of pointers , and then to the basic one of where to put the pixels.

The code I've written now works fine (added all of the needed fixes).

Soon you will all be able to use the new code on the Github project.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!