Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: More...
#include <unsupported/Eigen/Polynomials>
#include <boost/math/special_functions/binomial.hpp>
#include "sub_structures/param.h"
#include "sub_structures/model.h"
#include "sub_structures/list.h"
Go to the source code of this file.
Classes | |
struct | Segmentation::SubStructure::Model< Degree > |
struct | Segmentation::SubStructure::Param< Degree > |
struct | Segmentation::SubStructure::ParamC< Degree > |
struct | Segmentation::SubStructure::SVALUE |
struct | Segmentation::SubStructure::SXY |
struct | Segmentation::SubStructure::SXYcmp |
struct | Segmentation::SubStructure::VISITED_LIST< VALUE > |
Namespaces | |
namespace | Segmentation |
namespace | Segmentation::SubStructure |
namespace | Segmentation::SubStructure::intern |
Functions | |
template<int Degree2> | |
float | Segmentation::SubStructure::intern::_intersect (const float mx, const float my, const typename Param< Degree2 >::VectorU &p) |
ray cast surface with ray $z = (mx my 1)$ --> null points of polynomial equation (=roots) | |
template<> | |
float | Segmentation::SubStructure::intern::_intersect< 1 > (const float mx, const float my, const typename Param< 1 >::VectorU &p) |
ray cast surface with ray $z = (mx my 1)$ --> null points of polynomial equation (=roots) |
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License LGPL as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License LGPL for more details.
You should have received a copy of the GNU Lesser General Public License LGPL along with this program. If not, see <http://www.gnu.org/licenses/>.
Definition in file sub_structures.h.