-
- All Implemented Interfaces:
-
net.protyposis.android.spectaculum.effects.Effect,net.protyposis.android.spectaculum.effects.Parameter.Listener
public class QrMarkerEffect extends BaseEffectCreated by Mario on 07.09.2014.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classQrMarkerEffect.CannyEdgeEffectThe CannyEdge Effect is a subeffect of the QrMarker Effect, it is therefore more efficientto share the resources and reuse a common cannyedge subroutine than to instantiate it asa separate effect. If one of the two effects is needed, the other comes with it for free.
-
Constructor Summary
Constructors Constructor Description QrMarkerEffect()
-
Method Summary
Modifier and Type Method Description voidinit(int width, int height)voidapply(Texture2D source, Framebuffer target)QrMarkerEffect.CannyEdgeEffectgetCannyEdgeEffect()-
Methods inherited from class net.protyposis.android.spectaculum.effects.BaseEffect
addListener, addParameter, apply, getName, getParameters, hasParameters, init, isInitialized, onParameterChanged, removeListener, removeParameter, reset, setListener, setParameterHandler -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
init
void init(int width, int height)
-
apply
void apply(Texture2D source, Framebuffer target)
-
getCannyEdgeEffect
QrMarkerEffect.CannyEdgeEffect getCannyEdgeEffect()
-
-
-
-