Download List

專案描述

Moron (Method for Object Recognition of Obscure Nature) is a tool to classify given images based on their content. Technically, it combines feature extraction and machine learning. The classes recognized depend on the version. A typical Moron version tries at least to separate drawn content from photographs (pron) and thus could be adapted as a spam filter for cartoon newsgroups.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-09-03 13:54
0.6.2

Input image features are now extracted from rectangular, fixed-location regions in TSL colorspace, additional global image features are calculated by pooling stats from local regions, a new default training dataset is provided, DCT transform is fixed, and a few convenience functions are added for tweaking the dataset and observing the learning rate.
標籤: Experimental, Minor feature enhancements

2004-05-29 22:53
0.6.1

This version adds recognition of close-up and
index images, and relies more heavily on global
image properties. New feature extractors include
Dominant Color features, Color Layout descriptor,
ad-hoc Fourier statistics, and local 1st and 2nd
order derivative statistics. General DCT and 2D
DCT transforms were added. In addition,
miscellaneous small fixes, features, and
heuristics were implemented.
標籤: Experimental, Minor feature enhancements

2004-03-27 00:37
0.6.0b

This is a complete rewrite in the R language for statistical computing.
Java and matlab are no longer required. Images are now described by a
mix of local and global image properties with some spatial geometric
information included. Random Forests are used as the classification
engine. The current image categories attempted to be recognized are
"nonpron", "pron", "latex/fetish", "japanese cg", "manga", and "bwpron".
Detectors for other classes can now be easily built by supplying new
training images in separate directories and running a few functions.
標籤: Experimental, Major feature enhancements

2004-02-14 12:46
0.5.2

This version adds LogitBoosted REPTrees and a Support Vector Machine as user-selectable classifier options. It now morphologically smoothes the visualized predictions, predicts a new class of 'black-and-white content', and uses a more carefully chosen training set for the 'drawn' class.
標籤: Experimental, Minor feature enhancements

2004-01-27 23:29
0.5.1

Images are now evaluated in multiple scales. It attempts to detect blond and brunette hair in addition to the classes present in 0.5.0. The feature extraction routines were tweaked and more training data added. This version requires Matlab, gcc, and Java.
標籤: Experimental, Minor feature enhancements

Project Resources