Package 

Class QrMarkerEffect

  • All Implemented Interfaces:
    net.protyposis.android.spectaculum.effects.Effect , net.protyposis.android.spectaculum.effects.Parameter.Listener

    
    public class QrMarkerEffect
    extends BaseEffect
                        

    Created by Mario on 07.09.2014.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class QrMarkerEffect.CannyEdgeEffect

      The 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
      void init(int width, int height)
      void apply(Texture2D source, Framebuffer target)
      QrMarkerEffect.CannyEdgeEffect getCannyEdgeEffect()
      • 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