| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Setup_Perspective_Image_Correction64_2008.msi | 2021-02-11 | 96.3 MB | |
| Setup_Perspective_Image_Correction.msi | 2021-02-11 | 96.3 MB | |
| PerspectiveImageCorrection64_Source_V2008.zip | 2021-02-11 | 15.8 MB | |
| UserManual.pdf | 2021-02-11 | 1.5 MB | |
| README_V2008.txt | 2021-02-11 | 3.4 kB | |
| Setup_Perspective_Image_Correction_V2007.msi | 2021-02-06 | 62.6 MB | |
| PerspectiveImageCorrection_Source_V2007.zip | 2021-02-06 | 20.1 MB | |
| README_V2007.txt | 2021-02-06 | 3.0 kB | |
| Totals: 8 Items | 292.7 MB | 96 |
/* PerspectiveImageCorrection (c) W. Schroeder 01/2013
This program 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.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-This Project needs the .NET Framework 3.5 !
// 12.10.2015: Version 1.0.0.5
// - Zoom Fit and Zooming for mice without wheel.
// - Image zoomes to fit after loading
// 15.10.2015: Version 1.0.0.6
// - Saving default path+Filename is the Source Path and filename of the image
// - Using "exiftool" call to copy exif information from the source file to the destination file
// 19.12.2015: Version 1.0.0.7
// CvInvoke.cvWarpPerspective(... flags = 4 instead of 0)
// Interpolation Method changed -> Lines are better converted
// 27.03.2016: Version 1.0.0.8
// Options -> Copy rectified Image to Clipboard implemented
// (Not the smallest size)
// 17.07.2016 : Version 2.0.0.0
// Camera calibration for any lens implemented by using photos of chessboards for calibration
// 19.02.2017 : Version 2.0.0.1
// file Load Exception extended
// The Visual Studio 2010 C++ redistributable package is needed!
// 21.02.2017 : Version 2.0.0.2
// VC redist Merged Modules added
// 01.05.2017 : Version 2.0.0.3
// opencv_gpu242.dll added to Setup (on some PC's exiftool did not work)
// 01.08.2020 : Version 2.0.0.4
// - Compiled with Visual Studio 2017
// - Command Line Parameter "-h" Show available Comman Line Parameters
// - Command Line Parameter "-c" loads a camera calibration file
// - Command Line Parameter "-i" loads the following parameter als Input file
// 02.08.2020 : Version 2.0.0.5
// - Shows RGB Values of Pixels in Source and Destination Image
// - the left (destination) image is also loadable for image comparing
// - The left and right images are loadable by Drag & Drop
// - New option "Show right image with same zoom point like left image"
// If this Option is switched on the right image will be shown a the same zoom point like the left image
// (For image comparing)
// 11.10.2020 : Version 2.0.0.7
// - Compilieren mit VisualStudio 2017
// - Setup mit WixtoolSet V3.11.1.2318 erstellen
// - Zoom with +/- keys of NumPad for left and right image possible,
// the image to be zoomed (original or corrected) is selected by the mouse pointer
// - If SPACE is pressed and the mouse is moved horizontal or vertical the image will be PANed
// 06.02.2021 : Version 2.0.0.7
// - minor corrections
/////////////////////////////////////////////////////////
/// 64 Bit Version
/////////////////////////////////////////////////////////
// 07.02.2021-09.02.2021 : Version 2.0.0.8 - 64 Bit
// - Button1 + code removed
// - Change to 64Bit OpenCV for bigger images
// - Marker line with set able to different line width 1,5,11,21,51 Pixel