<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:10pt"><div style="" class="">This takes a little bit of code to explain but I posted the code in gist and notated it thoroughly</div><div style="" class="">first ..I'm writing a lisp wrapper for OpenCV c++ interface and my lisp code wraps around c wrappers for the c++ so in my code used for testing there will be my c wrappers and c++ OpenCV code intermixed. Here is an example of what I can do in C <a style="" class="" href="https://gist.github.com/W-Net-AI/11205899">https://gist.github.com/W-Net-AI/11205899</a> that I can't in Lisp, the Lisp code is here <a style="" class="" href="https://gist.github.com/W-Net-AI/11205892">https://gist.github.com/W-Net-AI/11205892</a>  The question I'm asking hinges on the output of the detectMultiScale c wrapper for the c++ OpenCV function detectMultiScale here:
 <a style="" class="" href="http://docs.opencv.org/modules/objdetect/doc/cascade_classification.html?highlight=detectmultiscale#cascadeclassifier-detectmultiscale">http://docs.opencv.org/modules/objdetect/doc/cascade_classification.html?highlight=detectmultiscale#cascadeclassifier-detectmultiscale</a> that's why my code examples  are long because it takes a few lines to set up being able to use detectMultiScale. Pls let me know and I can supply more info/ such as my wrappers etc.<a style="" class="" href="http://docs.opencv.org/modules/objdetect/doc/cascade_classification.html?highlight=detectmultiscale#cascadeclassifier-detectmultiscale"></a></div><div style="" class=""> </div></div></body></html>