GAUSSIAN 138 modules/ml/src/ann_mlp.cpp if( _activ_func < 0 || _activ_func > GAUSSIAN ) GAUSSIAN 153 modules/ml/src/ann_mlp.cpp case GAUSSIAN: GAUSSIAN 385 modules/ml/src/ann_mlp.cpp case GAUSSIAN: GAUSSIAN 394 modules/ml/src/ann_mlp.cpp if( activ_func != GAUSSIAN ) GAUSSIAN 441 modules/ml/src/ann_mlp.cpp case GAUSSIAN: GAUSSIAN 474 modules/ml/src/ann_mlp.cpp else if( activ_func == GAUSSIAN ) GAUSSIAN 1106 modules/ml/src/ann_mlp.cpp activ_func == GAUSSIAN ? "GAUSSIAN" : 0; GAUSSIAN 1186 modules/ml/src/ann_mlp.cpp activ_func_name == "GAUSSIAN" ? GAUSSIAN : -1; GAUSSIAN 24 samples/cpp/laplace.cpp int smoothType = GAUSSIAN; GAUSSIAN 69 samples/cpp/laplace.cpp if(smoothType == GAUSSIAN) GAUSSIAN 82 samples/cpp/laplace.cpp smoothType = smoothType == GAUSSIAN ? BLUR : smoothType == BLUR ? MEDIAN : GAUSSIAN;