All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.blitline.image.functions.Sketch Maven / Gradle / Ivy

There is a newer version: 0.17.1
Show newest version
package com.blitline.image.functions;

public class Sketch extends AbstractGaussianFunction {

	private static final long serialVersionUID = 1L;

	@Override
	public String getName() {
		return "sketch";
	}

	@Override
	protected Sketch getThis() {
		return this;
	}

	public Sketch sketchAngle(double degrees) {
		params.put("angle", degrees);
		return this;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy