Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: More...
#include <cstring>
#include <iostream>
#include <cob_3d_segmentation/polygon_extraction/polygon_extraction.h>
#include <cob_3d_segmentation/polygon_extraction/impl/poly2d.hpp>
#include <cob_3d_segmentation/polygon_extraction/polygon_types.h>
#include <cstdio>
Go to the source code of this file.
Defines | |
#define | __IMPL_POLYGON_EXTRACTION__ |
Functions | |
template int | cob_3d_segmentation::PolygonExtraction::getPos< cob_3d_segmentation::PolygonPoint > (int *ch, const int xx, const int yy, const int w, const int h) |
template void | cob_3d_segmentation::PolygonExtraction::outline< cob_3d_segmentation::PolygonPoint, cob_3d_segmentation::PolygonContours< cob_3d_segmentation::PolygonPoint > > (const int w, const int h, std::vector< cob_3d_segmentation::PolygonPoint > out, cob_3d_segmentation::PolygonContours< cob_3d_segmentation::PolygonPoint > &poly) |
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 polygon_extraction.cpp.
#define __IMPL_POLYGON_EXTRACTION__ |
Definition at line 61 of file polygon_extraction.cpp.
template int cob_3d_segmentation::PolygonExtraction::getPos< cob_3d_segmentation::PolygonPoint > | ( | int * | ch, |
const int | xx, | ||
const int | yy, | ||
const int | w, | ||
const int | h | ||
) |
template void cob_3d_segmentation::PolygonExtraction::outline< cob_3d_segmentation::PolygonPoint, cob_3d_segmentation::PolygonContours< cob_3d_segmentation::PolygonPoint > > | ( | const int | w, |
const int | h, | ||
std::vector< cob_3d_segmentation::PolygonPoint > | out, | ||
cob_3d_segmentation::PolygonContours< cob_3d_segmentation::PolygonPoint > & | poly | ||
) |