-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
the displayImage() function in the utility.h module does not work as expected. For example if you take a row of the sample data (ex. X.row(10)) and get an image from it by calling to getImageFromModelRow() function and pass that image to the displayImage() function, it shows a white image. That's interesting because, if you print out the image data inside the displayImage() function, the correct values has been passed to it. Also this function works properly when we called it in this line. The problem might be missing data when passing cv::Mat objects back and force, and the solution might be adding some copy() or clone().
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers