Openholo  v3.1
Open Source Digital Holographic Library
ophpy Namespace Reference

Namespaces

 Depthmap
 
 Image2D
 
 PointCloud
 
 PointCloud_multicore
 

Functions

def fft (f)
 
def ifft (f)
 
def SSB (ch)
 
def normalize (arr, type='angle')
 
def getRGBImage (R, G, B, fname, type='phase')
 
def getMonoImage (ch, fname)
 

Function Documentation

◆ fft()

def ophpy.fft (   f)

Definition at line 8 of file __init__.py.

◆ getMonoImage()

def ophpy.getMonoImage (   ch,
  fname 
)
Get Single channel image

Definition at line 57 of file __init__.py.

◆ getRGBImage()

def ophpy.getRGBImage (   R,
  G,
  B,
  fname,
  type = 'phase' 
)
Get RGB image

Definition at line 46 of file __init__.py.

◆ ifft()

def ophpy.ifft (   f)

Definition at line 12 of file __init__.py.

◆ normalize()

def ophpy.normalize (   arr,
  type = 'angle' 
)
normalize

Definition at line 27 of file __init__.py.

◆ SSB()

def ophpy.SSB (   ch)
single side band encoding

Definition at line 16 of file __init__.py.