loading
 
Testing an integer array for emptyness
CubaMadre from Germany  [12 posts]
10 year
Hi,
I need to test in a robo file if there exists a Harris_Corner, how can I achieve it?
Does "if HARRIS_CORNERS[0] > -1 then" work?

TIA,
CubaMadre;
Steven Gentner from United States  [1446 posts] 10 year
If you specify an array just by itself it will return the size of the array so

if HARRIS_CORNERS > 0 then
end if

should work since the size will be zero if no information is in that array.

STeven.

This forum thread has been closed due to inactivity (more than 4 months) or number of replies (more than 50 messages). Please start a New Post and enter a new forum thread with the appropriate title.

 New Post   Forum Index