Skip to content

Instantly share code, notes, and snippets.

@RyanHope
Created April 17, 2014 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RyanHope/10990245 to your computer and use it in GitHub Desktop.
Save RyanHope/10990245 to your computer and use it in GitHub Desktop.
// This file was generated by Rcpp::compileAttributes
// Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
#include <Rcpp.h>
using namespace Rcpp;
// GaussianSubsample
NumericMatrix GaussianSubsample(NumericMatrix img);
RcppExport SEXP gazetools_GaussianSubsample(SEXP imgSEXP) {
BEGIN_RCPP
SEXP __sexp_result;
{
Rcpp::RNGScope __rngScope;
Rcpp::traits::input_parameter< NumericMatrix >::type img(imgSEXP );
NumericMatrix __result = GaussianSubsample(img);
PROTECT(__sexp_result = Rcpp::wrap(__result));
}
UNPROTECT(1);
return __sexp_result;
END_RCPP
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment