Commit 8d0c041c authored by Björn Reineking's avatar Björn Reineking
Browse files

Add @export

parent f916c7c9
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -15,6 +15,7 @@ using namespace vigra;
//' @param x Numeric matrix
//' @param sigma Scale of the Gaussian kernel
//' @return Numeric matrix; smoothed version of x
//' @export
// [[Rcpp::export]]
NumericMatrix gaussian_smoothing(NumericMatrix x, double sigma) {
const int nrows = x.nrow();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment