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.

2003-06-29 19:17
0.5.0

This version is able to predict new types of offensiveness: latex, net stockings, and skin-like patches, in addition to the previously recognized classes "drawn" and "default". This version is a total rewrite and requires Matlab. The predictions are now made on small local image windows. Local Binary Patterns (LBPs) and HSV histograms are used for feature extraction and Random Forests are applied for classification.
標籤: Experimental, Major feature enhancements

2003-02-15 02:42
0.3.1

The classifier was retrained with a training set augmented with several hundreds of previously misclassified images. The WEKA package is no longer required for operation.
標籤: Experimental, Major feature enhancements

2002-12-23 19:59
0.3.0

This version is a large overhaul. Previous ad-hoc feature extraction routines were changed to ones based on Minkowski integrals and Haralick texture statistics. Training image set was augmented with hundreds of previously problematic images, totaling over 8000 images. A new model was built in a cost-sensitive fashion using depth 7 decision trees and 95 iterations of LogitBoosting. This experimental branch is straightforwardly usable only on Linux style systems.
標籤: Experimental, Major feature enhancements

2002-04-13 02:13
0.2.0

This version is coded entirely in Java, making it usable on any platform having Java2 v1.4. In addition to source code, a binary .JAR is now available. The classification engine has been retrained with a more challenging training set.
標籤: Java, Major feature enhancements

2002-02-12 03:01
0.1.0

標籤: Java, Initial freshmeat announcement

Project Resources