locked-fg / JFeatureLib

Free Java library for image features and point/region detectors used in ComputerVision
38 stars 14 forks source link

SUSAN edge detector accepts color images only but internally converts to gray #12

Closed locked-fg closed 11 years ago

locked-fg commented 11 years ago

This issue was created by revision r230.

The detector should be refactored to work on graylevel images as it converts color images to grays in the code anyways