forked from Stellarium/stellarium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Lens Distortion Estimator plugin
- Loading branch information
Showing
14 changed files
with
8,804 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
SET(LENSDISTORTIONESTIMATOR_VERSION "0.1.0") | ||
ADD_DEFINITIONS(-DLENSDISTORTIONESTIMATOR_PLUGIN_VERSION="${LENSDISTORTIONESTIMATOR_VERSION}") | ||
ADD_DEFINITIONS(-DLENSDISTORTIONESTIMATOR_PLUGIN_LICENSE="GNU GPLv2 or later") | ||
|
||
ADD_SUBDIRECTORY( src ) |
Large diffs are not rendered by default.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
plugins/LensDistortionEstimator/resources/LensDistortionEstimator.qrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<RCC> | ||
<qresource prefix="/LensDistortionEstimator"> | ||
<file>bt_LensDistortionEstimator_Off.png</file> | ||
<file>bt_LensDistortionEstimator_On.png</file> | ||
</qresource> | ||
</RCC> |
Binary file added
BIN
+11.3 KB
plugins/LensDistortionEstimator/resources/bt_LensDistortionEstimator_Off.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+21.5 KB
plugins/LensDistortionEstimator/resources/bt_LensDistortionEstimator_On.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.