powered by
get.locations(im, condition)
im <- as.cimg(function(x,y) x+y,10,10) get.locations(im,function(v) v < 4) get.locations(im,function(v) v^2 + 3*v - 2 < 30)
Run the code above in your browser using DataLab