How to take raster scan of order 2 x 3 in java? [closed]

冷暖自知 提交于 2019-11-28 13:06:38

问题


I have an buffered image(Say Ib). I want to take raster scan to order 2 x 3 block(Say Bb) with pixels p1,p2...p6. How to do this in java?


回答1:


You may be looking for ConvolveOp; see the articles cited here for examples.



来源:https://stackoverflow.com/questions/14412698/how-to-take-raster-scan-of-order-2-x-3-in-java

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