Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

pliman 0.3.0

Compare
Choose a tag to compare
@TiagoOlivoto TiagoOlivoto released this 10 Jun 11:52

New functions

  • image_autocrop() for automatic image cropping.
  • image_filter() to perform median-based filtering.
  • image_contrast() to improve contrast by performing adaptive histogram equalization
  • object_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 in count_objects() and prop_segmented().