上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: # C++基础题 ### 水仙花数 ````c++ #include using namespace std; int main() { cout #include bool isPentagonalNumber(int num) { int originalNum = num; int sum = 阅读全文
posted @ 2023-06-10 14:24 梁君牧 阅读(84) 评论(0) 推荐(0) 编辑
摘要: # 生成渐变色指定长宽图像 ````python import cv2 import numpy as np def create_gradient_image(start_color, end_color, width, height): # 将颜色值从[0, 1]的范围转换为[0, 255]的范 阅读全文
posted @ 2023-06-07 16:26 梁君牧 阅读(17) 评论(0) 推荐(0) 编辑
摘要: # jpeg_add_quant_table() > libjpeg-turbo/jcparam.c > https://github.com/libjpeg-turbo/libjpeg-turbo/blob/main/jcparam.c#L30 ````c++ jpeg_add_quant_tab 阅读全文
posted @ 2023-05-21 00:58 梁君牧 阅读(85) 评论(0) 推荐(0) 编辑
摘要: ## 简介 浙江定向的笔试分为行测和申论两科,共三个小时。 行测1小时55道题,共计60分,到时间后收取行测答题卡。 申论2小时2道题,共计90分。 ## 行测部分 - 常识部分-10道选择题 - 数学运算-20道选择题 - 逻辑判断-5道选择题 - 类比推理-5道选择题 - 图形推理-5道选择题 阅读全文
posted @ 2023-05-20 12:30 梁君牧 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 工作小记:PIL和opencv读取图片的差异 在使用Python和C++等语言处理图像时,常常会用到Python自带的**Python Imaging Library和专用的图像处理工具库Opencv。有时在做算法实验时,图像预处理的时候使用了PIL库,可是在工程对接中又用了opencv库(C++) 阅读全文
posted @ 2023-05-17 17:53 梁君牧 阅读(276) 评论(0) 推荐(0) 编辑
摘要: ISO/IEC 10918-1标准定义了三种压缩模式:顺序DCT、逐行扫描DCT和逐列扫描DCT,每种模式下均有多个可选的压缩比。标准还定义了几个可选的基于区块的压缩模式和编码方案,如渐进扫描和多扫描。ISO/IEC 10918-1可以存储所支持的所有压缩模式的图像数据,并根据实际需要进行解码和显示 阅读全文
posted @ 2023-05-12 16:02 梁君牧 阅读(223) 评论(0) 推荐(0) 编辑
摘要: Please rewrite the given paragraph or sentence in the style of IEEE Transactions. The requirement is to match the meaning of the original sentence as 阅读全文
posted @ 2023-05-11 18:50 梁君牧 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 高中信息技术教资面试准备 常规要求: 请在10分钟内完成试讲内容 教学过程注意师生互动。 配合教学内容有适当的板书设计。 配合讲解过程要创设情景,体现学生是主体。 教学中要有适当的提问环节,问题的设置要有启发性通过活动(任务)形式呈现课堂内容。 设计学生犯错的环节 结合生活实例进行教学 试讲过程中涉 阅读全文
posted @ 2023-05-11 16:33 梁君牧 阅读(382) 评论(0) 推荐(0) 编辑
摘要: JPEG Image Quality in PIL Introduction The other day, I was haunted by a bug and found that it was an issue with the image quality saved by Pillow aft 阅读全文
posted @ 2023-04-27 14:18 梁君牧 阅读(22) 评论(0) 推荐(0) 编辑
摘要: JPG 100 vs JPG 20: What’s The Difference? So you’re into photography and while you’re showing some skill and getting a handle on camera settings for t 阅读全文
posted @ 2023-04-26 21:36 梁君牧 阅读(168) 评论(0) 推荐(0) 编辑
摘要: ![image](https://img2023.cnblogs.com/blog/1090400/202304/1090400-20230425190516678-1221253720.png) 阅读全文
posted @ 2023-04-25 19:05 梁君牧 阅读(9) 评论(0) 推荐(0) 编辑
摘要: ![](https://qiniuy.tzle1.com/FkY-XT-FqWUCfGk8VDcWMCJB7d40) 阅读全文
posted @ 2023-04-24 20:35 梁君牧 阅读(16) 评论(0) 推荐(0) 编辑
摘要: JPEG文件字段 JPEG编解码 目前有较多的图像编码标准,如jpeg、bmp、gif、png、webp、heif,我们这里先说jpeg部分,这个编解码标准诞生于20世纪90年代,JPEG标准仅仅说明定义了codec部分,也就是图片如何压缩为字节流以及重新解码为图片的过程,标准没有涉及到文件的存储格 阅读全文
posted @ 2023-04-24 20:29 梁君牧 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 令人拍案叫绝的JPEG图像压缩原理 前 言: 从事各行各业的大佬们,我相信,你们对图像格式是不陌生的,有很多种图像格式,比如,png,jpeg等等,但是你发现,同一张图片,当我们把他用工具变成各种其他格式时,其在计算机文件系统显示的文件大小各不一样,但是当你打开显示时,从视觉角度上看,几乎看不出差距 阅读全文
posted @ 2023-04-24 20:25 梁君牧 阅读(255) 评论(0) 推荐(0) 编辑
摘要: JPEG是Joint Photographic Exports Group的英文缩写,中文称之为联合图像专家小组。该小组隶属于ISO国际标准化组织,主要负责定制静态数字图像的编码方法,即所谓的JPEG算法。 JPEG专家组开发了两种基本的压缩算法、两种熵编码方法、四种编码模式。如下所示: 压缩算法: 阅读全文
posted @ 2023-04-24 20:17 梁君牧 阅读(1553) 评论(0) 推荐(0) 编辑
摘要: ![](https://qiniuy.tzle1.com/FuiOiZy9KYLKg8rDEp6RYR-dgabS) 阅读全文
posted @ 2023-04-24 15:22 梁君牧 阅读(60) 评论(0) 推荐(0) 编辑
摘要: ![](https://qiniuy.tzle1.com/FnFxH9DoPJ9w3yXJeOK2Jxi1QXJ0) 阅读全文
posted @ 2023-04-24 15:21 梁君牧 阅读(40) 评论(0) 推荐(0) 编辑
摘要: ![](https://qiniuy.tzle1.com/FjD7IlRWQRf4zbAt-ohj3MMzWKvj) 阅读全文
posted @ 2023-04-24 15:20 梁君牧 阅读(13) 评论(0) 推荐(0) 编辑
摘要: ![](https://qiniuy.tzle1.com/FmWBiHLcEm-aLsHnt0rPn7bNHcxf) 阅读全文
posted @ 2023-04-24 15:17 梁君牧 阅读(5) 评论(0) 推荐(0) 编辑
摘要: Photo Forgery Detection Module (discontinued) This module is discontinued. Photo Manipulation (Forgery) Detection Are digital images submitted as cour 阅读全文
posted @ 2023-04-24 14:58 梁君牧 阅读(9) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 11 下一页