Nothing
getImageDistance <-
function(imgS,referenceHist,whitePixelMask){
message("calculate distance to ref")
histImage=hist3d(imgS,10,whitePixelMask)
histImage=histImage/sum(histImage)
dist=sum((referenceHist-histImage)^2)
dist
}
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.