Re: Adding an image to a project
Re: Adding an image to a project
- Subject: Re: Adding an image to a project
- From: Andy Lee <email@hidden>
- Date: Wed, 14 Jul 2010 08:10:16 -0400
On Jul 14, 2010, at 7:55 AM, Vincenzo Morgante wrote:
> Well,I read the documentation at link<http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/LoadingResources/ImageSoundResources/ImageSoundResources.html>
> and the example [NSImage imageNamed:]...
> However in this way I get a NSImage, but I need of an IplImage object...
See listing 3-1 on that documentation page. It shows how to get a path to the image file, which you can then use with cvLoadImage() as in your original email.
--Andy
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden