From 3edd7f588b49714ef3b626ea96f06f0d8efb39bd Mon Sep 17 00:00:00 2001 From: Antoine Lorence <antoine.lorence@insa-rennes.fr> Date: Thu, 11 Dec 2014 17:15:51 +0100 Subject: [PATCH] Update the whole project name --- CMakeLists.txt | 12 ++--- COMPILE.md | 12 ++--- README.md | 12 ++--- app/Algorithms/ClassAnalysis.cpp | 8 ++-- app/Algorithms/ClassAnalysis.h | 8 ++-- app/Algorithms/Croissance.h | 4 +- app/Algorithms/DCT.cpp | 8 ++-- app/Algorithms/DCT.h | 8 ++-- app/Algorithms/FFT.cpp | 8 ++-- app/Algorithms/FFT.h | 8 ++-- app/Algorithms/Pyramid.cpp | 8 ++-- app/Algorithms/Pyramid.h | 8 ++-- app/CMakeLists.txt | 22 +++++----- app/Operations/BFlitOp.cpp | 8 ++-- app/Operations/BFlitOp.h | 8 ++-- app/Operations/CenterOp.cpp | 8 ++-- app/Operations/CenterOp.h | 8 ++-- app/Operations/ClassAnalysisDialog.cpp | 8 ++-- app/Operations/ClassAnalysisDialog.h | 8 ++-- app/Operations/ClassAnalysisOp.cpp | 8 ++-- app/Operations/ClassAnalysisOp.h | 8 ++-- app/Operations/ClassResultOp.cpp | 8 ++-- app/Operations/ClassResultOp.h | 8 ++-- app/Operations/ColorDialog.cpp | 8 ++-- app/Operations/ColorDialog.h | 8 ++-- app/Operations/ColorimetryOp.cpp | 8 ++-- app/Operations/ColorimetryOp.h | 8 ++-- app/Operations/CombineColorOp.cpp | 8 ++-- app/Operations/CombineColorOp.h | 8 ++-- app/Operations/CroissanceOp.cpp | 8 ++-- app/Operations/CroissanceOp.h | 8 ++-- app/Operations/DCTDialog.cpp | 8 ++-- app/Operations/DCTDialog.h | 8 ++-- app/Operations/DCTOp.cpp | 8 ++-- app/Operations/DCTOp.h | 8 ++-- app/Operations/DMMDialog.cpp | 8 ++-- app/Operations/DMMDialog.h | 8 ++-- app/Operations/DMMOp.cpp | 8 ++-- app/Operations/DMMOp.h | 8 ++-- app/Operations/DPCM.cpp | 8 ++-- app/Operations/DPCM.h | 8 ++-- app/Operations/DPCMDialog.cpp | 8 ++-- app/Operations/DPCMDialog.h | 8 ++-- app/Operations/DPCMDialog.ui | 4 +- app/Operations/DPCMEncodingOp.cpp | 8 ++-- app/Operations/DPCMEncodingOp.h | 8 ++-- app/Operations/EntropyOp.cpp | 8 ++-- app/Operations/EntropyOp.h | 8 ++-- app/Operations/FFTDialog.cpp | 8 ++-- app/Operations/FFTDialog.h | 8 ++-- app/Operations/FFTOp.cpp | 8 ++-- app/Operations/FFTOp.h | 8 ++-- app/Operations/FlipOp.cpp | 8 ++-- app/Operations/FlipOp.h | 8 ++-- app/Operations/HadamardOp.cpp | 8 ++-- app/Operations/HadamardOp.h | 8 ++-- app/Operations/HistogramOp.cpp | 8 ++-- app/Operations/HistogramOp.h | 8 ++-- app/Operations/HoughDialog.cpp | 8 ++-- app/Operations/HoughDialog.h | 8 ++-- app/Operations/HoughOp.cpp | 8 ++-- app/Operations/HoughOp.h | 8 ++-- app/Operations/Huffman.cpp | 8 ++-- app/Operations/Huffman.h | 8 ++-- app/Operations/HuffmanOp.cpp | 8 ++-- app/Operations/HuffmanOp.h | 8 ++-- app/Operations/IFFTOp.cpp | 8 ++-- app/Operations/IFFTOp.h | 8 ++-- app/Operations/InverseHoughDialog.cpp | 8 ++-- app/Operations/InverseHoughDialog.h | 8 ++-- app/Operations/InverseHoughOp.cpp | 8 ++-- app/Operations/InverseHoughOp.h | 8 ++-- app/Operations/InversePyramidDialog.cpp | 8 ++-- app/Operations/InversePyramidDialog.h | 8 ++-- app/Operations/InversePyramidOp.cpp | 8 ++-- app/Operations/InversePyramidOp.h | 8 ++-- app/Operations/MeanSquaredErrorOp.cpp | 8 ++-- app/Operations/MeanSquaredErrorOp.h | 8 ++-- app/Operations/NoiseOp.cpp | 8 ++-- app/Operations/NoiseOp.h | 8 ++-- app/Operations/PointOp.cpp | 8 ++-- app/Operations/PointOp.h | 8 ++-- app/Operations/PseudoColorOp.cpp | 8 ++-- app/Operations/PseudoColorOp.h | 8 ++-- app/Operations/PyramidDialog.cpp | 8 ++-- app/Operations/PyramidDialog.h | 8 ++-- app/Operations/PyramidOp.cpp | 8 ++-- app/Operations/PyramidOp.h | 8 ++-- app/Operations/Quantification.cpp | 8 ++-- app/Operations/Quantification.h | 8 ++-- app/Operations/QuantificationDialog.cpp | 8 ++-- app/Operations/QuantificationDialog.h | 8 ++-- app/Operations/QuantificationOp.cpp | 8 ++-- app/Operations/QuantificationOp.h | 8 ++-- app/Operations/QuantificationWidget.cpp | 8 ++-- app/Operations/QuantificationWidget.h | 8 ++-- app/Operations/RandomImgOp.cpp | 8 ++-- app/Operations/RandomImgOp.h | 8 ++-- app/Operations/RejectionRingOp.cpp | 8 ++-- app/Operations/RejectionRingOp.h | 8 ++-- app/Operations/RotateOp.cpp | 8 ++-- app/Operations/RotateOp.h | 8 ++-- app/Operations/ScalingOp.cpp | 8 ++-- app/Operations/ScalingOp.h | 8 ++-- app/Operations/SeparatorOp.cpp | 8 ++-- app/Operations/SeparatorOp.h | 8 ++-- app/Operations/SignalToNoiseOp.cpp | 8 ++-- app/Operations/SignalToNoiseOp.h | 8 ++-- app/Operations/SinusSynthesisOp.cpp | 8 ++-- app/Operations/SinusSynthesisOp.h | 8 ++-- app/Operations/SplitColorOp.cpp | 8 ++-- app/Operations/SplitColorOp.h | 8 ++-- app/Operations/ThresholdDialog.h | 8 ++-- app/Operations/ThresholdOp.h | 8 ++-- app/Operations/Transforms.cpp | 8 ++-- app/Operations/Transforms.h | 8 ++-- app/Operations/TranslateOp.h | 8 ++-- app/Operations/ZeroCrossingOp.cpp | 8 ++-- app/Operations/ZeroCrossingOp.h | 8 ++-- ...AimageService.cpp => ImageINSAService.cpp} | 24 +++++----- ...{INSAimageService.h => ImageINSAService.h} | 16 +++---- app/Services/OpSetService.cpp | 8 ++-- app/Services/OpSetService.h | 8 ++-- app/Services/OperationService.cpp | 12 ++--- app/Services/OperationService.h | 8 ++-- app/Services/PluginManager.cpp | 8 ++-- app/Services/PluginManager.h | 8 ++-- app/Tools.h | 8 ++-- app/Widgets/ImageZoneSelector.cpp | 8 ++-- app/Widgets/ImageZoneSelector.h | 8 ++-- app/Widgets/OperationBar.cpp | 8 ++-- app/Widgets/OperationBar.h | 12 ++--- ...mage_app_res.qrc => imageinsa_app_res.qrc} | 0 app/{insaimage_en.ts => imageinsa_en.ts} | 31 ++++++------- app/{insaimage_fr.ts => imageinsa_fr.ts} | 31 ++++++------- app/main.cpp | 44 +++++++++---------- core/BuiltinOpSet.cpp | 8 ++-- core/BuiltinOpSet.h | 16 +++---- core/Doxyfile | 4 +- core/ImgParam.cpp | 8 ++-- core/ImgParam.h | 14 +++--- core/Input.h | 14 +++--- core/IntParam.cpp | 8 ++-- core/IntParam.h | 14 +++--- core/OpSet.h | 14 +++--- core/Operation.cpp | 10 ++--- core/Operation.h | 18 ++++---- core/Parameter.h | 14 +++--- core/PlugOperation.cpp | 8 ++-- core/PlugOperation.h | 14 +++--- core/Plugin.cpp | 8 ++-- core/Plugin.h | 14 +++--- plugins/Entropy/Entropy.cpp | 8 ++-- plugins/Entropy/EntropyCorrection.cpp | 8 ++-- plugins/Segmentation/segmentation.cpp | 8 ++-- plugins/SegmentationTest/segmentation.cpp | 8 ++-- plugins/plugin.cpp | 8 ++-- 157 files changed, 714 insertions(+), 724 deletions(-) rename app/Services/{INSAimageService.cpp => ImageINSAService.cpp} (80%) rename app/Services/{INSAimageService.h => ImageINSAService.h} (73%) rename app/{insaimage_app_res.qrc => imageinsa_app_res.qrc} (100%) rename app/{insaimage_en.ts => imageinsa_en.ts} (98%) rename app/{insaimage_fr.ts => imageinsa_fr.ts} (99%) diff --git a/CMakeLists.txt b/CMakeLists.txt index f13658d..640d3c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -project(INSAimage) +project(ImageINSA) cmake_minimum_required(VERSION 2.8.11) # Find includes in corresponding build directories @@ -19,7 +19,7 @@ find_package(Qt5PrintSupport) # We want to generate everything in the right target folder, for easier deployment file(MAKE_DIRECTORY ${DEPLOY_OUTPUT_DIRECTORY}/lib) -set(DEPLOY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/insaimage CACHE PATH "The folder to use for deployment." FORCE) +set(DEPLOY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/ImageINSA CACHE PATH "The folder to use for deployment." FORCE) set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${DEPLOY_OUTPUT_DIRECTORY}/lib) set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${DEPLOY_OUTPUT_DIRECTORY}/lib) set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${DEPLOY_OUTPUT_DIRECTORY}) @@ -29,13 +29,13 @@ find_package(RandomLib 1.7 REQUIRED) if(RandomLib_FOUND) include_directories(${RandomLib_INCLUDE_DIRS}) else() - message(FATAL_ERROR "Unable to find Random library. Please clone, compile and install it before compiling insaimage.") + message(FATAL_ERROR "Unable to find Random library. Please clone, compile and install it before compiling ImageINSA.") endif() # Add CMake modules path set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules) -# Detiq-T is a submodule, it is built automatically before building insaimage +# Detiq-T is a submodule, it is built automatically before building ImageINSA if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/lib/detiq-t AND IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/lib/detiq-t) add_subdirectory(lib/detiq-t) include_directories(lib/detiq-t/ImageIn lib/detiq-t/GenericInterface) @@ -107,7 +107,7 @@ if(WIN32) endif() add_custom_target(WinQtDeploy ALL windeployqt ${DEPLOY_OUTPUT_DIRECTORY}/qwt.dll - COMMAND windeployqt ${DEPLOY_FLAGS} ${DEPLOY_OUTPUT_DIRECTORY}/insaimage.exe + COMMAND windeployqt ${DEPLOY_FLAGS} ${DEPLOY_OUTPUT_DIRECTORY}/imageinsa.exe COMMENT "Copy Qt & compiler DLL to the target directory") - add_dependencies(WinQtDeploy insaimage) + add_dependencies(WinQtDeploy imageinsa) endif() diff --git a/COMPILE.md b/COMPILE.md index 1c6b277..47a6647 100644 --- a/COMPILE.md +++ b/COMPILE.md @@ -1,10 +1,10 @@ -# INSAimage compilation process +# ImageINSA compilation process -This file contains useful information to help you in INSAimage compilation. +This file contains useful information to help you in ImageINSA compilation. ## Introduction -INSAimage is an open source program under the GPL v3 license. Please read the file 'GPL' in this repository for more information. +ImageINSA is an open source program under the GPL v3 license. Please read the file 'GPL' in this repository for more information. This software can be compiled under GNU/Linux and Windows, and should be under Mac OS (but this has not been tested yet). @@ -22,7 +22,7 @@ If you just cloned this repository, please ensure the detiq-t library submodule You will need to run this command (without `--init`) each time you want to update the submodule to the last revision ## Libraries -INSAimage is compiled against some dependencies, you have to check all these dependencies have been installed on your environment. +ImageINSA is compiled against some dependencies, you have to check all these dependencies have been installed on your environment. ### Qt 5 #### Windows @@ -38,7 +38,7 @@ RandomLib 1.7, 1.8 and 1.9 are known to work. Newer versions should also be ok. ### Qwt Download Qwt 6.0 or newer from the official website: http://sourceforge.net/projects/qwt/ -The library must be compiled against Qt, please ensure you use the same version than the one you will use to compile INSAimage. The most easier way to comile Qwt is to load the project file (qwt.pro) in Qt Creator, configure the project, run the compilation. +The library must be compiled against Qt, please ensure you use the same version than the one you will use to compile ImageINSA. The most easier way to comile Qwt is to load the project file (qwt.pro) in Qt Creator, configure the project, run the compilation. Compilation and installation are documented on the official website: http://qwt.sourceforge.net/qwtinstall.html. @@ -66,7 +66,7 @@ In general, it is a good idea to generate build environment in an empty folder s ### Windows users Depending on the compiler you want to use, you may need to run `cmake` or `cmake-gui` from a command line terminal with compilation environment variables pre-defined. For example, to help CMake finding MSVC compiler, you may have to run cmake in a 'Visual Studio Command Prompt'. This can be found in the Start menu. Compiling with MinGW can be achieved by running cmake from 'MinGW shell'. -The CMake scripts shipped with INSAimage try to locate automatically all libraries and tools needed to compile it. But in some case, this is impossible because there is no common standard path were all libraries should be installed. To help CMake find needed libraries, you can set some variables when running cmake: +The CMake scripts shipped with ImageINSA try to locate automatically all libraries and tools needed to compile it. But in some case, this is impossible because there is no common standard path were all libraries should be installed. To help CMake find needed libraries, you can set some variables when running cmake: - CMAKE_PREFIX_PATH will be used by CMake to serach for libraries needed. You can put local paths were some dependencies are stored. Use the separator of your OS (';' for Windows). Example: `-DCMAKE_PREFIX_PATH="C:/Program Files/GnuWin32";D:/libs/RandomLib-1.10-build` - \<libname\>_DIR can be used to help CMake finding a specific library diff --git a/README.md b/README.md index 171cf0d..5f2bef2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -## INSAimage +## ImageINSA -INSAimage is an image processing application geared toward teaching and algorithm demonstrations. -INSAimage is based upon the library ImageIn for image manipulations; +ImageINSA is an image processing application geared toward teaching and algorithm demonstrations. +ImageINSA is based upon the library ImageIn for image manipulations; The application's interface is also based on the [DETIQ-T][1]'s generic interface. Both ImageIn and the generic interface are part of the project [DETIQ-T][1]. @@ -13,17 +13,17 @@ Both ImageIn and the generic interface are part of the project [DETIQ-T][1]. Copyright © 2011-2012 [INSA Rennes][2] -INSAimage is free software: you can redistribute it and/or modify +ImageINSA 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. -INSAimage is distributed in the hope that it will be useful, +ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. +along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. [2]: http://www.insa-rennes.fr "INSA Rennes" \ No newline at end of file diff --git a/app/Algorithms/ClassAnalysis.cpp b/app/Algorithms/ClassAnalysis.cpp index d03acdf..d76987a 100644 --- a/app/Algorithms/ClassAnalysis.cpp +++ b/app/Algorithms/ClassAnalysis.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "ClassAnalysis.h" diff --git a/app/Algorithms/ClassAnalysis.h b/app/Algorithms/ClassAnalysis.h index 649e92d..64ae20e 100644 --- a/app/Algorithms/ClassAnalysis.h +++ b/app/Algorithms/ClassAnalysis.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef CLASSANALYSIS_H diff --git a/app/Algorithms/Croissance.h b/app/Algorithms/Croissance.h index 9ac8c0a..f5a8c59 100644 --- a/app/Algorithms/Croissance.h +++ b/app/Algorithms/Croissance.h @@ -1,5 +1,5 @@ -#ifndef INSAIMAGE_CROISSANCE_H -#define INSAIMAGE_CROISSANCE_H +#ifndef IMAGEINSA_CROISSANCE_H +#define IMAGEINSA_CROISSANCE_H #include <Image.h> #include <vector> diff --git a/app/Algorithms/DCT.cpp b/app/Algorithms/DCT.cpp index 4929b10..1fcafeb 100644 --- a/app/Algorithms/DCT.cpp +++ b/app/Algorithms/DCT.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include <cstdio> diff --git a/app/Algorithms/DCT.h b/app/Algorithms/DCT.h index d56349e..ad7d262 100644 --- a/app/Algorithms/DCT.h +++ b/app/Algorithms/DCT.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef DCT_H diff --git a/app/Algorithms/FFT.cpp b/app/Algorithms/FFT.cpp index 4667aeb..06c14c2 100644 --- a/app/Algorithms/FFT.cpp +++ b/app/Algorithms/FFT.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "FFT.h" diff --git a/app/Algorithms/FFT.h b/app/Algorithms/FFT.h index 180f92b..a527618 100644 --- a/app/Algorithms/FFT.h +++ b/app/Algorithms/FFT.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef FFT_H diff --git a/app/Algorithms/Pyramid.cpp b/app/Algorithms/Pyramid.cpp index 9aa5675..c5c7cc1 100644 --- a/app/Algorithms/Pyramid.cpp +++ b/app/Algorithms/Pyramid.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "Pyramid.h" diff --git a/app/Algorithms/Pyramid.h b/app/Algorithms/Pyramid.h index 8c1e8a7..c146818 100644 --- a/app/Algorithms/Pyramid.h +++ b/app/Algorithms/Pyramid.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef PYRAMID_H diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 35bc6aa..d0f28cc 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -1,5 +1,5 @@ -set(insaimage_SOURCES +set(imageinsa_SOURCES main.cpp Tools.h Algorithms/ClassAnalysis.cpp @@ -132,8 +132,8 @@ set(insaimage_SOURCES Operations/TranslateOp.h Operations/ZeroCrossingOp.cpp Operations/ZeroCrossingOp.h - Services/INSAimageService.cpp - Services/INSAimageService.h + Services/ImageINSAService.cpp + Services/ImageINSAService.h Services/FilteringService.cpp Services/FilteringService.h Services/MorphoMatService.cpp @@ -176,16 +176,16 @@ set(UIS qt5_wrap_ui(WRAPPED_UIS ${UIS}) -qt5_add_resources(RCC_FILES "insaimage_app_res.qrc") +qt5_add_resources(RCC_FILES "imageinsa_app_res.qrc") -set(TS_FILES insaimage_en.ts insaimage_fr.ts) +set(TS_FILES imageinsa_en.ts imageinsa_fr.ts) # Uncomment only 1 of the 2 folowing commands, depending on your needs # -1- Use current translations files qt5_add_translation(QM_FILES ${TS_FILES}) # -2- Update translations files with changes from c++ sources -#qt5_create_translation(QM_FILES ${insaimage_SOURCES} ${UIS} ${TS_FILES}) +#qt5_create_translation(QM_FILES ${imageinsa_SOURCES} ${UIS} ${TS_FILES}) # -3- Update translations files with changes from c++ sources AND drop useless translations -#qt5_create_translation(QM_FILES ${insaimage_SOURCES} ${UIS} ${TS_FILES} OPTIONS -no-obsolete) +#qt5_create_translation(QM_FILES ${imageinsa_SOURCES} ${UIS} ${TS_FILES} OPTIONS -no-obsolete) # Avoid awful console on Windows @@ -193,8 +193,8 @@ if(WIN32) set(EXTRA_FLAGS WIN32) endif() -add_executable(insaimage ${EXTRA_FLAGS} ${insaimage_SOURCES} ${WRAPPED_UIS} ${UIS} ${QM_FILES} ${TS_FILES} ${RCC_FILES}) -target_link_libraries(insaimage +add_executable(imageinsa ${EXTRA_FLAGS} ${imageinsa_SOURCES} ${WRAPPED_UIS} ${UIS} ${QM_FILES} ${TS_FILES} ${RCC_FILES}) +target_link_libraries(imageinsa core Qt5::Core Qt5::Widgets @@ -204,11 +204,11 @@ target_link_libraries(insaimage ${RandomLib_LIBRARIES} ) -add_custom_command(TARGET insaimage POST_BUILD +add_custom_command(TARGET imageinsa POST_BUILD COMMAND ${CMAKE_COMMAND} -E make_directory ${DEPLOY_OUTPUT_DIRECTORY}/lang COMMENT "Create directory ${DEPLOY_OUTPUT_DIRECTORY}/lang") foreach(__FILE ${QM_FILES}) - add_custom_command(TARGET insaimage POST_BUILD + add_custom_command(TARGET imageinsa POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy ${__FILE} ${DEPLOY_OUTPUT_DIRECTORY}/lang COMMENT "Copy ${__FILE} to ${DEPLOY_OUTPUT_DIRECTORY}/lang") endforeach() diff --git a/app/Operations/BFlitOp.cpp b/app/Operations/BFlitOp.cpp index ceaedcd..fdc60a9 100644 --- a/app/Operations/BFlitOp.cpp +++ b/app/Operations/BFlitOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include <QDialog> diff --git a/app/Operations/BFlitOp.h b/app/Operations/BFlitOp.h index a52b88d..8956c1f 100644 --- a/app/Operations/BFlitOp.h +++ b/app/Operations/BFlitOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef BFLITOP_H diff --git a/app/Operations/CenterOp.cpp b/app/Operations/CenterOp.cpp index 807bc2e..7901d8c 100644 --- a/app/Operations/CenterOp.cpp +++ b/app/Operations/CenterOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include <vector> diff --git a/app/Operations/CenterOp.h b/app/Operations/CenterOp.h index cd7ab04..a812832 100644 --- a/app/Operations/CenterOp.h +++ b/app/Operations/CenterOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef CENTEROP_H diff --git a/app/Operations/ClassAnalysisDialog.cpp b/app/Operations/ClassAnalysisDialog.cpp index 58b3a7f..59a71f7 100644 --- a/app/Operations/ClassAnalysisDialog.cpp +++ b/app/Operations/ClassAnalysisDialog.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "ClassAnalysisDialog.h" diff --git a/app/Operations/ClassAnalysisDialog.h b/app/Operations/ClassAnalysisDialog.h index 2372bf4..5c5f9de 100644 --- a/app/Operations/ClassAnalysisDialog.h +++ b/app/Operations/ClassAnalysisDialog.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef CLASSANALYSISDIALOG_H diff --git a/app/Operations/ClassAnalysisOp.cpp b/app/Operations/ClassAnalysisOp.cpp index 0ace267..c36c73b 100644 --- a/app/Operations/ClassAnalysisOp.cpp +++ b/app/Operations/ClassAnalysisOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "ClassAnalysisOp.h" diff --git a/app/Operations/ClassAnalysisOp.h b/app/Operations/ClassAnalysisOp.h index ae5e6de..7a1bf98 100644 --- a/app/Operations/ClassAnalysisOp.h +++ b/app/Operations/ClassAnalysisOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef CLASSANALYSISOP_H diff --git a/app/Operations/ClassResultOp.cpp b/app/Operations/ClassResultOp.cpp index 51cca65..4a5e2c7 100644 --- a/app/Operations/ClassResultOp.cpp +++ b/app/Operations/ClassResultOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "ClassResultOp.h" diff --git a/app/Operations/ClassResultOp.h b/app/Operations/ClassResultOp.h index 66d83db..d751d01 100644 --- a/app/Operations/ClassResultOp.h +++ b/app/Operations/ClassResultOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef CLASSRESULTOP_H diff --git a/app/Operations/ColorDialog.cpp b/app/Operations/ColorDialog.cpp index 5106b9d..ad90393 100644 --- a/app/Operations/ColorDialog.cpp +++ b/app/Operations/ColorDialog.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "ColorDialog.h" diff --git a/app/Operations/ColorDialog.h b/app/Operations/ColorDialog.h index c5d3cba..c71776b 100644 --- a/app/Operations/ColorDialog.h +++ b/app/Operations/ColorDialog.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef COLORDIALOG_H diff --git a/app/Operations/ColorimetryOp.cpp b/app/Operations/ColorimetryOp.cpp index 5775619..9f3dbd7 100644 --- a/app/Operations/ColorimetryOp.cpp +++ b/app/Operations/ColorimetryOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "ColorimetryOp.h" diff --git a/app/Operations/ColorimetryOp.h b/app/Operations/ColorimetryOp.h index fa7b035..1e2206c 100644 --- a/app/Operations/ColorimetryOp.h +++ b/app/Operations/ColorimetryOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef COLORIMETRYOP_H diff --git a/app/Operations/CombineColorOp.cpp b/app/Operations/CombineColorOp.cpp index 80c1216..cc5cc09 100644 --- a/app/Operations/CombineColorOp.cpp +++ b/app/Operations/CombineColorOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include <limits> diff --git a/app/Operations/CombineColorOp.h b/app/Operations/CombineColorOp.h index bfa14a6..4eb5c35 100644 --- a/app/Operations/CombineColorOp.h +++ b/app/Operations/CombineColorOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef COMBINECOLOROP_H diff --git a/app/Operations/CroissanceOp.cpp b/app/Operations/CroissanceOp.cpp index d87b62b..559f2f8 100644 --- a/app/Operations/CroissanceOp.cpp +++ b/app/Operations/CroissanceOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include <QDialog> diff --git a/app/Operations/CroissanceOp.h b/app/Operations/CroissanceOp.h index b67af0d..41d3774 100644 --- a/app/Operations/CroissanceOp.h +++ b/app/Operations/CroissanceOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef CROISSANCEOP_H diff --git a/app/Operations/DCTDialog.cpp b/app/Operations/DCTDialog.cpp index 4269622..bfeb2e6 100644 --- a/app/Operations/DCTDialog.cpp +++ b/app/Operations/DCTDialog.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "DCTDialog.h" diff --git a/app/Operations/DCTDialog.h b/app/Operations/DCTDialog.h index aefb70a..df43a68 100644 --- a/app/Operations/DCTDialog.h +++ b/app/Operations/DCTDialog.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef DCTDIALOG_H diff --git a/app/Operations/DCTOp.cpp b/app/Operations/DCTOp.cpp index d4b5677..4b70e94 100644 --- a/app/Operations/DCTOp.cpp +++ b/app/Operations/DCTOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "DCTOp.h" diff --git a/app/Operations/DCTOp.h b/app/Operations/DCTOp.h index 572de28..b18ae53 100644 --- a/app/Operations/DCTOp.h +++ b/app/Operations/DCTOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef DCTOP_H diff --git a/app/Operations/DMMDialog.cpp b/app/Operations/DMMDialog.cpp index 5e5bdab..0311465 100644 --- a/app/Operations/DMMDialog.cpp +++ b/app/Operations/DMMDialog.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include <QWidget> #include <QVBoxLayout> diff --git a/app/Operations/DMMDialog.h b/app/Operations/DMMDialog.h index 8833507..138f767 100644 --- a/app/Operations/DMMDialog.h +++ b/app/Operations/DMMDialog.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef DMMDIALOG_H diff --git a/app/Operations/DMMOp.cpp b/app/Operations/DMMOp.cpp index 652c3ec..018b131 100644 --- a/app/Operations/DMMOp.cpp +++ b/app/Operations/DMMOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "DMMOp.h" diff --git a/app/Operations/DMMOp.h b/app/Operations/DMMOp.h index 9740a37..8a2ef27 100644 --- a/app/Operations/DMMOp.h +++ b/app/Operations/DMMOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef DMMOP_H diff --git a/app/Operations/DPCM.cpp b/app/Operations/DPCM.cpp index aa2e5ed..12844a3 100644 --- a/app/Operations/DPCM.cpp +++ b/app/Operations/DPCM.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "DPCM.h" diff --git a/app/Operations/DPCM.h b/app/Operations/DPCM.h index 47cb685..d6f2fd7 100644 --- a/app/Operations/DPCM.h +++ b/app/Operations/DPCM.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef DPCM_H diff --git a/app/Operations/DPCMDialog.cpp b/app/Operations/DPCMDialog.cpp index 76e50f6..d5b0b19 100644 --- a/app/Operations/DPCMDialog.cpp +++ b/app/Operations/DPCMDialog.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "DPCMDialog.h" diff --git a/app/Operations/DPCMDialog.h b/app/Operations/DPCMDialog.h index fa10362..d4d73ea 100644 --- a/app/Operations/DPCMDialog.h +++ b/app/Operations/DPCMDialog.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef DPCMDIALOG_H diff --git a/app/Operations/DPCMDialog.ui b/app/Operations/DPCMDialog.ui index 4dd1ce2..b79a0e1 100644 --- a/app/Operations/DPCMDialog.ui +++ b/app/Operations/DPCMDialog.ui @@ -20,7 +20,7 @@ <string/> </property> <property name="pixmap"> - <pixmap resource="../insaimage_app_res.qrc">:/img/micd.png</pixmap> + <pixmap resource="../imageinsa_app_res.qrc">:/img/micd.png</pixmap> </property> </widget> </item> @@ -204,7 +204,7 @@ </layout> </widget> <resources> - <include location="../insaimage_app_res.qrc"/> + <include location="../imageinsa_app_res.qrc"/> </resources> <connections> <connection> diff --git a/app/Operations/DPCMEncodingOp.cpp b/app/Operations/DPCMEncodingOp.cpp index 3cd164d..3b68814 100644 --- a/app/Operations/DPCMEncodingOp.cpp +++ b/app/Operations/DPCMEncodingOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "DPCMEncodingOp.h" diff --git a/app/Operations/DPCMEncodingOp.h b/app/Operations/DPCMEncodingOp.h index 2377210..7fe7373 100644 --- a/app/Operations/DPCMEncodingOp.h +++ b/app/Operations/DPCMEncodingOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef DPCMENCODINGOP_H diff --git a/app/Operations/EntropyOp.cpp b/app/Operations/EntropyOp.cpp index ec006f2..6b524cc 100644 --- a/app/Operations/EntropyOp.cpp +++ b/app/Operations/EntropyOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include <cmath> diff --git a/app/Operations/EntropyOp.h b/app/Operations/EntropyOp.h index 660d1c0..2848b6f 100644 --- a/app/Operations/EntropyOp.h +++ b/app/Operations/EntropyOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef ENTROPYOP_H diff --git a/app/Operations/FFTDialog.cpp b/app/Operations/FFTDialog.cpp index 32e51e1..2c20318 100644 --- a/app/Operations/FFTDialog.cpp +++ b/app/Operations/FFTDialog.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "FFTDialog.h" diff --git a/app/Operations/FFTDialog.h b/app/Operations/FFTDialog.h index c04203f..c117471 100644 --- a/app/Operations/FFTDialog.h +++ b/app/Operations/FFTDialog.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef FFTDIALOG_H diff --git a/app/Operations/FFTOp.cpp b/app/Operations/FFTOp.cpp index bb4afc4..6442955 100644 --- a/app/Operations/FFTOp.cpp +++ b/app/Operations/FFTOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "FFTOp.h" #include "../Tools.h" diff --git a/app/Operations/FFTOp.h b/app/Operations/FFTOp.h index e53ea80..c7cd380 100644 --- a/app/Operations/FFTOp.h +++ b/app/Operations/FFTOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef FFTOP_H diff --git a/app/Operations/FlipOp.cpp b/app/Operations/FlipOp.cpp index 7da3320..d5bb8a7 100644 --- a/app/Operations/FlipOp.cpp +++ b/app/Operations/FlipOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include <vector> diff --git a/app/Operations/FlipOp.h b/app/Operations/FlipOp.h index c580450..b5ec19b 100644 --- a/app/Operations/FlipOp.h +++ b/app/Operations/FlipOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef FLIPOP_H diff --git a/app/Operations/HadamardOp.cpp b/app/Operations/HadamardOp.cpp index 0e423d8..e7b8ef3 100644 --- a/app/Operations/HadamardOp.cpp +++ b/app/Operations/HadamardOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "HadamardOp.h" diff --git a/app/Operations/HadamardOp.h b/app/Operations/HadamardOp.h index 9bf143e..b1673e4 100644 --- a/app/Operations/HadamardOp.h +++ b/app/Operations/HadamardOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef HADAMARDOP_H diff --git a/app/Operations/HistogramOp.cpp b/app/Operations/HistogramOp.cpp index 815efc3..765fe33 100644 --- a/app/Operations/HistogramOp.cpp +++ b/app/Operations/HistogramOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "HistogramOp.h" diff --git a/app/Operations/HistogramOp.h b/app/Operations/HistogramOp.h index 616895d..675e697 100644 --- a/app/Operations/HistogramOp.h +++ b/app/Operations/HistogramOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef HISTOGRAMOP_H diff --git a/app/Operations/HoughDialog.cpp b/app/Operations/HoughDialog.cpp index b5e45b4..337f3c9 100644 --- a/app/Operations/HoughDialog.cpp +++ b/app/Operations/HoughDialog.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "HoughDialog.h" diff --git a/app/Operations/HoughDialog.h b/app/Operations/HoughDialog.h index 6a7ccb0..4e8a2f2 100644 --- a/app/Operations/HoughDialog.h +++ b/app/Operations/HoughDialog.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef HOUGHDIALOG_H diff --git a/app/Operations/HoughOp.cpp b/app/Operations/HoughOp.cpp index 81f4346..07fe5bb 100644 --- a/app/Operations/HoughOp.cpp +++ b/app/Operations/HoughOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "HoughOp.h" diff --git a/app/Operations/HoughOp.h b/app/Operations/HoughOp.h index 2c09147..672d45d 100644 --- a/app/Operations/HoughOp.h +++ b/app/Operations/HoughOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef HOUGHOP_H diff --git a/app/Operations/Huffman.cpp b/app/Operations/Huffman.cpp index 2ed3e7e..01fd42c 100644 --- a/app/Operations/Huffman.cpp +++ b/app/Operations/Huffman.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "Huffman.h" diff --git a/app/Operations/Huffman.h b/app/Operations/Huffman.h index b8b658c..4bf8010 100644 --- a/app/Operations/Huffman.h +++ b/app/Operations/Huffman.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef HUFFMAN_H diff --git a/app/Operations/HuffmanOp.cpp b/app/Operations/HuffmanOp.cpp index 3cb1e75..9b9f49b 100644 --- a/app/Operations/HuffmanOp.cpp +++ b/app/Operations/HuffmanOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "HuffmanOp.h" diff --git a/app/Operations/HuffmanOp.h b/app/Operations/HuffmanOp.h index e332488..c6a1c08 100644 --- a/app/Operations/HuffmanOp.h +++ b/app/Operations/HuffmanOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef HUFFMANOP_H diff --git a/app/Operations/IFFTOp.cpp b/app/Operations/IFFTOp.cpp index 78373eb..fce4b0e 100644 --- a/app/Operations/IFFTOp.cpp +++ b/app/Operations/IFFTOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include <QLabel> #include <QDialog> diff --git a/app/Operations/IFFTOp.h b/app/Operations/IFFTOp.h index 0bf0b32..c7d165a 100644 --- a/app/Operations/IFFTOp.h +++ b/app/Operations/IFFTOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef IFFTOP_H diff --git a/app/Operations/InverseHoughDialog.cpp b/app/Operations/InverseHoughDialog.cpp index 6531749..5f81105 100644 --- a/app/Operations/InverseHoughDialog.cpp +++ b/app/Operations/InverseHoughDialog.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "InverseHoughDialog.h" diff --git a/app/Operations/InverseHoughDialog.h b/app/Operations/InverseHoughDialog.h index e9ea279..8e1cbee 100644 --- a/app/Operations/InverseHoughDialog.h +++ b/app/Operations/InverseHoughDialog.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef INVERSEHOUGHDIALOG_H diff --git a/app/Operations/InverseHoughOp.cpp b/app/Operations/InverseHoughOp.cpp index 6982ca2..931f00d 100644 --- a/app/Operations/InverseHoughOp.cpp +++ b/app/Operations/InverseHoughOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "InverseHoughOp.h" diff --git a/app/Operations/InverseHoughOp.h b/app/Operations/InverseHoughOp.h index e3096d4..0673cb9 100644 --- a/app/Operations/InverseHoughOp.h +++ b/app/Operations/InverseHoughOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef INVERSEHOUGHOP_H diff --git a/app/Operations/InversePyramidDialog.cpp b/app/Operations/InversePyramidDialog.cpp index 07d5572..2c09ff2 100644 --- a/app/Operations/InversePyramidDialog.cpp +++ b/app/Operations/InversePyramidDialog.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "InversePyramidDialog.h" diff --git a/app/Operations/InversePyramidDialog.h b/app/Operations/InversePyramidDialog.h index 79541e7..f510674 100644 --- a/app/Operations/InversePyramidDialog.h +++ b/app/Operations/InversePyramidDialog.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef INVERSEPYRAMIDDIALOG_H diff --git a/app/Operations/InversePyramidOp.cpp b/app/Operations/InversePyramidOp.cpp index 0ae4d17..345a65e 100644 --- a/app/Operations/InversePyramidOp.cpp +++ b/app/Operations/InversePyramidOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "InversePyramidOp.h" diff --git a/app/Operations/InversePyramidOp.h b/app/Operations/InversePyramidOp.h index 7b5cbc7..995cce1 100644 --- a/app/Operations/InversePyramidOp.h +++ b/app/Operations/InversePyramidOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef INVERSEPYRAMID_H diff --git a/app/Operations/MeanSquaredErrorOp.cpp b/app/Operations/MeanSquaredErrorOp.cpp index 92d2377..838a2fe 100644 --- a/app/Operations/MeanSquaredErrorOp.cpp +++ b/app/Operations/MeanSquaredErrorOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include <QLabel> diff --git a/app/Operations/MeanSquaredErrorOp.h b/app/Operations/MeanSquaredErrorOp.h index 165d63c..e3bc8c6 100644 --- a/app/Operations/MeanSquaredErrorOp.h +++ b/app/Operations/MeanSquaredErrorOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef MEANSQUAREDERROROP_H diff --git a/app/Operations/NoiseOp.cpp b/app/Operations/NoiseOp.cpp index 16e9910..e1db551 100644 --- a/app/Operations/NoiseOp.cpp +++ b/app/Operations/NoiseOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include <QDialog> diff --git a/app/Operations/NoiseOp.h b/app/Operations/NoiseOp.h index cd2c52e..dd15d92 100644 --- a/app/Operations/NoiseOp.h +++ b/app/Operations/NoiseOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef NOISEOP_H diff --git a/app/Operations/PointOp.cpp b/app/Operations/PointOp.cpp index e7ba6a9..05261d7 100644 --- a/app/Operations/PointOp.cpp +++ b/app/Operations/PointOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include <QWidget> diff --git a/app/Operations/PointOp.h b/app/Operations/PointOp.h index bc6e1b4..9ce4129 100644 --- a/app/Operations/PointOp.h +++ b/app/Operations/PointOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef PointOp_H diff --git a/app/Operations/PseudoColorOp.cpp b/app/Operations/PseudoColorOp.cpp index 20affcd..feb5b85 100644 --- a/app/Operations/PseudoColorOp.cpp +++ b/app/Operations/PseudoColorOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "PseudoColorOp.h" diff --git a/app/Operations/PseudoColorOp.h b/app/Operations/PseudoColorOp.h index 284bef8..5c9b50a 100644 --- a/app/Operations/PseudoColorOp.h +++ b/app/Operations/PseudoColorOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include <Operation.h> diff --git a/app/Operations/PyramidDialog.cpp b/app/Operations/PyramidDialog.cpp index 0e7ca59..9c77919 100644 --- a/app/Operations/PyramidDialog.cpp +++ b/app/Operations/PyramidDialog.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "PyramidDialog.h" diff --git a/app/Operations/PyramidDialog.h b/app/Operations/PyramidDialog.h index fcf8a4d..9964d47 100644 --- a/app/Operations/PyramidDialog.h +++ b/app/Operations/PyramidDialog.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef PYRAMIDDIALOG_H diff --git a/app/Operations/PyramidOp.cpp b/app/Operations/PyramidOp.cpp index c3db3cf..c9a6e5c 100644 --- a/app/Operations/PyramidOp.cpp +++ b/app/Operations/PyramidOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "PyramidOp.h" diff --git a/app/Operations/PyramidOp.h b/app/Operations/PyramidOp.h index 4a2090c..f5960cf 100644 --- a/app/Operations/PyramidOp.h +++ b/app/Operations/PyramidOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef PYRAMIDOP_H diff --git a/app/Operations/Quantification.cpp b/app/Operations/Quantification.cpp index 8a4d560..cf19bcb 100644 --- a/app/Operations/Quantification.cpp +++ b/app/Operations/Quantification.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "Quantification.h" diff --git a/app/Operations/Quantification.h b/app/Operations/Quantification.h index c505cdc..d15d5a5 100644 --- a/app/Operations/Quantification.h +++ b/app/Operations/Quantification.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef QUANTIFICATION_H diff --git a/app/Operations/QuantificationDialog.cpp b/app/Operations/QuantificationDialog.cpp index 9f04465..8f904d0 100644 --- a/app/Operations/QuantificationDialog.cpp +++ b/app/Operations/QuantificationDialog.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "QuantificationDialog.h" diff --git a/app/Operations/QuantificationDialog.h b/app/Operations/QuantificationDialog.h index 39d40de..696b0bf 100644 --- a/app/Operations/QuantificationDialog.h +++ b/app/Operations/QuantificationDialog.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef QUANTIFICATIONDIALOG_H diff --git a/app/Operations/QuantificationOp.cpp b/app/Operations/QuantificationOp.cpp index b56681d..a813f2d 100644 --- a/app/Operations/QuantificationOp.cpp +++ b/app/Operations/QuantificationOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "QuantificationOp.h" diff --git a/app/Operations/QuantificationOp.h b/app/Operations/QuantificationOp.h index decbab9..a3610aa 100644 --- a/app/Operations/QuantificationOp.h +++ b/app/Operations/QuantificationOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef QUANTIFICATIONOP_H diff --git a/app/Operations/QuantificationWidget.cpp b/app/Operations/QuantificationWidget.cpp index ca3d2e5..55dbc7a 100644 --- a/app/Operations/QuantificationWidget.cpp +++ b/app/Operations/QuantificationWidget.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include <QGridLayout> diff --git a/app/Operations/QuantificationWidget.h b/app/Operations/QuantificationWidget.h index 72dc61e..8847235 100644 --- a/app/Operations/QuantificationWidget.h +++ b/app/Operations/QuantificationWidget.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef QUANTIFICATIONWIDGET_H diff --git a/app/Operations/RandomImgOp.cpp b/app/Operations/RandomImgOp.cpp index 992e082..23f1c8c 100644 --- a/app/Operations/RandomImgOp.cpp +++ b/app/Operations/RandomImgOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include <QDialog> #include <QFormLayout> diff --git a/app/Operations/RandomImgOp.h b/app/Operations/RandomImgOp.h index 937fb12..cc97b94 100644 --- a/app/Operations/RandomImgOp.h +++ b/app/Operations/RandomImgOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef RANDOMIMGOP_H diff --git a/app/Operations/RejectionRingOp.cpp b/app/Operations/RejectionRingOp.cpp index 5f0beb2..6450468 100644 --- a/app/Operations/RejectionRingOp.cpp +++ b/app/Operations/RejectionRingOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "RejectionRingOp.h" diff --git a/app/Operations/RejectionRingOp.h b/app/Operations/RejectionRingOp.h index d7695ce..3d9da4b 100644 --- a/app/Operations/RejectionRingOp.h +++ b/app/Operations/RejectionRingOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef REJECTIONRINGOP_H diff --git a/app/Operations/RotateOp.cpp b/app/Operations/RotateOp.cpp index 0956afe..7d165f6 100644 --- a/app/Operations/RotateOp.cpp +++ b/app/Operations/RotateOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include <QDialogButtonBox> diff --git a/app/Operations/RotateOp.h b/app/Operations/RotateOp.h index 36529e4..fdcddad 100644 --- a/app/Operations/RotateOp.h +++ b/app/Operations/RotateOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef ROTATEOP_H diff --git a/app/Operations/ScalingOp.cpp b/app/Operations/ScalingOp.cpp index a672ce4..00b3036 100644 --- a/app/Operations/ScalingOp.cpp +++ b/app/Operations/ScalingOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "ScalingOp.h" diff --git a/app/Operations/ScalingOp.h b/app/Operations/ScalingOp.h index 815084b..e70b224 100644 --- a/app/Operations/ScalingOp.h +++ b/app/Operations/ScalingOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef SCALINGOP_H diff --git a/app/Operations/SeparatorOp.cpp b/app/Operations/SeparatorOp.cpp index 43d0207..6c7e910 100644 --- a/app/Operations/SeparatorOp.cpp +++ b/app/Operations/SeparatorOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "SeparatorOp.h" diff --git a/app/Operations/SeparatorOp.h b/app/Operations/SeparatorOp.h index 660e633..e809cde 100644 --- a/app/Operations/SeparatorOp.h +++ b/app/Operations/SeparatorOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef SEPARATOROP_H diff --git a/app/Operations/SignalToNoiseOp.cpp b/app/Operations/SignalToNoiseOp.cpp index f6b9079..731d9c1 100644 --- a/app/Operations/SignalToNoiseOp.cpp +++ b/app/Operations/SignalToNoiseOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include <QLabel> #include <QDialog> diff --git a/app/Operations/SignalToNoiseOp.h b/app/Operations/SignalToNoiseOp.h index 6ffd9b1..9027e95 100644 --- a/app/Operations/SignalToNoiseOp.h +++ b/app/Operations/SignalToNoiseOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef SIGNALTONOISEOP_H diff --git a/app/Operations/SinusSynthesisOp.cpp b/app/Operations/SinusSynthesisOp.cpp index f97d0ed..df7d45d 100644 --- a/app/Operations/SinusSynthesisOp.cpp +++ b/app/Operations/SinusSynthesisOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "SinusSynthesisOp.h" diff --git a/app/Operations/SinusSynthesisOp.h b/app/Operations/SinusSynthesisOp.h index 2573247..f126c4c 100644 --- a/app/Operations/SinusSynthesisOp.h +++ b/app/Operations/SinusSynthesisOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef SINUSSYNTHESISOP_H diff --git a/app/Operations/SplitColorOp.cpp b/app/Operations/SplitColorOp.cpp index e8d0094..1f10027 100644 --- a/app/Operations/SplitColorOp.cpp +++ b/app/Operations/SplitColorOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include <GrayscaleImage.h> diff --git a/app/Operations/SplitColorOp.h b/app/Operations/SplitColorOp.h index 614573d..50a1309 100644 --- a/app/Operations/SplitColorOp.h +++ b/app/Operations/SplitColorOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef SPLITCOLOROP_H diff --git a/app/Operations/ThresholdDialog.h b/app/Operations/ThresholdDialog.h index a33416c..de46a26 100644 --- a/app/Operations/ThresholdDialog.h +++ b/app/Operations/ThresholdDialog.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef THRESHOLDDIALOG_H diff --git a/app/Operations/ThresholdOp.h b/app/Operations/ThresholdOp.h index 0c921c0..98ddc85 100644 --- a/app/Operations/ThresholdOp.h +++ b/app/Operations/ThresholdOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef THRESHOLDOP_H diff --git a/app/Operations/Transforms.cpp b/app/Operations/Transforms.cpp index 0bf92ec..36bf142 100644 --- a/app/Operations/Transforms.cpp +++ b/app/Operations/Transforms.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "Transforms.h" diff --git a/app/Operations/Transforms.h b/app/Operations/Transforms.h index 34414b2..5c7fbe0 100644 --- a/app/Operations/Transforms.h +++ b/app/Operations/Transforms.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef TRANSFORMS_H diff --git a/app/Operations/TranslateOp.h b/app/Operations/TranslateOp.h index 2fba79f..ccacdb5 100644 --- a/app/Operations/TranslateOp.h +++ b/app/Operations/TranslateOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef TRANSLATION_H diff --git a/app/Operations/ZeroCrossingOp.cpp b/app/Operations/ZeroCrossingOp.cpp index 468dc01..d9fd38e 100644 --- a/app/Operations/ZeroCrossingOp.cpp +++ b/app/Operations/ZeroCrossingOp.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include <QDialog> diff --git a/app/Operations/ZeroCrossingOp.h b/app/Operations/ZeroCrossingOp.h index f2784f7..9c4ad6b 100644 --- a/app/Operations/ZeroCrossingOp.h +++ b/app/Operations/ZeroCrossingOp.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef ZEROCROSSINGOP_H diff --git a/app/Services/INSAimageService.cpp b/app/Services/ImageINSAService.cpp similarity index 80% rename from app/Services/INSAimageService.cpp rename to app/Services/ImageINSAService.cpp index f0002be..1bf07e8 100644 --- a/app/Services/INSAimageService.cpp +++ b/app/Services/ImageINSAService.cpp @@ -1,35 +1,35 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include <GenericInterface.h> -#include "INSAimageService.h" +#include "ImageINSAService.h" using namespace genericinterface; using namespace std; -INSAimageService::INSAimageService(GenericInterface* gi) : WindowService(Qt::LeftDockWidgetArea) { +ImageINSAService::ImageINSAService(GenericInterface* gi) : WindowService(Qt::LeftDockWidgetArea) { _gi = gi; _operationBar = new OperationBar(); } -void INSAimageService::display(GenericInterface* gi) +void ImageINSAService::display(GenericInterface* gi) { WindowService::display(gi); // QDockWidget* _operationDock = new QDockWidget(tr("Operations"), gi); @@ -49,12 +49,12 @@ void INSAimageService::display(GenericInterface* gi) _statusEdit->hide(); } -void INSAimageService::connect(GenericInterface* gi) +void ImageINSAService::connect(GenericInterface* gi) { WindowService::connect(gi); } -void INSAimageService::addOpSet(OpSet* opSet) { +void ImageINSAService::addOpSet(OpSet* opSet) { for(vector<OpSetService*>::iterator it = _opSetServices.begin(); it != _opSetServices.end(); ++it) { if((*it)->getOpSet() == opSet) { return; @@ -69,7 +69,7 @@ void INSAimageService::addOpSet(OpSet* opSet) { } } -void INSAimageService::removeOpSet(OpSet* opSet) { +void ImageINSAService::removeOpSet(OpSet* opSet) { for(vector<OpSetService*>::iterator it = _opSetServices.begin(); it != _opSetServices.end(); ++it) { if((*it)->getOpSet() == opSet) { _gi->removeService(*it); @@ -79,14 +79,14 @@ void INSAimageService::removeOpSet(OpSet* opSet) { } } -void INSAimageService::outputText(QString text) { +void ImageINSAService::outputText(QString text) { _statusEdit->append(text); _statusEdit->show(); if(_statusEdit->minimumHeight() < 92) _statusEdit->setMinimumHeight(_statusEdit->minimumHeight()+24); // _statusEdit->setMinimumHeight(32); } -void INSAimageService::addText(std::string s) { +void ImageINSAService::addText(std::string s) { _statusEdit->append(QString::fromStdString(s)); _statusEdit->show(); if(_statusEdit->minimumHeight() < 92) _statusEdit->setMinimumHeight(_statusEdit->minimumHeight()+24); diff --git a/app/Services/INSAimageService.h b/app/Services/ImageINSAService.h similarity index 73% rename from app/Services/INSAimageService.h rename to app/Services/ImageINSAService.h index ef02329..77d24bb 100644 --- a/app/Services/INSAimageService.h +++ b/app/Services/ImageINSAService.h @@ -1,24 +1,24 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef INSAIMAGESERVICE_H -#define INSAIMAGESERVICE_H +#ifndef IMAGEINSASERVICE_H +#define IMAGEINSASERVICE_H #include <QTextEdit> @@ -30,11 +30,11 @@ #include "../Widgets/OperationBar.h" #include "Services/WindowService.h" -class INSAimageService : public genericinterface::WindowService +class ImageINSAService : public genericinterface::WindowService { Q_OBJECT public: - INSAimageService(genericinterface::GenericInterface* gi); + ImageINSAService(genericinterface::GenericInterface* gi); void display(genericinterface::GenericInterface* gi); void connect(genericinterface::GenericInterface* gi); diff --git a/app/Services/OpSetService.cpp b/app/Services/OpSetService.cpp index c2e3fd5..ff57fc0 100644 --- a/app/Services/OpSetService.cpp +++ b/app/Services/OpSetService.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "OpSetService.h" diff --git a/app/Services/OpSetService.h b/app/Services/OpSetService.h index 9a21f38..34a69e5 100644 --- a/app/Services/OpSetService.h +++ b/app/Services/OpSetService.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef OPSETSERVICE_H diff --git a/app/Services/OperationService.cpp b/app/Services/OperationService.cpp index 8542a41..b1e60ae 100644 --- a/app/Services/OperationService.cpp +++ b/app/Services/OperationService.cpp @@ -1,27 +1,27 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "OperationService.h" #include <GenericInterface.h> #include <Widgets/ImageWidgets/DoubleImageWindow.h> #include <Widgets/ImageWidgets/StandardImageWindow.h> -#include "INSAimageService.h" +#include "ImageINSAService.h" #include <QMessageBox> #include <QLibrary> @@ -78,7 +78,7 @@ void OperationService::operation() { wndList.insert(pair<const ImageWindow*, string>(*it, (*it)->windowTitle().toStdString())); } - _operation->operator()(dynamic_cast<INSAimageService*>(ws)); + _operation->operator()(dynamic_cast<ImageINSAService*>(ws)); // for(vector<QWidget*>::iterator it = result.begin(); it < result.end(); ++it) { // QWidget* widget = *it; diff --git a/app/Services/OperationService.h b/app/Services/OperationService.h index 0456577..bbae33b 100644 --- a/app/Services/OperationService.h +++ b/app/Services/OperationService.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef OPERATIONSERVICE_H diff --git a/app/Services/PluginManager.cpp b/app/Services/PluginManager.cpp index 4fa3970..16e49a1 100644 --- a/app/Services/PluginManager.cpp +++ b/app/Services/PluginManager.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "PluginManager.h" diff --git a/app/Services/PluginManager.h b/app/Services/PluginManager.h index e880b60..2e87c45 100644 --- a/app/Services/PluginManager.h +++ b/app/Services/PluginManager.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef PLUGINMANAGER_H diff --git a/app/Tools.h b/app/Tools.h index 21e153f..9a94b0b 100644 --- a/app/Tools.h +++ b/app/Tools.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef TOOLS_H diff --git a/app/Widgets/ImageZoneSelector.cpp b/app/Widgets/ImageZoneSelector.cpp index 1ff8b6f..5008621 100644 --- a/app/Widgets/ImageZoneSelector.cpp +++ b/app/Widgets/ImageZoneSelector.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "ImageZoneSelector.h" diff --git a/app/Widgets/ImageZoneSelector.h b/app/Widgets/ImageZoneSelector.h index 8d6f09f..53e53d4 100644 --- a/app/Widgets/ImageZoneSelector.h +++ b/app/Widgets/ImageZoneSelector.h @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #ifndef IMAGEZONESELECTOR_H diff --git a/app/Widgets/OperationBar.cpp b/app/Widgets/OperationBar.cpp index caf6cf4..1e1a5d5 100644 --- a/app/Widgets/OperationBar.cpp +++ b/app/Widgets/OperationBar.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "OperationBar.h" diff --git a/app/Widgets/OperationBar.h b/app/Widgets/OperationBar.h index c0192ac..f0fd82c 100644 --- a/app/Widgets/OperationBar.h +++ b/app/Widgets/OperationBar.h @@ -1,24 +1,24 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef INSAIMAGE_OPERATIONBAR_H -#define INSAIMAGE_OPERATIONBAR_H +#ifndef IMAGEINSA_OPERATIONBAR_H +#define IMAGEINSA_OPERATIONBAR_H #include <QTreeView> diff --git a/app/insaimage_app_res.qrc b/app/imageinsa_app_res.qrc similarity index 100% rename from app/insaimage_app_res.qrc rename to app/imageinsa_app_res.qrc diff --git a/app/insaimage_en.ts b/app/imageinsa_en.ts similarity index 98% rename from app/insaimage_en.ts rename to app/imageinsa_en.ts index 4a828fa..0bd2d57 100644 --- a/app/insaimage_en.ts +++ b/app/imageinsa_en.ts @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> -<TS version="2.1" language="en_US"> +<TS version="2.0" language="en_US"> <context> <name></name> <message> @@ -769,9 +769,9 @@ Number of classes = %1 </translation> </message> </context> <context> - <name>INSAimageService</name> + <name>ImageINSAService</name> <message> - <location filename="Services/INSAimageService.cpp" line="44"/> + <location filename="Services/ImageINSAService.cpp" line="44"/> <source>Informations</source> <translation>Informations</translation> </message> @@ -1155,49 +1155,44 @@ Number of classes = %1 </translation> <context> <name>PluginManager</name> <message> - <location filename="Services/PluginManager.cpp" line="36"/> - <source>Plugins</source> - <translation>Plugins</translation> - </message> - <message> - <location filename="Services/PluginManager.cpp" line="52"/> + <location filename="Services/PluginManager.cpp" line="41"/> <source>&Plugin</source> <translation>&Plugin</translation> </message> <message> - <location filename="Services/PluginManager.cpp" line="54"/> + <location filename="Services/PluginManager.cpp" line="43"/> <source>&Load plugin</source> <translation>&Load plugin</translation> </message> <message> - <location filename="Services/PluginManager.cpp" line="55"/> + <location filename="Services/PluginManager.cpp" line="44"/> <source>&Unload all plugins</source> <translation>&Unload all plugins</translation> </message> <message> - <location filename="Services/PluginManager.cpp" line="78"/> + <location filename="Services/PluginManager.cpp" line="83"/> <source>Load plugin</source> <translation>Load plugin</translation> </message> <message> - <location filename="Services/PluginManager.cpp" line="78"/> + <location filename="Services/PluginManager.cpp" line="83"/> <source>Plugin (*.dll *.so *.dylib)</source> <translation>Plugin (*.dll *.so *.dylib)</translation> </message> <message> - <location filename="Services/PluginManager.cpp" line="173"/> - <location filename="Services/PluginManager.cpp" line="184"/> - <location filename="Services/PluginManager.cpp" line="196"/> + <location filename="Services/PluginManager.cpp" line="178"/> + <location filename="Services/PluginManager.cpp" line="189"/> + <location filename="Services/PluginManager.cpp" line="201"/> <source>Error loading plugin</source> <translation>Error loading plugin</translation> </message> <message> - <location filename="Services/PluginManager.cpp" line="184"/> + <location filename="Services/PluginManager.cpp" line="189"/> <source>Could not find the plugin's entry point "loadPlugin"</source> <translation>Could not find the plugin's entry point "loadPlugin"</translation> </message> <message> - <location filename="Services/PluginManager.cpp" line="196"/> + <location filename="Services/PluginManager.cpp" line="201"/> <source>The getPlugin entry point does not return a valid Plugin</source> <translation>The getPlugin entry point does not return a valid Plugin</translation> </message> diff --git a/app/insaimage_fr.ts b/app/imageinsa_fr.ts similarity index 99% rename from app/insaimage_fr.ts rename to app/imageinsa_fr.ts index 81490d9..ea1aa45 100644 --- a/app/insaimage_fr.ts +++ b/app/imageinsa_fr.ts @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> -<TS version="2.1" language="fr_FR"> +<TS version="2.0" language="fr_FR"> <context> <name></name> <message> @@ -769,9 +769,9 @@ Nombre de classes = %1 </translation> </message> </context> <context> - <name>INSAimageService</name> + <name>ImageINSAService</name> <message> - <location filename="Services/INSAimageService.cpp" line="44"/> + <location filename="Services/ImageINSAService.cpp" line="44"/> <source>Informations</source> <translation>Informations</translation> </message> @@ -1155,49 +1155,44 @@ Nombre de classes = %1 </translation> <context> <name>PluginManager</name> <message> - <location filename="Services/PluginManager.cpp" line="36"/> - <source>Plugins</source> - <translation>Plugins</translation> - </message> - <message> - <location filename="Services/PluginManager.cpp" line="52"/> + <location filename="Services/PluginManager.cpp" line="41"/> <source>&Plugin</source> <translation>&Plugin</translation> </message> <message> - <location filename="Services/PluginManager.cpp" line="54"/> + <location filename="Services/PluginManager.cpp" line="43"/> <source>&Load plugin</source> <translation>&Charger un plugin</translation> </message> <message> - <location filename="Services/PluginManager.cpp" line="55"/> + <location filename="Services/PluginManager.cpp" line="44"/> <source>&Unload all plugins</source> <translation>&Décharger tous les plugins</translation> </message> <message> - <location filename="Services/PluginManager.cpp" line="78"/> + <location filename="Services/PluginManager.cpp" line="83"/> <source>Load plugin</source> <translation>Charger un plugin</translation> </message> <message> - <location filename="Services/PluginManager.cpp" line="78"/> + <location filename="Services/PluginManager.cpp" line="83"/> <source>Plugin (*.dll *.so *.dylib)</source> <translation>Plugin (*.dll *.so *.dylib)</translation> </message> <message> - <location filename="Services/PluginManager.cpp" line="173"/> - <location filename="Services/PluginManager.cpp" line="184"/> - <location filename="Services/PluginManager.cpp" line="196"/> + <location filename="Services/PluginManager.cpp" line="178"/> + <location filename="Services/PluginManager.cpp" line="189"/> + <location filename="Services/PluginManager.cpp" line="201"/> <source>Error loading plugin</source> <translation>Erreur lors du chargement d'un plugin</translation> </message> <message> - <location filename="Services/PluginManager.cpp" line="184"/> + <location filename="Services/PluginManager.cpp" line="189"/> <source>Could not find the plugin's entry point "loadPlugin"</source> <translation>Point d'entrée "loadPlugin" introuvable</translation> </message> <message> - <location filename="Services/PluginManager.cpp" line="196"/> + <location filename="Services/PluginManager.cpp" line="201"/> <source>The getPlugin entry point does not return a valid Plugin</source> <translation>Le point d'entrée getPlugin ne retourne pas un Plugin valide</translation> </message> diff --git a/app/main.cpp b/app/main.cpp index b2353a0..921640c 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include <QApplication> @@ -28,7 +28,7 @@ #include "BuiltinOpSet.h" #include "Services/PluginManager.h" -#include "Services/INSAimageService.h" +#include "Services/ImageINSAService.h" #include "Operations/PointOp.h" #include "Operations/ThresholdOp.h" @@ -79,7 +79,7 @@ int main(int argc, char** argv) { QApplication app(argc, argv); app.setOrganizationName("INSA"); - app.setApplicationName("INSAimage"); + app.setApplicationName("ImageINSA"); Log::configure(true, false, 0); @@ -105,21 +105,21 @@ int main(int argc, char** argv) } app.installTranslator(&giTranslator); - QTranslator eiiTranslator; - if(!eiiTranslator.load(QString("insaimage_") + lang, "lang")) { - cout << "Error while loading insaimage_en.qm" << endl; + QTranslator mainTranslator; + if(!mainTranslator.load(QString("imageinsa_") + lang, "lang")) { + cout << "Error while loading imageinsa_en.qm" << endl; } - app.installTranslator(&eiiTranslator); + app.installTranslator(&mainTranslator); - GenericInterface gi("INSAImage", Qt::LeftDockWidgetArea); + GenericInterface gi("ImageINSA", Qt::LeftDockWidgetArea); PluginManager* pluginManager = new PluginManager(&gi); - INSAimageService* insaimageService = new INSAimageService(&gi); + ImageINSAService* mainService = new ImageINSAService(&gi); - gi.changeService(GenericInterface::WINDOW_SERVICE, insaimageService); + gi.changeService(GenericInterface::WINDOW_SERVICE, mainService); - QObject::connect(pluginManager, SIGNAL(addPlugin(OpSet*)), insaimageService, SLOT(addOpSet(OpSet*))); - QObject::connect(pluginManager, SIGNAL(removePlugin(OpSet*)), insaimageService, SLOT(removeOpSet(OpSet*))); + QObject::connect(pluginManager, SIGNAL(addPlugin(OpSet*)), mainService, SLOT(addOpSet(OpSet*))); + QObject::connect(pluginManager, SIGNAL(removePlugin(OpSet*)), mainService, SLOT(removeOpSet(OpSet*))); BuiltinOpSet* image = new BuiltinOpSet(qApp->translate("", "&Image").toStdString()); image->addOperation(new PointOp()); @@ -176,15 +176,15 @@ int main(int argc, char** argv) BuiltinOpSet* filter = new BuiltinOpSet(qApp->translate("", "Filtering").toStdString()); filter->addOperation(new BFlitOp()); - insaimageService->addOpSet(image); - insaimageService->addOpSet(encode); - insaimageService->addOpSet(morpho); - insaimageService->addOpSet(analyse); - insaimageService->addOpSet(transfo); + mainService->addOpSet(image); + mainService->addOpSet(encode); + mainService->addOpSet(morpho); + mainService->addOpSet(analyse); + mainService->addOpSet(transfo); gi.addService(new MorphoMatService); gi.addService(new filtrme::FilteringService); - insaimageService->addOpSet(filter); - insaimageService->addOpSet(tools); + mainService->addOpSet(filter); + mainService->addOpSet(tools); gi.addService(pluginManager); diff --git a/core/BuiltinOpSet.cpp b/core/BuiltinOpSet.cpp index 29f617d..51110ee 100644 --- a/core/BuiltinOpSet.cpp +++ b/core/BuiltinOpSet.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "BuiltinOpSet.h" diff --git a/core/BuiltinOpSet.h b/core/BuiltinOpSet.h index bec483b..c7ff044 100644 --- a/core/BuiltinOpSet.h +++ b/core/BuiltinOpSet.h @@ -1,24 +1,24 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef INSAIMAGE_BUILTINOPSET_H -#define INSAIMAGE_BUILTINOPSET_H +#ifndef IMAGEINSA_BUILTINOPSET_H +#define IMAGEINSA_BUILTINOPSET_H #include <string> #include <vector> @@ -28,7 +28,7 @@ /** * @brief A BuiltinOpSet is an implementation of OpSet containing GenericOperation * - * This class is used inside the insaimage application to organize the built-in operations. + * This class is used inside the imageinsa application to organize the built-in operations. * */ class BuiltinOpSet : public OpSet { @@ -51,4 +51,4 @@ class BuiltinOpSet : public OpSet { std::vector<GenericOperation*> _operations; /**< List of the operations stored in this OpSet */ }; -#endif //!INSAIMAGE_BUILTINOPSET_H +#endif //!IMAGEINSA_BUILTINOPSET_H diff --git a/core/Doxyfile b/core/Doxyfile index 9ce647b..61a98e6 100644 --- a/core/Doxyfile +++ b/core/Doxyfile @@ -26,7 +26,7 @@ DOXYFILE_ENCODING = UTF-8 # identify the project. Note that if you do not use Doxywizard you need # to put quotes around the project name if it contains spaces. -PROJECT_NAME = "insaimage core" +PROJECT_NAME = "imageinsa core" # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or @@ -38,7 +38,7 @@ PROJECT_NUMBER = 1 # for a project that appears at the top of each page and should give viewer # a quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = "insaimage's core library" +PROJECT_BRIEF = "imageinsa's core library" # With the PROJECT_LOGO tag one can specify an logo or icon that is # included in the documentation. The maximum height of the logo should not diff --git a/core/ImgParam.cpp b/core/ImgParam.cpp index 2e87e95..6bc7d54 100644 --- a/core/ImgParam.cpp +++ b/core/ImgParam.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include <Widgets/ImageListBox.h> diff --git a/core/ImgParam.h b/core/ImgParam.h index 502a680..40f9849 100644 --- a/core/ImgParam.h +++ b/core/ImgParam.h @@ -1,24 +1,24 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef INSAIMAGE_IMGPARAM_H -#define INSAIMAGE_IMGPARAM_H +#ifndef IMAGEINSA_IMGPARAM_H +#define IMAGEINSA_IMGPARAM_H #include <vector> #include <string> @@ -49,4 +49,4 @@ class ImgParam : public Parameter<imagein::Image> { ImageListBox_t<uint8_t>* _imgListBox; }; -#endif //!INSAIMAGE_IMGPARAM_H +#endif //!IMAGEINSA_IMGPARAM_H diff --git a/core/Input.h b/core/Input.h index c610bdc..b5b13a7 100644 --- a/core/Input.h +++ b/core/Input.h @@ -1,24 +1,24 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef INSAIMAGE_INPUT_H -#define INSAIMAGE_INPUT_H +#ifndef IMAGEINSA_INPUT_H +#define IMAGEINSA_INPUT_H #include <vector> #include <map> @@ -63,4 +63,4 @@ class Input { virtual void pickValue() = 0; }; -#endif //!INSAIMAGE_INPUT_H +#endif //!IMAGEINSA_INPUT_H diff --git a/core/IntParam.cpp b/core/IntParam.cpp index 6c89260..6de31ea 100644 --- a/core/IntParam.cpp +++ b/core/IntParam.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include <QSpinBox> diff --git a/core/IntParam.h b/core/IntParam.h index e7c61de..d874c5a 100644 --- a/core/IntParam.h +++ b/core/IntParam.h @@ -1,24 +1,24 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef INSAIMAGE_INTPARAM_H -#define INSAIMAGE_INTPARAM_H +#ifndef IMAGEINSA_INTPARAM_H +#define IMAGEINSA_INTPARAM_H #include <vector> #include <string> @@ -66,4 +66,4 @@ class IntParam : public Parameter<int> { QSpinBox* _spinbox; /**< The QSpinBox widget to get the value from */ }; -#endif //!INSAIMAGE_INTPARAM_H +#endif //!IMAGEINSA_INTPARAM_H diff --git a/core/OpSet.h b/core/OpSet.h index 499239a..3f46ed1 100644 --- a/core/OpSet.h +++ b/core/OpSet.h @@ -1,24 +1,24 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef INSAIMAGE_OPSET_H -#define INSAIMAGE_OPSET_H +#ifndef IMAGEINSA_OPSET_H +#define IMAGEINSA_OPSET_H #include <string> #include <vector> @@ -56,4 +56,4 @@ class OpSet { std::string _name; /**< The name of this OpSet */ }; -#endif //!INSAIMAGE_OPSET_H +#endif //!IMAGEINSA_OPSET_H diff --git a/core/Operation.cpp b/core/Operation.cpp index 7351115..c8cce14 100644 --- a/core/Operation.cpp +++ b/core/Operation.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "Operation.h" @@ -28,7 +28,7 @@ using namespace genericinterface; #include "Services/WindowService.h" #include "Services/Node.h" -class INSAimageService : public genericinterface::WindowService +class ImageINSAService : public genericinterface::WindowService { public: void outputText(QString text); diff --git a/core/Operation.h b/core/Operation.h index 1c835cc..d105d31 100644 --- a/core/Operation.h +++ b/core/Operation.h @@ -1,24 +1,24 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef INSAIMAGE_OPERATION_H -#define INSAIMAGE_OPERATION_H +#ifndef IMAGEINSA_OPERATION_H +#define IMAGEINSA_OPERATION_H #include <map> #include <string> @@ -38,7 +38,7 @@ namespace genericinterface { * For implementing an operation working with standard 8bit unsigned integer Image (ie Image_t<uint8_t> or simply Image), see the Operation class.\n * For implementing an operation working with double-precision floating point Image (ie Image_t<double>), see the DoubleOperation class.\n * This class is a generic class and should not be directly used except for creating a generic operation (ie an operation working on different type of Image).\n - * For an exemple of a true generic operation class, see the PointOp implementation in insaimage source code. + * For an exemple of a true generic operation class, see the PointOp implementation in imageinsa source code. */ class GenericOperation { public: @@ -66,7 +66,7 @@ class GenericOperation { /** * @brief The function call operator which is called by the application, it is the entry point of this operation and it calls the pure virtual function call operator. * - * @param ws The insaimage implementation of the genericinterface::WindowService + * @param ws The imageinsa implementation of the genericinterface::WindowService */ virtual void operator()(genericinterface::WindowService* ws); @@ -227,4 +227,4 @@ class DoubleOperation : public GenericOperation { imagein::Image_t<double>* _currentImg; /**< The current image, only valid in the function call operator */ }; -#endif //!INSAIMAGE_OPERATION_H +#endif //!IMAGEINSA_OPERATION_H diff --git a/core/Parameter.h b/core/Parameter.h index ee8e782..8075051 100644 --- a/core/Parameter.h +++ b/core/Parameter.h @@ -1,24 +1,24 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef INSAIMAGE_PARAMETER_H -#define INSAIMAGE_PARAMETER_H +#ifndef IMAGEINSA_PARAMETER_H +#define IMAGEINSA_PARAMETER_H #include <string> @@ -56,4 +56,4 @@ class Parameter : public Input { }; -#endif //!INSAIMAGE_PARAMETER_H +#endif //!IMAGEINSA_PARAMETER_H diff --git a/core/PlugOperation.cpp b/core/PlugOperation.cpp index 5e2d9de..035fa3c 100644 --- a/core/PlugOperation.cpp +++ b/core/PlugOperation.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include <QDialog> diff --git a/core/PlugOperation.h b/core/PlugOperation.h index 3ec8b4c..d1322bb 100644 --- a/core/PlugOperation.h +++ b/core/PlugOperation.h @@ -1,24 +1,24 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef INSAIMAGE_PLUGOPERATION_H -#define INSAIMAGE_PLUGOPERATION_H +#ifndef IMAGEINSA_PLUGOPERATION_H +#define IMAGEINSA_PLUGOPERATION_H #include <vector> #include <string> @@ -147,4 +147,4 @@ class PlugOperation : public GenericOperation { bool _doubleCurrentImg; /**< Wether this operation need a double wurrent image or a standard current image. */ }; -#endif //!INSAIMAGE_OPERATION_H +#endif //!IMAGEINSA_OPERATION_H diff --git a/core/Plugin.cpp b/core/Plugin.cpp index 5e337df..d6fc29a 100644 --- a/core/Plugin.cpp +++ b/core/Plugin.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include "Plugin.h" diff --git a/core/Plugin.h b/core/Plugin.h index db5d616..5e88ac6 100644 --- a/core/Plugin.h +++ b/core/Plugin.h @@ -1,24 +1,24 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef INSAIMAGE_PLUGIN_H -#define INSAIMAGE_PLUGIN_H +#ifndef IMAGEINSA_PLUGIN_H +#define IMAGEINSA_PLUGIN_H #include <string> #include <vector> @@ -52,4 +52,4 @@ class Plugin : public OpSet { std::vector<GenericOperation*> _operations; /**< List of all the operations stored in this OpSet */ }; -#endif //!INSAIMAGE_PLUGIN_H +#endif //!IMAGEINSA_PLUGIN_H diff --git a/plugins/Entropy/Entropy.cpp b/plugins/Entropy/Entropy.cpp index c6bf5c4..70e2a7a 100644 --- a/plugins/Entropy/Entropy.cpp +++ b/plugins/Entropy/Entropy.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include <iostream> diff --git a/plugins/Entropy/EntropyCorrection.cpp b/plugins/Entropy/EntropyCorrection.cpp index e053a39..775613b 100644 --- a/plugins/Entropy/EntropyCorrection.cpp +++ b/plugins/Entropy/EntropyCorrection.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include <iostream> diff --git a/plugins/Segmentation/segmentation.cpp b/plugins/Segmentation/segmentation.cpp index 921a10d..08e1055 100644 --- a/plugins/Segmentation/segmentation.cpp +++ b/plugins/Segmentation/segmentation.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include <iostream> diff --git a/plugins/SegmentationTest/segmentation.cpp b/plugins/SegmentationTest/segmentation.cpp index 0491f6c..2b4762b 100644 --- a/plugins/SegmentationTest/segmentation.cpp +++ b/plugins/SegmentationTest/segmentation.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include <iostream> diff --git a/plugins/plugin.cpp b/plugins/plugin.cpp index 2e417f8..0849e22 100644 --- a/plugins/plugin.cpp +++ b/plugins/plugin.cpp @@ -1,20 +1,20 @@ /* * Copyright 2011-2012 INSA Rennes * - * This file is part of INSAimage. + * This file is part of ImageINSA. * - * INSAimage is free software: you can redistribute it and/or modify + * ImageINSA 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. * - * INSAimage is distributed in the hope that it will be useful, + * ImageINSA 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 INSAimage. If not, see <http://www.gnu.org/licenses/>. + * along with ImageINSA. If not, see <http://www.gnu.org/licenses/>. */ #include <iostream> -- GitLab