A C D E F G H I L M N O R S T U W X Y Z

N

name - Variable in class org.yccheok.numrecognition.Category
Name of this category.
netStarted(NeuralNetEvent) - Method in class org.yccheok.numrecognition.NumberNeuralNetworkTrainer
Please refer to JOONE doc.
netStopped(NeuralNetEvent) - Method in class org.yccheok.numrecognition.NumberNeuralNetworkTrainer
Please refer to JOONE doc.
netStoppedError(NeuralNetEvent, String) - Method in class org.yccheok.numrecognition.NumberNeuralNetworkTrainer
Please refer to JOONE doc.
NeuralNetworkParameter - Class in org.yccheok.numrecognition
Neural network parameter.
NeuralNetworkParameter(int, int, double, double) - Constructor for class org.yccheok.numrecognition.NeuralNetworkParameter
Construct neural network parameter based on number of hidden neurons, number of output neurons, learning rate and momentum.
NINE - Static variable in class org.yccheok.numrecognition.Category
Represents category number nine.
NUM_OF_CATEGORY - Static variable in class org.yccheok.numrecognition.Category
Total number of different categories within the whole system.
NumberCategory - Class in org.yccheok.numrecognition
The NumberCategory class represents a number image with specified category.
NumberCategory(NumberImageProcessor, Category) - Constructor for class org.yccheok.numrecognition.NumberCategory
Creates a new instance of NumberCategory with a specified number image and the category it belongs to.
NumberImageChainCodeFeature - Class in org.yccheok.numrecognition
The NumberImageChainCodeFeature class is the chain code feature for a given number image.
NumberImageChainCodeFeature(NumberImageProcessor, FeatureParameter) - Constructor for class org.yccheok.numrecognition.NumberImageChainCodeFeature
Creates a new instance of NumberImageChainCodeFeature of a number image and the parameter setting for the particular feature.
NumberImageChainCodeFeature(String, FeatureParameter) - Constructor for class org.yccheok.numrecognition.NumberImageChainCodeFeature
Creates a new instance of NumberImageChainCodeFeature of an image file and the parameter setting for the particular feature.
NumberImageChainCodeFeatureFactory - Class in org.yccheok.numrecognition
The NumberImageChainCodeFeatureFeature class is desgined by using factory creation pattern.
NumberImageChainCodeFeatureFactory() - Constructor for class org.yccheok.numrecognition.NumberImageChainCodeFeatureFactory
Creates a new instance of NumberImageChainCodeFeatureFactory
NumberImageFeature - Interface in org.yccheok.numrecognition
The NumberImageFeature class is desgined by using factory creation pattern.
NumberImageFeatureFactory - Interface in org.yccheok.numrecognition
The NumberImageFeatureFactory class is desgined by using factory creation pattern.
NumberImageLRTBHVFeature - Class in org.yccheok.numrecognition
The NumberImageLRTBHVFeature class is the right, top, bottom profile and horizontal, vertical projection feature for a given number image.
NumberImageLRTBHVFeature(NumberImageProcessor, FeatureParameter) - Constructor for class org.yccheok.numrecognition.NumberImageLRTBHVFeature
Creates a new instance of NumberImageLRTBHVFeature of a number image and the parameter setting for the particular feature.
NumberImageLRTBHVFeature(String, FeatureParameter) - Constructor for class org.yccheok.numrecognition.NumberImageLRTBHVFeature
Creates a new instance of NumberImageLRTBHVFeature of an image file and the parameter setting for the particular feature.
NumberImageLRTBHVFeatureFactory - Class in org.yccheok.numrecognition
The NumberImageLRTBHVFeatureFeature class is desgined by using factory creation pattern.
NumberImageLRTBHVFeatureFactory() - Constructor for class org.yccheok.numrecognition.NumberImageLRTBHVFeatureFactory
Creates a new instance of NumberImageLRTBHVFeatureFactory
numberImageProcessor - Variable in class org.yccheok.numrecognition.NumberCategory
Number image object.
numberImageProcessor - Variable in class org.yccheok.numrecognition.NumberImageChainCodeFeature
Number image object.
numberImageProcessor - Variable in class org.yccheok.numrecognition.NumberImageLRTBHVFeature
Number image object.
NumberImageProcessor - Class in org.yccheok.numrecognition
The NumberImageProcessor class is image of a number character.
NumberImageProcessor(ImagePlus) - Constructor for class org.yccheok.numrecognition.NumberImageProcessor
Constructs a number image object based on ImageJ image data type.
NumberImageProcessor(String) - Constructor for class org.yccheok.numrecognition.NumberImageProcessor
Constructs a number image object by opening image file.
numberImageProcessores - Variable in class org.yccheok.numrecognition.NumberImageProcessorList
List of NumberImageProcessor.
NumberImageProcessorList - Class in org.yccheok.numrecognition
The NumberImageProcessorList class is a representation of NumberImageProcessor collection.
NumberImageProcessorList() - Constructor for class org.yccheok.numrecognition.NumberImageProcessorList
Creates a new instance of NumberImageProcessorList with size 0.
NumberNeuralNetworkRecognizer - Class in org.yccheok.numrecognition
This is the neural network used to perform recognition.
NumberNeuralNetworkRecognizer(String, NumberImageFeatureFactory, FeatureParameter) - Constructor for class org.yccheok.numrecognition.NumberNeuralNetworkRecognizer
Creates a new instance of NumberNeuralNetworkRecognizer with specified neural network file, feature factory and feature parameter.
NumberNeuralNetworkTrainer - Class in org.yccheok.numrecognition
This is the neural network used to perform training.
NumberNeuralNetworkTrainer(NumberImageFeatureFactory, NeuralNetworkParameter) - Constructor for class org.yccheok.numrecognition.NumberNeuralNetworkTrainer
Creates a new instance of NumberNeuralNetworkTrainer with specified feature factory and feature parameter.
numHidden - Variable in class org.yccheok.numrecognition.NeuralNetworkParameter
Number of hidden neurons.
numOutput - Variable in class org.yccheok.numrecognition.NeuralNetworkParameter
Number of output neurons.

A C D E F G H I L M N O R S T U W X Y Z