12-07-2013 10:20 PM
Hello everybody,
The imgaes recorded are very big, with 1288*964 in scale. The regions I am interested is only a strip (say, (0, 400), (1288, 420) ) in the middle of the images. I need to anaylze the strip, and get some useful information. I do not care other regions. and do not want to wast computer resouce. I read some fuctions about ROI. should I use ROI? To be honest, I have not understanded fully about the functions of ROI, and not fixed the problem. I think my case is very general. Could you please give me some suggesion ? or some relevant code examples? Thank you very much.
Beetle.
12-07-2013 11:40 PM
Hi beetle.
Your previous thread already gave you some good advice where to start. Have you looked at the Vision examples in LabVIEW? As your previous thread said: "After installing the software, open LabVIEW and navigate to Help » Find Examples... » Toolkits and Modules." You can also filter from the examples those that cover ROIs by searching with the term ROI.
7890000 wrote:
The imgaes recorded are very big, with 1288*964 in scale. The regions I am interested is only a strip (say, (0, 400), (1288, 420) ) in the middle of the images. I need to anaylze the strip, and get some useful information. I do not care other regions. and do not want to wast computer resouce. I read some fuctions about ROI. should I use ROI? [...]
Yes, ROIs are a good and the right approach.
Hope this helps, Guenter
12-08-2013 09:12 PM
Hi Guenter,
Thank you very much. I will try
Beetle
12-09-2013 12:48 AM