Tagged Questions
0
votes
0answers
94 views
Clear a loaded image from picturebox c#
I've started with pragramming in c# this year. Now I have a new excercise.
I have to make a picturebox with an image of a tortoise in it. When pressing buttons, the tortoise move in that direction. ...
1
vote
1answer
39 views
Is anybody able to open this jpg with opencv 2.4.3?
i have a problem to open this picture in with OpenCV-2.4.3 functions imread, cvLoadImage and cvLoadImageM. It returns me always an empty Mat or IplImagepointer. Many many other jpg.s are working but ...
0
votes
2answers
403 views
How to load an image in image view from gallery?
I have an activity, which has a button. When I click on the button it redirects me to the image gallery. I want to show the selected image in the next activity using an image view. But it is not ...
9
votes
4answers
14k views
Load an image from a url into a PictureBox
I want to load an image into a PictureBox. This is the image I want to load: http://www.gravatar.com/avatar/6810d91caff032b202c50701dd3af745?d=identicon&r=PG
How do I do this?