Recent Releases of pliman
pliman - pliman 3.1.1
New Functions
- New
object_scatter()function to plot object thumbnails at x-y coordinates derived from image features
Minor Improvements
Include morphologic operation when foreground and background arguments are used in analyze_objects().
- R
Published by TiagoOlivoto 10 months ago
pliman - pliman 3.1.0
New Functions
- 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
lwgeompackage to compute perimeter. mosaic_crop()now have atypeargument, that allows returning a cropped or masked raster.image_autocrop()now hasthresholdandinvertarguments.- 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.
- R
Published by TiagoOlivoto 10 months ago
pliman - pliman 3.0.0
New Functions
- Introduced the
mosaic_*()family of functions for high-throughput phenotyping, enabling efficient analysis of large-scale image data. - Added the
shapefile_*()functions for handling and manipulating shapefiles, providing streamlined spatial data management.
Minor Improvements
- Fixed a documentation bug related to missing references.
- Additional performance enhancements and minor bug fixes.
- R
Published by TiagoOlivoto over 1 year ago