06 2019 档案

只有注册用户登录后才能阅读该文。
posted @ 2019-06-23 02:39 1CM 阅读(15) 评论(0) 推荐(0)
摘要:ffprobe -show_entries frame_tags=lavfi.ocr.text -f lavfi -i "movie=in.tif,ocr=datapath=tessdata:language=chi_sim:whitelist=" > ocr.txt Note: 识别中文时 whitelist 一定要设置为空; 默认是英文字母和数字, 无法识别中文 阅读全文
posted @ 2019-06-22 08:05 1CM 阅读(1284) 评论(0) 推荐(0)
摘要:There is also a circular dependency between freetype and HarfBuzz. Note that fontconfig and Cario are only needed for the tests and tools built with H 阅读全文
posted @ 2019-06-21 10:05 1CM 阅读(1827) 评论(0) 推荐(0)
摘要:32位版本 编译好的下载地址 dav1d-0.3.1-20190614-a1e3f358-dev.7z链接: https://pan.baidu.com/s/1lKtbPg5l8JwPIIstlI2Nug 提取码: hr73 阅读全文
posted @ 2019-06-17 14:12 1CM 阅读(1070) 评论(0) 推荐(0)
摘要:OPUS_STACK_PROTECTOR 默认是使用的, 在 windows 上编译时一定要去掉选项不然 -lopus 链接时出现错误undefined reference to `__stack_chk_fail' 阅读全文
posted @ 2019-06-16 14:43 1CM 阅读(887) 评论(0) 推荐(0)
摘要:Remove the rain in the input image/video by applying the derain methods based on convolutional neural networks. Supported models: Recurrent Squeeze-and-Excitation Context Aggregation Net (RESCAN). S... 阅读全文
posted @ 2019-06-07 17:44 1CM 阅读(694) 评论(0) 推荐(0)