07-24-2006 07:17 AM
07-24-2006 08:07 AM
hi there,
have you tried the Image Controls from the Vision - palette? they won't show any moire effects. maybe you have to install image acquisition from your device drivers CDs first,
07-24-2006 09:57 AM
07-26-2006 03:36 AM
I'm sorry, but the image toolbox you posted doesn't work on my labview. It can't read the sub-VIs, telling me that they have no block diagram. Never seen this error before....
And I do not have the Vision-package - just no license available at my department.
Any other ideas?
07-26-2006 04:23 AM
hi there
as far as i remember there's a vision subset for image aqcuisition, file handling and display on the LabVIEW instrument drivers CDs, but this is not installed by default. this subset is sufficient for displaying images using the image control from the "Vision" palette.
07-26-2006 08:57 AM
What version of LabVIEW are you using?
Image Toolbox doesn't use Vision package.
07-26-2006 09:04 AM - edited 07-26-2006 09:04 AM
As already mentioned, I use Labview 8.01, but do not have the vision package.
Image toolbox demo is only available up to LV 7.1.
Additionally, I officially am not allowed to use third-party software for this project.
Seems to be overclassed anyway for my problem.
So I'm just interested in another image scaling algorithm, which should not have any interpolation capabilities to enlarge a picture, but be able to shrink it for display - without any change to grayscale values.
Message Edited by chrbesold on 07-26-2006 09:11 AM
07-26-2006 09:24 AM
hi there
the attached 7.1 vi uses the image control and basic image vis included in the device driver cds of LabVIEW. as i mentioned in an earlier post you don't need the vision module to use these basic file read and display functions. maybe you have to install the image aqcuisitiuon vis from your device drivers cd first.
07-26-2006 09:59 AM - edited 07-26-2006 09:59 AM
@chrisger:
When opening your file, Labview does not find a file called IMAQ ReadFile. If I ignore it, the VI opens without this file. I have installed the IMAQ package... see attached screenshot.
There I discovered another problem with your file: It only allows integer values for scaling, but not the critical range between zero and one.
I tried one VI supplied by NI to which I just have added the image selector, and even this file shows the same behaviour as my own one does. I also attached this version.
Message Edited by chrbesold on 07-26-2006 10:00 AM