Home | Develop | Download | Contact
FuncMatrixKernel.hpp
1/*
2 * FuncMatrixKernel.hpp
3 *
4 * Copyright 2018 Fernando Pujaico Rivera <fernando.pujaico.rivera@gmail.com>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19 * MA 02110-1301, USA.
20 *
21 */
22
34#ifndef __PDS_MATRIXFUNCKERNEL_HPP__
35#define __PDS_MATRIXFUNCKERNEL_HPP__
36
37
63#include <Pds/Matrix>
64
65
66namespace Pds{
67
68namespace Kernel2D{
69
91 Pds::Matrix Gaussian(unsigned int k, double Sigma=1.0);
92
122 double GaussianSigmaFit(unsigned int rm,unsigned int r);
123
144 Pds::Matrix GaussianDiff(unsigned int k, double Sigma1=1.0, double Sigma2=1.2);
145
174 Pds::Matrix Gabor( unsigned int L,
175 double Vmax=6.0,
176 double Sigma=5.5,
177 double Theta=Pds::Ra::Pi/4,
178 double Lambda=4.0,
179 double Psi=0.0);
180
181
211 Pds::Matrix qGabor( unsigned int L,
212 double Vmax=6.0,
213 double q=0.1,
214 double Sigma=5.5,
215 double Theta=Pds::Ra::Pi/4,
216 double Lambda=4.0,
217 double Psi=0);
218
238
258
277
296
297
331
332
369
388 Pds::Matrix Mean(unsigned int L);
389
397}//Kernel2D
398
399}//Pds
404#endif
405
La clase tipo Pds::Matrix . Esta clase genera una matriz de Nlin lineas y Ncol columnas....
Definition: Matrix.hpp:96
const double Pi
Número PI.
Definition: RaDefines.hpp:189
Pds::Matrix Laplacian5P(void)
Retorna un operador Laplace discreto.
Pds::Matrix Laplacian9P(void)
Retorna un operador Laplace discreto.
Pds::Matrix SobelH(void)
Retorna un kernel Sobel horizontal ( pp. 126).
Pds::Matrix SobelV(void)
Retorna un kernel Sobel vertical ( pp. 126).
Pds::Matrix qGabor(unsigned int L, double Vmax=6.0, double q=0.1, double Sigma=5.5, double Theta=Pds::Ra::Pi/4, double Lambda=4.0, double Psi=0)
Retorna un kernel qGabor.
Pds::Matrix GaussianDiff(unsigned int k, double Sigma1=1.0, double Sigma2=1.2)
Retorna un filtro diferencia de Gaussiano discreto.
double GaussianSigmaFit(unsigned int rm, unsigned int r)
Retorna o valor de un filtro Gaussiano discreto.
Pds::Matrix Gaussian(unsigned int k, double Sigma=1.0)
Retorna un filtro Gaussiano discreto.
Pds::Matrix PrewittH(void)
Retorna un kernel Prewitt horizontal ( pp. 121-122).
Pds::Matrix PrewittV(void)
Retorna un kernel Prewitt vertical ( pp. 121-122).
Pds::Matrix Mean(unsigned int L)
Retorna un kernel Mean.
Pds::Matrix Gabor(unsigned int L, double Vmax=6.0, double Sigma=5.5, double Theta=Pds::Ra::Pi/4, double Lambda=4.0, double Psi=0.0)
Retorna un kernel Gabor.
Nombre de espacio para Pds (Procesamiento Digital de Senales)
Definition: AbstractRV.hpp:42

Enlaces de interés

HomePage Bazaar Download Bug report Ayuda Developer Feed