view devel/README @ 909:ba9e0f8a25c0

New functions bwareafilt and bwpropfilt to filter objects based on properties. * bwpropfilt.m: new function file which filters objects from binary image based on multiple properties available from regionprops. * bwareafilt.m: wrapper to bwpropfilt, specific to Area. * COPYING, INDEX, NEWS: add new functions to all the lists.
author Carnë Draug <carandraug@octave.org>
date Mon, 27 Oct 2014 22:07:52 +0100
parents c095f8c31237
children
line wrap: on
line source

This directory contains functions that have been used to develop some of
the image processing functions in the parent directory. This files are
not needed at runtime for them to work, so they are not installed.

They are helpul, though, to know how functions have been developped
and for debugging.

The function deriche has been removed from the package due to its non-standard
license. Its original author and copyright owner does not reply to e-mails
christian.kotz@gmx.net or facebook messages http://www.facebook.com/KoraxKorakos

The deriche function would ideally be implemented again as an edge option,
possible as part of the canny option since they are very similar.