Skip to content

Commit

Permalink
Merge pull request #11 from leiyangleon/update_v1.0.7
Browse files Browse the repository at this point in the history
update autoRIFT to version 1.0.7
  • Loading branch information
leiyangleon authored Sep 11, 2020
2 parents b91cef4 + 2b02a48 commit 3f69e35
Show file tree
Hide file tree
Showing 7 changed files with 1,072 additions and 632 deletions.
1 change: 1 addition & 0 deletions geo_autoRIFT/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import os
Import('envcontrib')
package = 'geo_autoRIFT'
envgeoAutorift = envcontrib.Clone()
envgeoAutorift.MergeFlags('-std=c++11')
envgeoAutorift['PACKAGE'] = envcontrib['PACKAGE'] + '/' + package
install = envcontrib['PRJ_SCONS_INSTALL'] + '/' + envgeoAutorift['PACKAGE']
listFiles = ['__init__.py']
Expand Down
1 change: 1 addition & 0 deletions geo_autoRIFT/autoRIFT/bindings/autoriftcoremodule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#include "iostream"
#include "numpy/arrayobject.h"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/imgproc/types_c.h"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/core/core.hpp"

Expand Down
404 changes: 218 additions & 186 deletions geo_autoRIFT/geogrid/GeogridOptical.py

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions geo_autoRIFT/geogrid/bindings/geogridmodule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ PyObject* setRO2VYFilename(PyObject *self, PyObject *args)
return Py_BuildValue("i", 0);
}


PyObject* setLookSide(PyObject *self, PyObject *args)
{
uint64_t ptr;
Expand Down
Loading

0 comments on commit 3f69e35

Please sign in to comment.