0

I need to implement an algorithm that makes Fuzzy Image Enhancement but I can't find any implementations to start with. Could you point me to some (googled with no success).

  • A google search brings up this immediately: http://pami.uwaterloo.ca/tizhoosh/enhance.htm. If you're after something implemented in a specific language then you'll need to specify the language. – Tim Barrass Jan 05 '11 at 11:25
  • also -- is this homework? if so, i'll retag .. – Tim Barrass Jan 05 '11 at 11:26

1 Answers1

1

The contrast intensification example is a classic one as it is one of the most straightforward applications of fuzzy logic to image processing.

Here is a code snippet using Mathematica: http://www.wolfram.com/products/applications/fuzzylogic/examples/processing.html

Franck Dernoncourt
  • 77,520
  • 72
  • 342
  • 501