|
Re: Image Analyzing
Yes it it, but since that doesn't take advantage of any of the advanced libraries available, that is almost certainly going to be a difficult and slow way to accomplish much.
To do it in LabVIEW, you use the functions listed below. You can use the first of them, then loop through them, index them randomly, etc. The second is used to put the pixels back.
If you go this route, I'd suggest identifying the sorts of algorithms you are looking for and using lots of reference textbooks on image processing. You will also need to pay much more attention to the language quirks for performance.
Greg McKaskle
|