bytedeco/javacv
View on GitHubIs there an elegant way to convert processed Mat back to Frame
Open
#2,198 opened on Feb 29, 2024
enhancementhelp wanted
Repository metrics
- Stars
- (6,985 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
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?