00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef HxCorbaOpsDefParams_idl
00010 #define HxCorbaOpsDefParams_idl
00011
00012 module HxCorbaDefParams
00013 {
00014
00015 interface GlobalOps
00016 {
00017
00018
00019
00020 const long HxRecGauss_dx = 0;
00021 const long HxRecGauss_dy = 0;
00022 const long HxRecGauss_recurOrder = 3;
00023
00024 const long HxMakeGaussian1d_fsize = -1;
00025 const long HxMakeParabola1d_fsize = -1;
00026
00027 const long HxScale_adjustSize = 1;
00028
00029 const long HxConvGauss2d_orderDerivx = 0;
00030 const long HxConvGauss2d_orderDerivy = 0;
00031 const double HxConvGauss2d_accuracyx = 3.0;
00032 const double HxConvGauss2d_accuracyy = 3.0;
00033
00034 const long HxConvGauss3d_orderDerivx = 0;
00035 const long HxConvGauss3d_orderDerivy = 0;
00036 const long HxConvGauss3d_orderDerivz = 0;
00037 const double HxConvGauss3d_accuracyx = 3.0;
00038 const double HxConvGauss3d_accuracyy = 3.0;
00039 const double HxConvGauss3d_accuracyz = 3.0;
00040
00041 const long HxGaussDerivative2d_orderDerivx = 0;
00042 const long HxGaussDerivative2d_orderDerivy = 0;
00043 const double HxGaussDerivative2d_accuracy = 3.0;
00044
00045 const long HxGaussDerivative3d_orderDerivx = 0;
00046 const long HxGaussDerivative3d_orderDerivy = 0;
00047 const long HxGaussDerivative3d_orderDerivz = 0;
00048 const double HxGaussDerivative3d_accuracy = 3.0;
00049
00050 const double HxGauss_accuracy = 3.0;
00051
00052 const long HxDisplayOF_scale_x = 10;
00053 const long HxDisplayOF_scale_y = 10;
00054 const double HxDisplayOF_mul_x = 0.7;
00055 const double HxDisplayOF_mul_y = 0.7;
00056 const long HxDisplayOF_pixelsize = 1;
00057
00058 const double HxColorGaborSegmentation_minRegionFraction = 0.05 ;
00059 const double HxColorGaborSegmentation_threshold = 7.5 ;
00060
00061 };
00062 };
00063
00064 #endif