iCub-main
|
Public Member Functions | |
def | __init__ (self, input_port_name, output_port_name) |
def | run (self) |
def | cleanup (self) |
Object that reads an image from a port, transforms it and sends the result to another port. The object reads RGB images and sends monochrome ones with calculated sobel filter. Note: this class uses the alternative implementation of setExternal together with numpy array interface.
Definition at line 56 of file python_imaging.py.
def python_imaging.SobelFilter.__init__ | ( | self, | |
input_port_name, | |||
output_port_name | |||
) |
Definition at line 63 of file python_imaging.py.
def python_imaging.SobelFilter.cleanup | ( | self | ) |
Definition at line 103 of file python_imaging.py.
def python_imaging.SobelFilter.run | ( | self | ) |
Definition at line 85 of file python_imaging.py.