Go to the source code of this file.
|
bool | isBayer8 (int v) |
| Basic implementations of debayering functions. More...
|
|
bool | isBayer16 (int v) |
|
bool | deBayer_GRBG8_TO_RGB (yarp::sig::Image &source, yarp::sig::Image &dest, int pixelSize) |
|
bool | deBayer_BGGR8_TO_RGB (yarp::sig::Image &source, yarp::sig::Image &dest, int pixelSize) |
|
bool | deBayer_RGGB8_TO_RGB (yarp::sig::Image &source, yarp::sig::Image &dest, int pixelSize) |
|
bool | deBayer_GRBG8_TO_BGR (yarp::sig::Image &source, yarp::sig::Image &dest, int pixelSize) |
|
bool | deBayer_BGGR8_TO_BGR (yarp::sig::Image &source, yarp::sig::Image &dest, int pixelSize) |
|
bool | deBayer_RGGB8_TO_BGR (yarp::sig::Image &source, yarp::sig::Image &dest, int pixelSize) |
|
◆ deBayer_BGGR8_TO_BGR()
◆ deBayer_BGGR8_TO_RGB()
◆ deBayer_GRBG8_TO_BGR()
◆ deBayer_GRBG8_TO_RGB()
◆ deBayer_RGGB8_TO_BGR()
◆ deBayer_RGGB8_TO_RGB()
◆ isBayer16()
◆ isBayer8()
Basic implementations of debayering functions.
Used to convert Bayer images received in a YARP port. Prototype implementation, in the future we should replace these functions with better implementations, like the ones in the Bayer Carrier. If we decide to implement debayering by chaining carriers this code could be removed completely.
Definition at line 22 of file DeBayer.h.