gpusurf.cuGo to the documentation of this file.00001 00016 /* 00017 Copyright (c) 2010, Paul Furgale and Chi Hay Tong 00018 All rights reserved. 00019 00020 Redistribution and use in source and binary forms, with or without 00021 modification, are permitted provided that the following conditions are 00022 met: 00023 00024 * Redistributions of source code must retain the above copyright notice, 00025 this list of conditions and the following disclaimer. 00026 * Redistributions in binary form must reproduce the above copyright 00027 notice, this list of conditions and the following disclaimer in the 00028 documentation and/or other materials provided with the distribution. 00029 * The names of its contributors may not be used to endorse or promote 00030 products derived from this software without specific prior written 00031 permission. 00032 00033 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 00034 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 00035 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 00036 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER 00037 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 00038 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 00039 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 00040 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 00041 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 00042 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 00043 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 00044 */ 00045 00046 #include "gpu_globals.h" 00047 #include "gpu_area.h" 00048 #include "fasthessian.h" 00049 #include "non_max_suppression.h" 00050 #include "keypoint_interpolation.h" 00051 #include "orientation.h" 00052 #include "descriptors.h" 00053 00054 #include "gpu_globals.cu" 00055 #include "GpuIntegralImage_kernel.cu" 00056 #include "gpu_area.cu" 00057 #include "fasthessian.cu" 00058 #include "non_max_suppression.cu" 00059 #include "keypoint_interpolation.cu" 00060 #include "orientation.cu" 00061 #include "descriptors.cu" 00062 Generated on Fri Apr 30 20:06:19 2010 for gpusurf by 1.6.2 |