Diff of /R/RcppExports.R [000000] .. [413088]

Switch to unified view

a b/R/RcppExports.R
1
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
2
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
3
4
automated_registeration_rawvector <- function(ref_image, query_image, width1, height1, width2, height2, GOOD_MATCH_PERCENT, MAX_FEATURES, invert_query, invert_ref, flipflop_query, flipflop_ref, rotate_query, rotate_ref, matcher, method) {
5
    .Call('_VoltRon_automated_registeration_rawvector', PACKAGE = 'VoltRon', ref_image, query_image, width1, height1, width2, height2, GOOD_MATCH_PERCENT, MAX_FEATURES, invert_query, invert_ref, flipflop_query, flipflop_ref, rotate_query, rotate_ref, matcher, method)
6
}
7
8
replaceNaMatrix <- function(mat, replace) {
9
    .Call('_VoltRon_replaceNaMatrix', PACKAGE = 'VoltRon', mat, replace)
10
}
11
12
warpImage <- function(ref_image, query_image, mapping, width1, height1, width2, height2) {
13
    .Call('_VoltRon_warpImage', PACKAGE = 'VoltRon', ref_image, query_image, mapping, width1, height1, width2, height2)
14
}
15
16
warpImageAuto <- function(ref_image, query_image, mapping, width1, height1, width2, height2) {
17
    .Call('_VoltRon_warpImageAuto', PACKAGE = 'VoltRon', ref_image, query_image, mapping, width1, height1, width2, height2)
18
}
19
20
warpImageManual <- function(ref_image, query_image, mapping, width1, height1, width2, height2) {
21
    .Call('_VoltRon_warpImageManual', PACKAGE = 'VoltRon', ref_image, query_image, mapping, width1, height1, width2, height2)
22
}
23
24
manual_registeration_rawvector <- function(ref_image, query_image, reference_landmark, query_landmark, width1, height1, width2, height2, method) {
25
    .Call('_VoltRon_manual_registeration_rawvector', PACKAGE = 'VoltRon', ref_image, query_image, reference_landmark, query_landmark, width1, height1, width2, height2, method)
26
}
27
28
applyMapping <- function(coords, mapping) {
29
    .Call('_VoltRon_applyMapping', PACKAGE = 'VoltRon', coords, mapping)
30
}
31
32
build_snn_rank <- function(neighbors) {
33
    .Call('_VoltRon_build_snn_rank', PACKAGE = 'VoltRon', neighbors)
34
}
35
36
build_snn_number <- function(neighbors) {
37
    .Call('_VoltRon_build_snn_number', PACKAGE = 'VoltRon', neighbors)
38
}
39
40
replacePatternInRcppVectorWrapper <- function(textVector, pattern, replacement) {
41
    .Call('_VoltRon_replacePatternInRcppVectorWrapper', PACKAGE = 'VoltRon', textVector, pattern, replacement)
42
}
43