#include <IPixel2ClassLabellingOp.hpp>
Inheritance diagram for IPixel2ClassLabellingOp:
Purpose: Pixel Two Class Labelling.
Used to build Object Masks
@ Copyrights: Bernard De Cuyper & Eddy Fraiha 2002, Eggs & Pictures. MIT/Open BSD copyright model.
Public Methods | |
| IPixel2ClassLabellingOp (BiPartitionBayesClassifier *aclassifier, int foreground=1, int newValue=255) | |
| virtual | ~IPixel2ClassLabellingOp () |
| AnImage * | filter (AnImage *src, AnImage *dest=0) |
| Local full image filtering. | |
| virtual void | report (FILE *file) |
Private Attributes | |
| BiPartitionBayesClassifier * | classifier |
| int | foregroundLabel |
| int | newValue |
|
||||||||||||
|
Local full image filtering.
Implements AnImageOp. |
![]() |
