#include <rsCppStructs.h>
Detailed Description
Intrinsic Gausian blur filter. Applies a Gaussian blur of the specified radius to all elements of an Allocation. 
Definition at line 1542 of file rsCppStructs.h.
Member Function Documentation
      
        
          | void android::RSC::ScriptIntrinsicBlur::forEach | ( | sp< Allocation > | out | ) |  | 
      
 
Runs the intrinsic. 
- Parameters:
- 
  
  
 
 
      
        
          | void android::RSC::ScriptIntrinsicBlur::setInput | ( | sp< Allocation > | in | ) |  | 
      
 
Sets the input of the blur. 
- Parameters:
- 
  
  
 
 
      
        
          | void android::RSC::ScriptIntrinsicBlur::setRadius | ( | float | radius | ) |  | 
      
 
Sets the radius of the blur. The supported range is 0 < radius <= 25. 
- Parameters:
- 
  
    | [in] | radius | radius of the blur |  
 
 
 
The documentation for this class was generated from the following file: