Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Reineking Bjoern
vigratools
Commits
a9f9519a
Commit
a9f9519a
authored
Oct 06, 2018
by
Björn Reineking
Browse files
Change depends to VH (was: vigRa)
parent
c102f988
Changes
7
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
a9f9519a
...
...
@@ -11,7 +11,7 @@ License: What license it uses
Encoding: UTF-8
LazyData: true
Imports:
vigRa
,
VH
,
Rcpp,
raster
Roxygen: list(markdown = TRUE)
...
...
@@ -19,4 +19,4 @@ RoxygenNote: 6.1.0
SystemRequirements: C++11
LinkingTo:
Rcpp,
vigRa
VH
src/gaussian_gradient_magnitude.cpp
View file @
a9f9519a
//[[Rcpp::depends(
vigRa
)]]
//[[Rcpp::depends(
VH
)]]
#include <Rcpp.h>
#include <vigra/multi_array.hxx>
#include <vigra/multi_convolution.hxx>
...
...
src/gaussian_smoothing.cpp
View file @
a9f9519a
//[[Rcpp::depends(
vigRa
)]]
//[[Rcpp::depends(
VH
)]]
#include <Rcpp.h>
#include <vigra/multi_array.hxx>
#include <vigra/convolution.hxx>
...
...
src/hessian_of_gaussian_eigenvalues.cpp
View file @
a9f9519a
//[[Rcpp::depends(
vigRa
)]]
//[[Rcpp::depends(
VH
)]]
#include <Rcpp.h>
#include <vigra/multi_array.hxx>
#include <vigra/convolution.hxx>
...
...
src/laplacian_of_gaussian.cpp
View file @
a9f9519a
//[[Rcpp::depends(
vigRa
)]]
//[[Rcpp::depends(
VH
)]]
#include <Rcpp.h>
#include <vigra/multi_array.hxx>
#include <vigra/convolution.hxx>
...
...
src/structure_tensor_eigenvalues.cpp
View file @
a9f9519a
//[[Rcpp::depends(
vigRa
)]]
//[[Rcpp::depends(
VH
)]]
#include <Rcpp.h>
#include <vigra/multi_array.hxx>
#include <vigra/convolution.hxx>
...
...
vigratools.Rproj
View file @
a9f9519a
...
...
@@ -5,8 +5,13 @@ SaveWorkspace: No
AlwaysSaveHistory: Default
EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8
RnwWeave: Sweave
LaTeX: pdfLaTeX
AutoAppendNewline: Yes
StripTrailingWhitespace: Yes
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment