Menu

Close
  • Home
Subscribe
Menu

Load an image with alpha channel by opencv

13 September 2016

With alpha:
Mat img = imread(image_filename, -1);

Without alpha:
Mat img = imread(image_filename);

Romulus Libertas

Read more posts by this author.

Share this post

Twitter Facebook Google+

A NGINX Sample Config File for Tornado

#//tornado.conf user nginx; worker_processes 5; error_log /var/log/nginx/error.log; pid /var/run/nginx.pid;…

Minimum System for ATmega8

It's not so easy to use ATmega 8 to build a minimum system of Arduino.So here comes the…

A Blog of Libertas © 2019
Proudly published with Ghost