Re: Accelerate Framework?

2013-06-16 Thread Sean McBride
On Sat, 15 Jun 2013 13:33:20 -0700, Rick Mann said: >Where to go for questions about the Accelerate Framework? <https://lists.apple.com/mailman/listinfo/perfoptimization-dev> Sean ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Re: Accelerate Framework?

2013-06-16 Thread vincent habchi
Hi Rick, > Where to go for questions about the Accelerate Framework? I have a fairly good knowledge of the Accelerate framework and its opensource counterpart, Atlas. If I might be of any help, don’t hesitate. Vincent ___ Cocoa-dev mailing l

Accelerate Framework?

2013-06-15 Thread Rick Mann
Where to go for questions about the Accelerate Framework? -- Rick ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at

Re: Accelerate framework

2012-05-12 Thread Roland King
Grr .. again with the moderation for size .. can you not use rich text or something, it just makes a 6k message into a 50k one and this list has a really small max message size. Sending the mail yet again .. original mail follows with the rich text turned into plain -- I said CGImage

Re: Accelerate framework

2012-05-12 Thread Roland King
there is a better way to get the initial bytes by the way, there may be, slow drawing into a bitmap context but quite possibly right. Will be interested to see other replies here. > Me to, first time I use the accelerate framework and I haven't found any > sample code in order to

Re: Accelerate framework

2012-05-12 Thread Roland King
t; Yes You are right. It was a my stupid syntax error. >> >> L. >> >> On May 12, 2012, at 10:34 AM, Ken Thomases wrote: >> >>> On May 12, 2012, at 3:25 AM, Luca Ciciriello wrote: >>> >>>> Using the accelerate framework in iOS 5.1 I'

Re: Accelerate framework

2012-05-12 Thread Luca Ciciriello
y 12, 2012, at 10:34 AM, Ken Thomases wrote: > >> On May 12, 2012, at 3:25 AM, Luca Ciciriello wrote: >> >>> Using the accelerate framework in iOS 5.1 I've imported the header >>> Accelerate/Accelerate.h and in my code I'm using the line: >>> &g

Re: Accelerate framework

2012-05-12 Thread Luca Ciciriello
Yes You are right. It was a my stupid syntax error. L. On May 12, 2012, at 10:34 AM, Ken Thomases wrote: > On May 12, 2012, at 3:25 AM, Luca Ciciriello wrote: > >> Using the accelerate framework in iOS 5.1 I've imported the header >> Accelerate/Accelerate.h and in my

Re: Accelerate framework

2012-05-12 Thread Ken Thomases
On May 12, 2012, at 3:25 AM, Luca Ciciriello wrote: > Using the accelerate framework in iOS 5.1 I've imported the header > Accelerate/Accelerate.h and in my code I'm using the line: > > uint_8 kernel = {-2, -2, 0, -2, 6, 0, 0, 0, 0}; > > My problem is that I&#x

Re: Accelerate framework

2012-05-12 Thread Roland King
uint_8? Do you mean uint8_t? On May 12, 2012, at 4:25 PM, Luca Ciciriello wrote: > Hi All. A simple question. > Using the accelerate framework in iOS 5.1 I've imported the header > Accelerate/Accelerate.h and in my code I'm using the line: > > uint_8 kernel = {-2,

Accelerate framework

2012-05-12 Thread Luca Ciciriello
Hi All. A simple question. Using the accelerate framework in iOS 5.1 I've imported the header Accelerate/Accelerate.h and in my code I'm using the line: uint_8 kernel = {-2, -2, 0, -2, 6, 0, 0, 0, 0}; My problem is that I've got the error: "Use of undeclared identifier ui