Re: OpenCV any Users on List?

2010-05-25 Thread Jerry Feldman
On 05/24/2010 05:26 PM, bruce.lab...@autoliv.com wrote: Well, more than once you've made critical remarks regarding your own skills in C++. Since you seem to be in a position where you're being asked to work with C++, I figured it warranted pointing out that the most useful tool we have

Re: OpenCV any Users on List?

2010-05-25 Thread Bruce Labitt
Jerry said As I mentioned, the Deitel book is very good, but it can be intimidating. Has a lot of very good examples, and you can even build an elevator in your house. Many of the smaller books are nice, and give you insights on style, but from my standpoint, the easiest way to learn a

Backing up a little - Trying to get LAPACK to work...

2010-05-25 Thread Bruce Labitt
Umm, my CLAPACK experiment is not doing so well. (Reference Shot in the Dark Thread) So I thought I'd try to interface to the industry standard LAPACK. In the end, I expect to use CLAPACK, but I thought since MATLAB, GSL, SciPy, et. al use LAPACK, perhaps I could at least get some real

Re: OpenCV any Users on List?

2010-05-25 Thread Jerry Feldman
On 05/25/2010 08:24 PM, Bruce Labitt wrote: Jerry said As I mentioned, the Deitel book is very good, but it can be intimidating. Has a lot of very good examples, and you can even build an elevator in your house. Many of the smaller books are nice, and give you insights on style, but from my

Re: Backing up a little - Trying to get LAPACK to work...

2010-05-25 Thread Jerry Feldman
On 05/25/2010 09:03 PM, Bruce Labitt wrote: Umm, my CLAPACK experiment is not doing so well. (Reference Shot in the Dark Thread) So I thought I'd try to interface to the industry standard LAPACK. In the end, I expect to use CLAPACK, but I thought since MATLAB, GSL, SciPy, et. al use

Re: Backing up a little - Trying to get LAPACK to work...

2010-05-25 Thread Bruce Labitt
Jerry Feldman wrote: On 05/25/2010 09:03 PM, Bruce Labitt wrote: Umm, my CLAPACK experiment is not doing so well. (Reference Shot in the Dark Thread) So I thought I'd try to interface to the industry standard LAPACK. In the end, I expect to use CLAPACK, but I thought since MATLAB,