Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Problems using the Array Subset block

I am converting an image to a 2-D array, which works as intended. Then I want to cut the array down using the "Array Subset" block and it works up until half the amount of rows in the array. I have an array 256 by 320, I can cut the array up to 128 by 320. If a row value greater than 128 is selected the array that is generated is the 256-(array # > 128) by 320. Example if i want an array 200 by 320 I end up with 56 by 320. The 56 is the last 56 rows of the array. Any suggestions?
0 Kudos
Message 1 of 2
(2,926 Views)
seems that you have a problem with the type (I8 instead of I32) representation of the value passed to the array subset primitive. If you can find the solution, post your vi here, somebody will help you.

CC
Chilly Charly    (aka CC)
Message 2 of 2
(2,923 Views)