Added copyright
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@55 620bd6b2-0a58-f614-fd9a-1bd335dccda9
This commit is contained in:
parent
7029f14643
commit
9a85de5760
@ -1,8 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* main.cpp
|
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
|
||||||
*
|
|
||||||
* Created on: 2011-11-15
|
|
||||||
* Author: matlab
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
@ -1,20 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2010-2011, Mathieu Labbe and IntRoLab - Universite de Sherbrooke
|
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
|
||||||
*
|
|
||||||
* This file is part of RTAB-Map.
|
|
||||||
*
|
|
||||||
* RTAB-Map is free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* RTAB-Map 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 General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with RTAB-Map. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "AboutDialog.h"
|
#include "AboutDialog.h"
|
||||||
|
|||||||
@ -1,20 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2010-2011, Mathieu Labbe and IntRoLab - Universite de Sherbrooke
|
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
|
||||||
*
|
|
||||||
* This file is part of RTAB-Map.
|
|
||||||
*
|
|
||||||
* RTAB-Map is free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* RTAB-Map 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 General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with RTAB-Map. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef ABOUTDIALOG_H_
|
#ifndef ABOUTDIALOG_H_
|
||||||
|
|||||||
@ -1,3 +1,6 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
|
||||||
|
*/
|
||||||
|
|
||||||
#include "AddObjectDialog.h"
|
#include "AddObjectDialog.h"
|
||||||
#include "ui_addObjectDialog.h"
|
#include "ui_addObjectDialog.h"
|
||||||
|
|||||||
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef ADDOBJECTDIALOG_H_
|
#ifndef ADDOBJECTDIALOG_H_
|
||||||
#define ADDOBJECTDIALOG_H_
|
#define ADDOBJECTDIALOG_H_
|
||||||
|
|
||||||
|
|||||||
@ -1,8 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Camera.cpp
|
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
|
||||||
*
|
|
||||||
* Created on: 2011-10-21
|
|
||||||
* Author: matlab
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "Camera.h"
|
#include "Camera.h"
|
||||||
|
|||||||
@ -1,8 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Camera.h
|
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
|
||||||
*
|
|
||||||
* Created on: 2011-10-21
|
|
||||||
* Author: matlab
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef CAMERA_H_
|
#ifndef CAMERA_H_
|
||||||
|
|||||||
@ -1,4 +1,6 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
|
||||||
|
*/
|
||||||
|
|
||||||
#include "KeypointItem.h"
|
#include "KeypointItem.h"
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,6 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef KEYPOINTITEM_H_
|
#ifndef KEYPOINTITEM_H_
|
||||||
#define KEYPOINTITEM_H_
|
#define KEYPOINTITEM_H_
|
||||||
|
|||||||
@ -1,3 +1,6 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
|
||||||
|
*/
|
||||||
|
|
||||||
#include "MainWindow.h"
|
#include "MainWindow.h"
|
||||||
#include "AddObjectDialog.h"
|
#include "AddObjectDialog.h"
|
||||||
|
|||||||
@ -1,4 +1,6 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef MAINWINDOW_H_
|
#ifndef MAINWINDOW_H_
|
||||||
#define MAINWINDOW_H_
|
#define MAINWINDOW_H_
|
||||||
|
|||||||
@ -1,3 +1,6 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ObjWidget.h"
|
#include "ObjWidget.h"
|
||||||
#include "KeypointItem.h"
|
#include "KeypointItem.h"
|
||||||
|
|||||||
@ -1,8 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ObjWidget.h
|
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
|
||||||
*
|
|
||||||
* Created on: 2011-10-21
|
|
||||||
* Author: matlab
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef OBJWIDGET_H_
|
#ifndef OBJWIDGET_H_
|
||||||
|
|||||||
@ -1,8 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ParametersToolbox.cpp
|
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
|
||||||
*
|
|
||||||
* Created on: 2011-10-22
|
|
||||||
* Author: matlab
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ParametersToolBox.h"
|
#include "ParametersToolBox.h"
|
||||||
|
|||||||
@ -1,8 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ParametersToolbox.h
|
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
|
||||||
*
|
|
||||||
* Created on: 2011-10-22
|
|
||||||
* Author: matlab
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PARAMETERSTOOLBOX_H_
|
#ifndef PARAMETERSTOOLBOX_H_
|
||||||
|
|||||||
@ -1,11 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Settings.cpp
|
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
|
||||||
*
|
|
||||||
* Created on: 2011-10-22
|
|
||||||
* Author: matlab
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "Settings.h"
|
#include "Settings.h"
|
||||||
#include "Camera.h"
|
#include "Camera.h"
|
||||||
#include <QtCore/QSettings>
|
#include <QtCore/QSettings>
|
||||||
|
|||||||
@ -1,8 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Settings.h
|
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
|
||||||
*
|
|
||||||
* Created on: 2011-10-22
|
|
||||||
* Author: matlab
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef SETTINGS_H_
|
#ifndef SETTINGS_H_
|
||||||
|
|||||||
@ -1,3 +1,6 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
|
||||||
|
*/
|
||||||
|
|
||||||
#include "qtipl.h"
|
#include "qtipl.h"
|
||||||
#include <opencv2/core/core_c.h>
|
#include <opencv2/core/core_c.h>
|
||||||
|
|||||||
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef QTIPL_H
|
#ifndef QTIPL_H
|
||||||
#define QTIPL_H
|
#define QTIPL_H
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user