bytedeco/javacv

Images being skewed by Frame Converters?

Open

#1,115 opened on Dec 28, 2018

View on GitHub
 (13 comments) (0 reactions) (0 assignees)Java (1,583 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (6,985 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I've been working on a project that needs to convert between several different types of images (BufferedImage, Mat, PIX), and I've noticed a strange issue when using the JavaCV frame converters, wherein the output image will be heavily skewed. For example, The original BufferedImage: buffimgtest vs. The Mat after conversion: mattest

Does anyone know what could be causing this?

Contributor guide