OpenDroneMap / FIELDimageR

FIELDimageR: A R package to analyze orthomosaic images from agricultural field trials. This package is a compilation of functions to analyze pos-mosaicking images from research fields, and allows to: crop the image; remove soil effect; build vegetation indices; rotate the image; build the plot shapefile; extract information for each plot; and evaluate stand count, canopy percentage, and plant height.
GNU General Public License v2.0
230 stars 89 forks source link

Selection point is shifted #39

Open Pepe-oss opened 1 year ago

Pepe-oss commented 1 year ago

Hello, When I make a region selection, the position of the selected point is always shifted when I select a point on the image. How can I solve this problem? Thanks!

sweet-13 commented 1 year ago

Run this command at the beginning:

dev.new("x11")

Mark points on the separate window that opens up. Then, everything will hopefully work fine.