Comment by Sylvain for "I'm sure the path to the picture is good"let me bet...
Thank you very much, you were right, it was only a path problem. Thank's again ! Happy geek is happy !
View ArticleComment by berak for "I'm sure the path to the picture is good"let me bet...
nice ;) easy catch, btw, since there were others before you with the same prob
View ArticleAnswer by berak for Hi,i'm totally new with OpenCV and i'm starting with the...
"I'm sure the path to the picture is good" let me bet against that ;) getClass().getResource("lena.png").getPath() just try to replace that monster with an absolute path for starters, like:...
View ArticleComment by Sylvain for Like @berak said, the command you use for the path is...
Thank's a lot, it was a problem with my path. Thanks also for this nice guide, it was usefull :)
View ArticleAnswer by StevenPuttemans for Hi,i'm totally new with OpenCV and i'm starting...
Like @berak said, the command you use for the path is expecting the lena picture to be added to the resources of your java project. If you don't do that, the code has no idea where to actually get the...
View ArticleImage is empty
Hi, i'm totally new with OpenCV and i'm starting with the Java version. I'm trying some basics. The first part in the java tutorial was a success. I'm trying the Lena's Face detection. But i've a...
View Article