JAVA int数组转bitmap问题
RT,现在获得一个int[]内有0,255(二值化后的图像)两种数值LZ使用Bitmap.createBitmap(resultArray,w,h,Config.ARGB...
RT,现在获得一个int[] 内有0,255(二值化后的图像)两种数值 LZ使用Bitmap.createBitmap(resultArray,w, h, Config.ARGB_8888);方法把该数组转换成bitmap,然后显示出来的是全白,即全是255.。。。求大神解救
PS. 这个int[] 是通过opencv获得的 展开
PS. 这个int[] 是通过opencv获得的 展开
2015-02-16
展开全部
先看 int数组是什么值 。。。。。。
简单地,可以使用BufferedImage的
void
setRGB(int x,
int y,
int rgb)
Sets a pixel in this BufferedImage to the specified
RGB value.
简单地,可以使用BufferedImage的
void
setRGB(int x,
int y,
int rgb)
Sets a pixel in this BufferedImage to the specified
RGB value.
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询