I am trying to develop some very complex image-based applications. I use openCV extensively. However, as the complexity of my programs increases, I find it difficult to debug my programs. Just for debugging, I have to develop the same algorithm in Matlab together. The main reason for this is that even if there is any error in the matlab code, the values ββof the variables are preserved even when the code stops working or when it crashes. Since values ββexist, I can use various visualization tools to analyze it; like a conspiracy; showing it as an image. Is there any way or function that we can implement in C so that we can get closer to the same behavior.
c matlab
bubble
source share