Skip to content

Commit ba2cb41

Browse files
authored
Bump autoRIFT 1.0.6 -> 1.0.7 (#191)
Co-authored-by: Ryan Burns <[email protected]>
1 parent 337dc9c commit ba2cb41

File tree

6 files changed

+655
-465
lines changed

6 files changed

+655
-465
lines changed

contrib/geo_autoRIFT/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44

55
[![Language](https://img.shields.io/badge/python-3.6%2B-blue.svg)](https://www.python.org/)
6-
[![Latest version](https://img.shields.io/badge/latest%20version-v1.0.6-yellowgreen.svg)](https://github.com/leiyangleon/autoRIFT/releases)
6+
[![Latest version](https://img.shields.io/badge/latest%20version-v1.0.7-yellowgreen.svg)](https://github.com/leiyangleon/autoRIFT/releases)
77
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/leiyangleon/autoRIFT/blob/master/LICENSE)
8-
[![Citation](https://img.shields.io/badge/DOI-10.5281/zenodo.3756192-blue)](https://doi.org/10.5281/zenodo.3756192)
8+
[![Citation](https://img.shields.io/badge/DOI-10.5281/zenodo.4025445-blue)](https://doi.org/10.5281/zenodo.4025445)
99

1010

1111

@@ -22,7 +22,7 @@ Copyright (C) 2019 California Institute of Technology. Government Sponsorship A
2222

2323
Link: https://github.com/leiyangleon/autoRIFT
2424

25-
Citation: https://doi.org/10.5281/zenodo.3756192
25+
Citation: https://doi.org/10.5281/zenodo.4025445
2626

2727

2828
## 1. Authors

contrib/geo_autoRIFT/SConscript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import os
2222
Import('envcontrib')
2323
package = 'geo_autoRIFT'
2424
envgeoAutorift = envcontrib.Clone()
25+
envgeoAutorift.MergeFlags('-std=c++11')
2526
envgeoAutorift['PACKAGE'] = envcontrib['PACKAGE'] + '/' + package
2627
install = envcontrib['PRJ_SCONS_INSTALL'] + '/' + envgeoAutorift['PACKAGE']
2728
listFiles = ['__init__.py']

contrib/geo_autoRIFT/autoRIFT/bindings/autoriftcoremodule.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
#include "iostream"
4242
#include "numpy/arrayobject.h"
4343
#include "opencv2/imgproc/imgproc.hpp"
44+
#include "opencv2/imgproc/types_c.h"
4445
#include "opencv2/highgui/highgui.hpp"
4546
#include "opencv2/core/core.hpp"
4647

0 commit comments

Comments
 (0)