This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
pliman 0.3.0
New functions
image_autocrop()
for automatic image cropping.image_filter()
to perform median-based filtering.image_contrast()
to improve contrast by performing adaptive histogram equalizationobject_coord()
to get the object coordinates and (optionally) draw a bounding rectangle around multiple objects in an image.object_id()
to get the object identification in an image.object_isolate()
to isolate an object from an image.prop_segmented()
to perform (iterative) image segmentation with pixels proportion.
Minor improvements
- New argument
filter
incount_objects()
andprop_segmented()
.