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
New functions for geometric operation on shapefiles.
New mosaic_classify() function to classify orthomosaics based on break values defined by users.
New new image_contour_line() function allows users to detect smooth contour lines in an image.
New image_canny_edge() function, which implements Canny Edge detection.
New image_line_segment() function that enables automatic line segment detection using the Line Segment Detector (LSD) algorithm.
Minor Improvements
Include option to draw circles in shapefile_build()
Remove dependency on lwgeom package to compute perimeter.
mosaic_crop() now have a type argument, that allows returning a cropped or masked raster.
image_autocrop() now has threshold and invert arguments.
Removed dependencies on future, foreach and doFuture in favour of
the new mirai background engine. This simplifies installation and delivers
faster, more reliable parallel processing across all image-based functions.
Added cli-based messages (rules, progress steps and alerts) throughout both
parallel and sequential workflows to provide clear, informative status updates
during long-running image processing tasks.