defining a bounding box to test if a cv.jit centroid is within the box
anyone can offer a novice the answer to defining a bounding box and testing if a centriod derived from a blob is within the box? the if then else statement does not have appear have a and if. i also cannot find a case in max, either...
Generally I do bounding boxes by doing linked sets of []
Combine them with an expr (condition 1* cond 2* cond 3*...cond n*) (thanks roman!) - that way if any of them are false then all of them are false.
the linked if then else works great... thanks for the advice