Posts by Daniel Santos • 35 points
3 posts
-
3
votes1
answer58
viewsQ: Use Opencv in Ubuntu c++
I am using Ubuntu with Opencv to develop a computer vision method, previously used in windows Opencv and put the following configuration in qtCreator to recognize Openccv. INCLUDEPATH +=…
-
0
votes1
answer91
viewsQ: How do I get data from a file with fscanf, in c?
Code: while(fscanf(arq,"%d %d %d\n\r",x[i],y[i],raio[i])!=EOF){ cout<<x[i]<<endl; i++; } Contents of the file: mdb236rl D CALC B 912 2247 58 mdb240rl D CALC B 1752 776 95 mdb244rm D CIRC…
-
0
votes1
answer34
viewsQ: Function Circle, how to send the center parameter?
I am sending the center parameter given by (2953,1999) as shown below: circle(imgOr,(2953,1999),224,Scalar(255,0,0)); But make a mistake: could not Convert (0,1999) from 'int' to 'cv::Point'…
opencvasked Daniel Santos 35