Outputting an image larger than the window from a line scan camera opencv c++ -


i trying use line scan camera generate rather long image not fit within bounds of window. trying output long image using mat.copyto, keep getting cv assertion error code:

cv_assert(channels() == cv_mat_cn(dtype)); 

can tell me means or how fix it?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -