ETRI IVCL 1.0.0
Acceleration SW Platform for Ondevice
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Functions
mainwindow.cpp File Reference
#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)
 

Macro Definition Documentation

◆ LF_LYTRO

#define LF_LYTRO

Function Documentation

◆ centerCrop()

Mat centerCrop ( Mat  src)

◆ cropSAI()

Mat cropSAI ( Mat  src,
int  ax,
int  ay 
)

◆ cropSAI2()

Mat cropSAI2 ( Mat  src,
int  i 
)

◆ executionTime()

double executionTime ( cl::Event  event)

◆ get_depth()

Mat get_depth ( Mat  img)

◆ mv_to_epi()

Mat mv_to_epi ( int  pt_ver,
int  pt_hor 
)

◆ processLightField()

void processLightField ( Mat  input,
Mat &  output 
)

◆ resizeKeepAspectRatio()

Mat resizeKeepAspectRatio ( const Mat &  input,
const Size &  dstSize,
const Scalar &  bgcolor 
)

◆ uv2st_buffer_func()

Mat uv2st_buffer_func ( Mat  src_org)

◆ weightedMedianFilter()

void weightedMedianFilter ( Mat  input,
Mat &  output 
)