bytedeco/javacv
GitHub で見るIs there an elegant way to convert processed Mat back to Frame
Open
#2,198 opened on 2024年2月29日
enhancementhelp wanted
Repository metrics
- Stars
- (6,985 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
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?