Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~499 People Reached
Favorite Tags
c x 1
Member Avatar for bswapnil

hi......i m new to fedora and opencv.i need to compile an opencv inbuilt samples c and c++ prgms in fedora.so how to do that pls help me out there.thnxx in advance....:sad:

Member Avatar for mahah327
0
146
Member Avatar for bswapnil

hi all, i m currently working in fedora n opencv.i m able to compile sample codes which are in c and generate executable from them i m reffering [url]http://opencvlibrary.sourceforge.net/CompileOpenCVUsingLinux[/url] i did all steps correctly with no errors still i m getting "error while loading shared libraries: libcv.so.1: cannot open shared …

Member Avatar for bswapnil
0
180
Member Avatar for bswapnil

OpenCV ERROR: Unspecified error (The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support) in function cvNamedWindow, window.cpp(71) Terminating the application... called from cvUnregisterType, cxpersistence.cpp(4933) Terminating the application... called from cvUnregisterType, cxpersistence.cpp(4933) Terminating the application... called from cvUnregisterType, cxpersistence.cpp(4933) Terminating the application... called from cvUnregisterType, …

0
44
Member Avatar for bswapnil

[code=c] #include <stdio.h> void stripnl(char *str) { while(strlen(str) && ( (str[strlen(str) - 1] == 13) || ( str[strlen(str) - 1] == 10 ))) { str[strlen(str) - 1] = 0; } } int main() { FILE *infile; char fname[40]; char line[100]; int lcount=1,i=0; char mean[100]; /* Read in the filename */ …

Member Avatar for Ancient Dragon
0
129