图2中左图为原图,中图为gamma = 1/2.2在校正结果,原图中左半侧的灰度值较高,右半侧的灰度值较低,经过gamma = 1/2.2校正后(中图),左侧的对比度降低(见胡须),右侧在对比度提高(明显可以看清面容),同时图像在的整体灰度值提高。 右图为gamma = 2.2在校正结果,校正后,左 ...
分类:
其他好文 时间:
2020-11-20 11:39:56
阅读次数:
4
摘自:https://blog.csdn.net/u010109732/article/details/79032845?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.cha ...
分类:
其他好文 时间:
2020-11-16 13:50:25
阅读次数:
8
福哥答案2020-10-03:#福大大架构师每日一题# 简单回答:satb: snapshot-at-the-beginning,快照。tlab:thread local allocation buffer,线程本地分配缓冲。 中级回答:satb: snapshot-at-the-beginning ...
分类:
编程语言 时间:
2020-11-11 16:13:57
阅读次数:
9
以netty的一个小demo为例(使用的源码版本为4.1.50.Final) 从b.bind(PORT)跟进 最终调用到AbstractBootstrap#doBind这个方法 private ChannelFuture doBind(final SocketAddress localAddress ...
分类:
Web程序 时间:
2020-11-04 19:18:41
阅读次数:
39
葵花宝典 flume 1. Flume组成,Put事务,Take事务 2. Flume拦截器 3. Flume Channel选择器 4. Flume监控器 5. Flume采集数据会丢失吗?(防止数据丢失的机制) 6. Flume内存 7. FileChannel优化 1. Flume组成,Put ...
分类:
Web程序 时间:
2020-10-29 10:09:33
阅读次数:
36
https://www.cnblogs.com/yi-mu-xi/p/12923523.html vhost_user_backend_init() ........ vhost_setup_slave_channel(dev) ......... qemu_set_fd_handler(u->sl ...
分类:
其他好文 时间:
2020-10-26 10:31:53
阅读次数:
20
第一步:换清华源(.condarc),需要注意是http不是https channels: - http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/ - http://mirrors.tuna.tsinghua.edu.cn/anaconda ...
分类:
其他好文 时间:
2020-10-22 22:37:06
阅读次数:
25
Prometheus监控思科交换机整体思路采用Prometheus+snmp_exporter+alertmanager+Granfana进行监控思科交换机(其他品牌交换机同理)报警,snmp_exporter通过snmp协议进行交换机的流量,接口关系(VLAN,port_channel等等),以及常用的cpu和内存进行信息收集,prometheus通过配置文件收集snmp_exporter收集的
分类:
其他好文 时间:
2020-10-16 11:06:30
阅读次数:
28
[root@jinkang-e2elog rabbitmq]# cat topic-send.py #!/usr/bin/env python # -*- coding: UTF-8 -*- import pika import sys connection = pika.BlockingConne ...
分类:
其他好文 时间:
2020-10-09 21:38:16
阅读次数:
40
Introduction The CQI reporting performance test defined in TS36.101 Section 9.3.2.1.1. The performance requirements of the test are as follows: a CQI ...
分类:
其他好文 时间:
2020-08-20 18:21:03
阅读次数:
85