Deepskin Features

deepskin.features.evaluate_features(img: ndarray, mask: ndarray, prefix: str) dict[source]

Evaluate the deepskin feature according to the ROI identified by the provided mask.

Parameters:
  • img (np.ndarray) – Input original image in RGB format

  • mask (np.ndarray) – Input mask for the ROI identification in binary format

  • prefix (str) – Prefix name to prepend on the feature names

Returns:

features – Output dictionary of features

Return type:

dict