07-27-2016 08:21 AM
Hi everyone,
Would you recommend any book or lecture notes on the basics of image acquisition (snap, grab, sequence etc.) with Labview (including how to set a buffer and how to save images?)
I have not found anything particulary intresting online, I hope you can help me with this. Please post directly here the links if you know some.
Thanks for your help.
Solved! Go to Solution.
07-27-2016 08:33 AM - edited 07-27-2016 08:34 AM
07-27-2016 11:30 AM
This can be interesting: http://zone.ni.com/reference/en-XX/help/370281AA-01/
07-27-2016 11:58 AM
One of the "problems" with NI Vision is that apart from the Help Files (which the previous Responder showed you) and some Class Notes published on the Web, there is little written documentation or books covering this somewhat-complex subject.
One of the more accessible books, "Image Processing with LabVIEW and IMAQ Vision", was published in 2003, well before IMAQdx. If you are interested in Machine Vision (object recognition, shape analysis, etc.), Practical Guide to Machine Vision Software is more recent (2015), but it doesn't really teach as much as demonstrate.
Depending on what you want to do, you might find studying the Vision Examples that ship with LabVIEW, especially if you have a suitable camera and can play around with the examples, may be as good a method to "learn by doing" as any.
And if all else fails, post your code (which means attach your VI and relevant sub-VIs, but do not post pictures of your code -- you'll only raise my blood pressure) here on the Forums and explain why you are stuck.
Bob Schor
07-28-2016 12:23 PM
I agree with Bob, I haven'tfound any good introductory lecture notes online and this is why people are asking for basic questions in the forum. I guess this is because NI want to provide this services only using their training sessions ...
07-28-2016 12:43 PM
@Emanuele_S wrote:I haven't found any good introductory lecture notes online and this is why people are asking for basic questions in the forum. I guess this is because NI want to provide this services only using their training sessions ...
I really don't think that NI has some nefarious motive here. Image Processing is fairly complex, with issues that have not quite as much to do with LabVIEW proper as they do understanding Image formats, Color models, 2D mapping and transformations, etc. One of the problems with the few books out there is that they are both "too detailed" (a lot of the stuff seems irrelevant to me, but might be extremely relevant to you) and "too superficial" (there's a lot of deep stuff that needs to be covered, but that takes too much effort, so shortcuts are taken). It would probably take an expert 6-8 months of hard work to produce a good book, but who has that kind of time, particularly for something whose sales are likely to be a few hundred, at most?
Bob Schor
08-08-2016 12:53 AM