Skip to content

Commit

Permalink
Add Lens Distortion Estimator plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
10110111 committed Nov 12, 2023
1 parent 30f58bf commit 2e93517
Show file tree
Hide file tree
Showing 14 changed files with 8,804 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ ADD_PLUGIN(Satellites 1)
ADD_PLUGIN(Scenery3d 1)
ADD_PLUGIN(SolarSystemEditor 1)
ADD_PLUGIN(Supernovae 1)
ADD_PLUGIN(LensDistortionEstimator 1)
# Candidate to removing as an archaic plugin
ADD_PLUGIN(TextUserInterface 1)
ADD_PLUGIN(TelescopeControl 1)
Expand Down
5 changes: 5 additions & 0 deletions plugins/LensDistortionEstimator/CMakeLists.txt
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 )
340 changes: 340 additions & 0 deletions plugins/LensDistortionEstimator/COPYING

Large diffs are not rendered by default.

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>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2e93517

Please sign in to comment.