04-15-2018 04:22 PM
Hello,
I've tried obtain reference background image like picture below (fig.6)
My result in labview (yes, fig.4 and fig.5 obtain with different operators):
code:
need advise.
Best regards
N
04-16-2018 12:39 PM
Hi Nadex,
It looks like you've got some code already going, but I'm a bit unclear on what you're stuck on. What, specifically, are you looking for assistance with?
04-16-2018 02:38 PM
Thank you for reply. I found a solution:
Now i'm looking for method to obtain revised estimation image like on picture below:
04-17-2018 11:10 AM - edited 04-17-2018 11:11 AM
Hi Nadex,
I've looked through the documentation for VDM, and it doesn't look like we have any image processing functions that work directly with Eigenspaces. I also wasn't able to find much documentation online about the specific process you're trying to accomplish.
The example image you're working from looks like it may have come from a textbook or other external source, though. Would it be possible for you to look through the related sections of the textbook or check back with the original source to determine how to implement the Eigenspace? Once you have a general idea of how you would like to implement it, posting to this forum could help you determine how to accomplish that implementation with the tools in LabVIEW.
If you already know how to implement the Eigenspace method, could you give more details, so that we can help you find the best fit in LabVIEW?
04-17-2018 12:00 PM
Hi KathrynTheGreat,
Unfortunately i didn't find a way how to implement Eigenspace in LabVIEW. But maybe i can use sequence N of frames from the input instead static image (fig.1 of 1 picture) then obtain median image of the sequence of images (using IMAQ compute median image). Result median image = generation background (like after EigenSpace method).
This is my first idea.