Ask Your Question
0

highgui missing in 3.0 release

asked 2015-02-05 13:12:18 -0600

UltimateCodeWarrior gravatar image

updated 2017-12-23 05:29:09 -0600

When frameworks such as Open CV break interfaces they ruin upgrade paths, they ruin the countless tutorials on how to use OpenCV because now they won't work with the latest and greatest releases. Why not follow the Java Convention of Deprecation (keep it around, but discourage it). In the documentation show the new way but do not omit it. This frustrates me to no end, and is the very anti-adoption/usage pattern of Open Source Software systems. In one hand, the architects are trying to get people to adopt their "SYSTEM", but in the other hand they alienate everyone by re-arranging the furniture on a blind person. Only they know what they have done and it takes a while for documentation and tutorials to be generated. It's very frustrating.

edit retag flag offensive close merge delete

Comments

It is now in vidoeio and imgcodecs

BAHRAMUDIN ADIL gravatar imageBAHRAMUDIN ADIL ( 2015-03-30 03:57:35 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2015-09-11 00:45:51 -0600

Replace Highgui.imencode(".png", frame, buffer);

With Imgcodecs.imencode(".png", frame, buffer);

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-02-05 13:12:18 -0600

Seen: 3,659 times

Last updated: Feb 05 '15