Skip to content

Commit

Permalink
RPCMapTransform: It is not convex, this is a fix for a crash
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-alexandrov committed May 4, 2013
1 parent 9368a0c commit b7b4434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asp/Sessions/RPC/RPCMapTransform.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace asp {
// RPCMapTransform. Used to test the validity of IP matching on map
// projected images. However, this could be used for performing an RPC
// map projection.
class RPCMapTransform : public vw::TransformHelper<RPCMapTransform,vw::ConvexFunction,vw::ConvexFunction> {
class RPCMapTransform : public vw::TransformBase<RPCMapTransform> {
RPCModel m_rpc;
vw::cartography::GeoReference m_image_georef, m_dem_georef;
vw::DiskImageView<float> m_dem;
Expand Down

0 comments on commit b7b4434

Please sign in to comment.