Nothing
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
get_boolean_distance <- function(input) {
.Call(`_rayimage_get_boolean_distance`, input)
}
encode_native_image_rcpp_1 <- function(bw_image) {
.Call(`_rayimage_encode_native_image_rcpp_1`, bw_image)
}
encode_native_image_rcpp_3 <- function(r_image, g_image, b_image) {
.Call(`_rayimage_encode_native_image_rcpp_3`, r_image, g_image, b_image)
}
encode_native_image_rcpp_4 <- function(r_image, g_image, b_image, a_image) {
.Call(`_rayimage_encode_native_image_rcpp_4`, r_image, g_image, b_image, a_image)
}
subsample <- function(circle, size) {
.Call(`_rayimage_subsample`, circle, size)
}
rayinterp2 <- function(image, XI, YI) {
.Call(`_rayimage_rayinterp2`, image, XI, YI)
}
resize_image <- function(image, mag) {
.Call(`_rayimage_resize_image`, image, mag)
}
resize_image_xy <- function(image, XI, YI) {
.Call(`_rayimage_resize_image_xy`, image, XI, YI)
}
resize_matrix_stb <- function(image, width, height, method) {
.Call(`_rayimage_resize_matrix_stb`, image, width, height, method)
}
generate_disk <- function(radius, dim, offsetx, offsety) {
.Call(`_rayimage_generate_disk`, radius, dim, offsetx, offsety)
}
gen_ellipse <- function(intensity, width, height) {
.Call(`_rayimage_gen_ellipse`, intensity, width, height)
}
subsample_rect <- function(rect, binsx, binsy) {
.Call(`_rayimage_subsample_rect`, rect, binsx, binsy)
}
gen_circle_psf <- function(radius) {
.Call(`_rayimage_gen_circle_psf`, radius)
}
is_inside <- function(sizehex, positionx, positiony, sinval, cosval) {
.Call(`_rayimage_is_inside`, sizehex, positionx, positiony, sinval, cosval)
}
gen_hex_psf <- function(radius, rotation) {
.Call(`_rayimage_gen_hex_psf`, radius, rotation)
}
psf <- function(image, blurmatrix, depthmap, depth, custombokeh, type, bokehintensity, bokehlimit, rotation, progbar, channel) {
.Call(`_rayimage_psf`, image, blurmatrix, depthmap, depth, custombokeh, type, bokehintensity, bokehlimit, rotation, progbar, channel)
}
convolution_cpp <- function(image, kernel, progbar, channel, bloom_matrix) {
.Call(`_rayimage_convolution_cpp`, image, kernel, progbar, channel, bloom_matrix)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.