00001 // -*- c-basic-offset: 4 -*- 00013 /*************************************************************************** 00014 * Copyright (C) 2009 Thomas K Sharpless * 00015 * tksharpless@gmail.com * 00016 * * 00017 * This program is free software; you can redistribute it and/or modify * 00018 * it under the terms of the GNU General Public License as published by * 00019 * the Free Software Foundation; either version 2 of the License, or * 00020 * (at your option) any later version. * 00021 * * 00022 * This program is distributed in the hope that it will be useful, * 00023 * but WITHOUT ANY WARRANTY; without even the implied warranty of * 00024 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 00025 * GNU General Public License for more details. * 00026 * * 00027 * You should have received a copy of the GNU General Public License * 00028 * along with this program; if not, write to the * 00029 * Free Software Foundation, Inc., * 00030 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * 00031 ***************************************************************************/ 00032 00033 #ifndef FINDN8LINES_H 00034 #define FINDN8LINES_H 00035 00036 #include <vector> 00037 #include "LinesTypes.h" 00038 #include <vigra/stdimage.hxx> 00039 #include <vigra/basicimage.hxx> 00040 00041 namespace HuginLines 00042 { 00047 vigra::BImage edgeMap2linePts(vigra::BImage & input); 00055 int linePts2lineList( vigra::BImage & img, int minsize,double flPix,Lines& lines); 00056 } 00057 00058 #endif 00059
1.3.9.1