javacv icon indicating copy to clipboard operation
javacv copied to clipboard

Is there an elegant way to convert processed Mat back to Frame

Open steeveen opened this issue 4 months ago • 0 comments

The problem I meeting is that I use ToOrgOpenCvCoreMat converting frame to mat1. I generate mat2 from mat1. When I try to convert mat2 back to frame, I see all frame Info are missed in my newFrame. I seeOpenCVFrameConverter:178:isEqual comparing the address between frame.images and mat. Is there an elegant way to archieve my goal?

steeveen avatar Feb 29 '24 07:02 steeveen