Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将图像文件(在本例中为 .png)转换为 3d(一个坐标表示图像宽度,一个坐标表示重量,一个表示显示红色、绿色和蓝色值的整数)整数或字节数组?
如何将图像文件转换为整数数组..?
看:
BufferedImage.getData()
Raster.getPixels(int,int,int,int,int[])