Skip to content

C++ class that uses RPC coefficients to map an object space coordinate represented in Latitude, Longitude, and Altitude to a sensor position represented in X,Y

License

Notifications You must be signed in to change notification settings

ngageoint/Rational-Polynomial-Coefficients-Mapper

Repository files navigation

Rational-Polynomial-Coefficients-Mapper

C++ class that uses RPC coefficients to map an object's space coordinates represented in Latitude, Longitude, and Altitude to a sensor position represented in X,Y.

RPCs are used to help us understand where an object is within a plane when taking a picture. For example, the Washington Monument can be found in the image by what pixels you should look at if you want to see the Washington Monument in the image (pixel 506 in the x direction and 364 in the y direction).

The code is well documented both inline and in the documentation files in this repo.

![RPCs Explained] (https://github.com/ngageoint/Rational-Polynomial-Coefficients-Mapper/blob/master/RPCsExplained.png)

##Origin The RPC software was developed at the National Geospatial-Intelligence Agency (NGA) in collaboration with Booz Allen. The government has "unlimited rights" and is releasing this software to increase the impact of government investments by providing developers with the opportunity to take things in new directions. The software use, modification, and distribution rights are stipulated within the [MIT] (http://choosealicense.com/licenses/mit/) license.

###Pull Requests If you'd like to contribute to this project, please make a pull request. We'll review the pull request and discuss the changes. All pull request contributions to this project will be released under the MIT license.

Software source code previously released under an open source license and then modified by NGA staff is considered a "joint work" (see 17 USC § 101); it is partially copyrighted, partially public domain, and as a whole is protected by the copyrights of the non-government authors and must be released according to the terms of the original open source license.

About

C++ class that uses RPC coefficients to map an object space coordinate represented in Latitude, Longitude, and Altitude to a sensor position represented in X,Y

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages