在opencv中,reshape函数比较有意思,它既可以改变矩阵的通道数,又可以对矩阵元素进行序列化,非常有用的一个函数。 函数原型: C: Mat Mat::reshape(int cn, int rows0) const 参数比较少,但设置的时候却要千…
During the connection to the Oracle Database server with the sqlplus we may get an error with the ORA-12162 specifier. This error will prevent to connect to the Oracle Database Server. 在使用sqlplus连接到Oracle数据库服务器的过程中,ORA-12162说明符可能会出错…
效果图
Dialog的详细用法看这篇博客:http://blog.csdn.net/zhuwentao2150/article/details/51478053
我们自定义的CustomDialog是通过继承Dialog类并添加自定义的布局来实现的
/*** 自定义Dialog弹窗* Created by zhuwentao on 2016-08-19.*/
public class Cus…