Uses of Class
com.meltingice.caman.exceptions.InvalidPluginException

Packages that use InvalidPluginException
com.meltingice.caman   
 

Uses of InvalidPluginException in com.meltingice.caman
 

Methods in com.meltingice.caman that throw InvalidPluginException
 double[] CamanFilter.getKernel()
          If making a filter that requires image convolution, this returns the kernel that will be applied to the image.
 int[] CamanFilter.process(int[] rgb)
          Processes the given pixel and returns the updated values.