Closed zzxp closed 6 years ago
Hey! Have you solved it in the meantime? It should work with it, what is the error message?
void rpoly_ak1(double op[MDP1], int* Degree, double zeror[MAXDEGREE], double zeroi[MAXDEGREE]){ int i, j, jj, l, N, NM1, NN, NZ, zerok; error:”MDP1“ Undeclared identifier “MAXDEGREE”Undeclared identifier
There should be these lines in the header file ("Rpoly.h"):
when I run your code with Visual studio 2015 and opencv 3,41,some problems happen,and I do not know how to solve them,could you tell me your Operating platform?