|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
====================================================================
================== ProbabilityRModelC ==============================
====================================================================
Variables:
- ByteImageC modelImg;
-
classified image
- RGBImageC colorImg;
-
input image
- ListC colModels;
-
color models
- VectorC transformation;
-
camera responses calibration
- RealT sigma;
-
camera noise
- RealT nomodel;
-
unknown object
- int modelNum;
-
number of models
- RealT kk;
-
the constant for N distribution
- int regionLabel;
-
the label of the processed region
- VectorC pixelProb;
-
pixel color model probability
- VectorC regionProb;
-
region color model probability
- long int regionSize;
-
size of region
Methods:
- ProbabilityRModelC(ByteImageC & classImage,RGBImageC & inputImage,ListC<Line3dPPC> & models,RealT backModel,RealT sig,VectorC & transf)
-
- void Set(PixelC & pxl)
-
- BooleanT InRegion(ProbabilityRModelC & model,const EdgeC & edge,GreyValueT label)
-
|
Programmer:Radek Marik, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|