power_byte power_byte PowerByte PowerByte power_byte  (Operator) 
Name 
power_byte power_byte PowerByte PowerByte power_byte 
Signature 
def power_byte (image 
 
Description 
power_byte power_byte PowerByte PowerByte PowerByte power_byte fft_image fft_image FftImage FftImage FftImage fft_image 'byte' "byte" "byte" "byte" "byte" "byte" 
  
    
       
    
       
    
       
    
       
    
       
    
       
    
       
    
       
    
       
    
       
    
       
    
       
    
       
    
       
    
       
   
  
     
  
     
  
     
  
     
  
     
  
     
  
     
  
     
  
     
  
     
  
     
  
     
  
     
  
     
 
Please note, that resulting gray values that exceed the value of 255 
are clipped at 255 because of the resulting image type 'byte' "byte" "byte" "byte" "byte" "byte" 
Execution Information 
  Multithreading type: reentrant (runs in parallel with non-exclusive operators). 
Multithreading scope: global (may be called from any thread). 
  
    Automatically parallelized on tuple level. 
    Automatically parallelized on channel level. 
    Automatically parallelized on  domain level. 
  
 
Parameters 
  
Image Image Image Image image image (multichannel-)image(-array) → object HImage HObject HImage Hobject  (complex) 
 
Input image in frequency domain.
 
  
PowerByte PowerByte PowerByte PowerByte powerByte power_byte image(-array) → object HImage HObject HImage Hobject *  (byte) 
 
Power spectrum of the input image.
 
Example (C) 
read_image(&Image,"monkey");
disp_image(Image,WindowHandle);
fft_image(Image,&FFT);
power_byte(FFT,&Power);
disp_image(Power,WindowHandle);
 
Result 
power_byte power_byte PowerByte PowerByte PowerByte power_byte set_system(::'no_object_result',<Result>:) set_system("no_object_result",<Result>) SetSystem("no_object_result",<Result>) SetSystem("no_object_result",<Result>) SetSystem("no_object_result",<Result>) set_system("no_object_result",<Result>) 
Possible Predecessors 
fft_image fft_image FftImage FftImage FftImage fft_image fft_generic fft_generic FftGeneric FftGeneric FftGeneric fft_generic rft_generic rft_generic RftGeneric RftGeneric RftGeneric rft_generic convol_fft convol_fft ConvolFft ConvolFft ConvolFft convol_fft convol_gabor convol_gabor ConvolGabor ConvolGabor ConvolGabor convol_gabor 
Possible Successors 
disp_image disp_image DispImage DispImage DispImage disp_image 
Alternatives 
abs_image abs_image AbsImage AbsImage AbsImage abs_image convert_image_type convert_image_type ConvertImageType ConvertImageType ConvertImageType convert_image_type power_real power_real PowerReal PowerReal PowerReal power_real power_ln power_ln PowerLn PowerLn PowerLn power_ln 
See also 
fft_image fft_image FftImage FftImage FftImage fft_image fft_generic fft_generic FftGeneric FftGeneric FftGeneric fft_generic rft_generic rft_generic RftGeneric RftGeneric RftGeneric rft_generic 
Module 
Foundation