问题
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