Uses of Class
com.jhlabs.image.WarpGrid
-
Packages that use WarpGrid Package Description com.jhlabs.image -
-
Uses of WarpGrid in com.jhlabs.image
Methods in com.jhlabs.image that return WarpGrid Modifier and Type Method Description WarpGridWarpFilter. getDestGrid()Get the destination warp grid.WarpGridWarpFilter. getSourceGrid()Get the source warp grid.Methods in com.jhlabs.image with parameters of type WarpGrid Modifier and Type Method Description voidWarpGrid. lerp(float t, WarpGrid destination, WarpGrid intermediate)voidWarpFilter. morph(int[] srcPixels, int[] destPixels, int[] outPixels, WarpGrid srcGrid, WarpGrid destGrid, int width, int height, float t)voidWarpFilter. setDestGrid(WarpGrid destGrid)Set the destination warp grid.voidWarpFilter. setSourceGrid(WarpGrid sourceGrid)Set the source warp grid.voidWarpGrid. warp(int[] inPixels, int cols, int rows, WarpGrid sourceGrid, WarpGrid destGrid, int[] outPixels)Constructors in com.jhlabs.image with parameters of type WarpGrid Constructor Description WarpFilter(WarpGrid sourceGrid, WarpGrid destGrid)Create a WarpFilter with two warp grids.
-