![]() |
ETRI IVCL 1.0.0
Acceleration SW Platform for Ondevice
|
#include "half.hpp"#include <time.h>#include "mainwindow.h"#include "ui_mainwindow.h"#include "ocl.h"#include <opencv2/opencv.hpp>#include <chrono>Macros | |
| #define | LF_LYTRO |
Functions | |
| double | executionTime (cl::Event event) |
| Mat | uv2st_buffer_func (Mat src_org) |
| void | processLightField (Mat input, Mat &output) |
| void | weightedMedianFilter (Mat input, Mat &output) |
| Mat | get_depth (Mat img) |
| Mat | mv_to_epi (int pt_ver, int pt_hor) |
| Mat | cropSAI (Mat src, int ax, int ay) |
| Mat | cropSAI2 (Mat src, int i) |
| Mat | centerCrop (Mat src) |
| Mat | resizeKeepAspectRatio (const Mat &input, const Size &dstSize, const Scalar &bgcolor) |
| #define LF_LYTRO |
| Mat centerCrop | ( | Mat | src | ) |
| Mat cropSAI | ( | Mat | src, |
| int | ax, | ||
| int | ay | ||
| ) |
| Mat cropSAI2 | ( | Mat | src, |
| int | i | ||
| ) |
| double executionTime | ( | cl::Event | event | ) |
| Mat get_depth | ( | Mat | img | ) |
| Mat mv_to_epi | ( | int | pt_ver, |
| int | pt_hor | ||
| ) |
| void processLightField | ( | Mat | input, |
| Mat & | output | ||
| ) |
| Mat resizeKeepAspectRatio | ( | const Mat & | input, |
| const Size & | dstSize, | ||
| const Scalar & | bgcolor | ||
| ) |
| Mat uv2st_buffer_func | ( | Mat | src_org | ) |
| void weightedMedianFilter | ( | Mat | input, |
| Mat & | output | ||
| ) |