Package 

Class QrMarkerEffect.CannyEdgeEffect

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

    
    public class QrMarkerEffect.CannyEdgeEffect
    extends BaseEffect
                        

    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.

    • Method Summary

      Modifier and Type Method Description
      void init(int width, int height)
      void apply(Texture2D source, Framebuffer target)
      • 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)