02-26-2009 07:42 PM
is there any ways to solve this problem?
02-26-2009 09:21 PM
So is the goal of the process to have a 256x256 image that is rescaled to produce a 300x300 image? If so and you have the vision tools for LV there will be routines that can do it for you. If you don't have the LV vision tools, try Googling "Image Scaling Algorithms" as a starting place.
Mike...
02-26-2009 09:36 PM
thanks very much !
i set the property node of "offset and multiplier" to 2 then the x scal range enlarged to 512, when i drag the cursor of the graph to 500 and there have a value but why the array of the graph do not have a value in 500?
so is there a way to get every value of the graph according to the cursor? if this problem solved i think the grapg will be rescaled to 300 easiy
02-27-2009 07:45 PM
The property node does not change the contents of the graph, just the scales that are displayed. For example, you have an image that is 256x256 and set the multiplier to 2. The scale will now show 0 to 512 but there are still the same number of pixels in the image.
Mike...