|
Re: CvSobel: msg#00252lib.opencv
Hello, Stefan! Try something like this: IplImage* src; IplImage* outra; IplImage* sobelImg; // load src outra = cvCreateImage( cvGetSize(src), IPL_DEPTH_16S, 1 ); cvSobel( src, outra, 1, 1 ); sobelImg = cvCreateImage( cvGetSize(src), IPL_DEPTH_8U, 1 ); cvConvertScale( outra, sobelImg ); cvNamedWindow( "3.Sobel", 1 ); cvShowImage( "3.Sobel", sobelImg ); With best regards, Luiz Reginaldo Stefan Meyer <stefan.meyer@xxxxxxxxxxxxxxxxxxxxxxxxxx> escreveu: Hello, could anyone explain me the usage of CVSobel? I Dont know, how I can compute the first derivatives respectively how I can use the result of CVSobel. If I compute the derivative manually, I get other values. Thanks Stefan Change settings: http://www.yahoogroups.com/mygroups, select Get Emails (get all posts) Daily Digest (one summary email per day) Read on the web (read posts on the web only)Or Unsubscribe by mailing OpenCV-unsubscribe@xxxxxxxxxxxxxxx SPONSORED LINKS Open source software Computer vision --------------------------------- YAHOO! GROUPS LINKS Visit your group "OpenCV" on the web. To unsubscribe from this group, send an email to: OpenCV-unsubscribe@xxxxxxxxxxxxxxx Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. --------------------------------- --------------------------------- Yahoo! Acesso Grátis Internet rápida e grátis. Instale o discador agora! [Non-text portions of this message have been removed] Change settings: http://www.yahoogroups.com/mygroups, select Get Emails (get all posts) Daily Digest (one summary email per day) Read on the web (read posts on the web only)Or Unsubscribe by mailing OpenCV-unsubscribe@xxxxxxxxxxxxxxx |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | CvSobel: 00252, Stefan Meyer |
|---|---|
| Next by Date: | Help with ObjectMarker program from: 00252, Cam Bazz |
| Previous by Thread: | CvSobeli: 00252, Stefan Meyer |
| Next by Thread: | Re: CvSobel: 00252, Stefan Meyer |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |