You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
At source https://github.com/dahtah/imager/blob/master/R/interpolation.R and inside the function "interp <- function(im,locations,cubic=FALSE,extrapolate=TRUE)", you have called to the function interp_xy(...) with the following parameter:
im,locations$x-1,locations$y-1,cubic=cubic
What is reason behind this -1 from both the location x-pos and y-pos ?
The text was updated successfully, but these errors were encountered:
following the example at https://dahtah.github.io/imager/canny.html and have the following questions:
How to print image contents( pixel values), for example nX (mentioned in the above link). I tried with the following though:
At source https://github.com/dahtah/imager/blob/master/R/interpolation.R and inside the function "interp <- function(im,locations,cubic=FALSE,extrapolate=TRUE)", you have called to the function interp_xy(...) with the following parameter:
im,locations$x-1,locations$y-1,cubic=cubic
What is reason behind this -1 from both the location x-pos and y-pos ?
The text was updated successfully, but these errors were encountered: