Package in.itzmeanjan.filterit
Class Pixel
- java.lang.Object
-
- in.itzmeanjan.filterit.Pixel
-
public class Pixel extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Pixel(int w, int h, int i, int j)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[][]
getNeighbouringPixelsFromImage(java.awt.image.BufferedImage img, char colorComponent, int order)
java.lang.String
toString()
-