locked-fg / JFeatureLib

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

ShapeDescriptos should convert images to BinaryProcessor #9

Open locked-fg opened 11 years ago

locked-fg commented 11 years ago

CUrrently the shape descriptors accept several kinds of images yet they really work only on binary images.

It should be checked if the application should be restricted to a ByteProcessor or BinaryProcessor