#include "lvr2/reconstruction/QueryPoint.hpp"
#include "lvr2/reconstruction/LBKdTree.hpp"
#include "lvr2/geometry/BaseVector.hpp"
#include "lvr2/geometry/LBPointArray.hpp"
#include "lvr2/io/DataStruct.hpp"
#include <boost/filesystem.hpp>
#include <boost/shared_array.hpp>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <CL/cl.h>
#include "lvr2/reconstruction/opencl/cl_helper.h"
Go to the source code of this file.
Classes | |
class | lvr2::ClSOR |
Namespaces | |
lvr2 | |
Macros | |
#define | __CL_ENABLE_EXCEPTIONS |
#define | CL_HPP_TARGET_OPENCL_VERSION 120 |
#define | CL_USE_DEPRECATED_OPENCL_1_2_APIS |
#define | MAX_SOURCE_SIZE (0x1024) |
#define __CL_ENABLE_EXCEPTIONS |
Definition at line 45 of file ClStatisticalOutlierFilter.hpp.
#define CL_HPP_TARGET_OPENCL_VERSION 120 |
Copyright (c) 2018, University Osnabrück All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL University Osnabrück BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Definition at line 43 of file ClStatisticalOutlierFilter.hpp.
#define CL_USE_DEPRECATED_OPENCL_1_2_APIS |
Definition at line 44 of file ClStatisticalOutlierFilter.hpp.
#define MAX_SOURCE_SIZE (0x1024) |
Definition at line 54 of file ClStatisticalOutlierFilter.hpp.