Haskell image processing

I understand this could be a duplicate of the Haskell image processing library? but these answers are more than 4 years old, so I wonder if anything has changed.

I hope to build a utility for detecting nudity in photos similar to Nude.js (based on the algorithm from this document . To do this, I need to detect image pixels that are likely to be painted in skin color.

As a newbie to the Haskell ecosystem, I'm not sure if there is a generally accepted best library for this image processing job or if one of the many image processing libraries is best suited for this particular sorting task.

Thanks in advance for your help.

+4
source share

All Articles