Skip to content

Instantly share code, notes, and snippets.

@pxpc2
Created June 27, 2019 00:47
Show Gist options
  • Save pxpc2/6006ed3555e45de019eb338e3a2eb8e6 to your computer and use it in GitHub Desktop.
Save pxpc2/6006ed3555e45de019eb338e3a2eb8e6 to your computer and use it in GitHub Desktop.
int* getMatriz(int, int);
int* getVetorILBP(int*);
int repete(int*, int);
int* gerarNumerosAleatorio();
double* getMatrizGLCM(int*, int, int);
double* getMetricas(double*, int*, int, int);
double* getFeaturesImg(int, int);
void normalizar(double*);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment