上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 42 下一页
摘要: 转载:https://blog.csdn.net/u012507022/article/details/50979011?utm_source=blogxgwz5 最近在写Opencv程序,用到离散小波变换,但Opencv没有提供离散小波变换函数。但找到了离散小波变换函数的C++程序,发现在C++中 阅读全文
posted @ 2020-09-13 14:34 梅长苏枫笑 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/hou09tian/article/details/80816445 1 概述 1.1 定义 union即为联合,它是一种特殊的类。通过关键字union进行定义,一个union可以有多个数据成员。例如 union Token{ char cval; 阅读全文
posted @ 2020-09-13 14:24 梅长苏枫笑 阅读(743) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/qq_33374294/article/details/90769668 原链接:https://www.cnblogs.com/abella/p/10607061.html 有两种传递方法,一种是function(int a[]); 另一种是fun 阅读全文
posted @ 2020-09-13 13:08 梅长苏枫笑 阅读(1141) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/cumtb2002/article/details/107798767 Modules used: 使用的模块: For this, we will use the opencv-python module which provides us var 阅读全文
posted @ 2020-09-11 17:30 梅长苏枫笑 阅读(1364) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/weixin_41799483/article/details/80884682 #coding=utf-8 #读取图片 返回图片某像素点的b,g,r值 import cv2 import numpy as np img=cv2.imread('./ 阅读全文
posted @ 2020-09-11 17:21 梅长苏枫笑 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 奥里给~ 转载:https://blog.csdn.net/chen801090/article/details/105795068/ 在进行数字图像处理时,我们经常需要对图像进行读取、保存、缩放、裁剪、旋转、颜色转换等基本操作。在使用python进行编程时,涉及到多个不同的图像处理库的选择,今天我 阅读全文
posted @ 2020-09-11 12:47 梅长苏枫笑 阅读(708) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/qq_36535820/article/details/99543188 numpy.savetxt 参数 numpy.savetxt(fname,X,fmt ='%。18e',delimiter ='',newline ='n',header =' 阅读全文
posted @ 2020-09-11 11:26 梅长苏枫笑 阅读(4018) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/weixin_35684521/article/details/81953047 OpenCV的概念可百度,在此不再赘述。https://baike.baidu.com/item/opencv/10320623 本文教大家在Window系统下Pyth 阅读全文
posted @ 2020-09-11 08:42 梅长苏枫笑 阅读(810) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/icamera0/article/details/50647465 这一节我们介绍一下PIL中的基本概念。 PIL中所涉及的基本概念有如下几个:通道(bands)、模式(mode)、尺寸(size)、坐标系统(coordinate system)、调 阅读全文
posted @ 2020-09-09 14:42 梅长苏枫笑 阅读(745) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/icamera0/article/details/50843172 在数字图像处理中,针对不同的图像格式有其特定的处理算法。所以,在做图像处理之前,我们需要考虑清楚自己要基于哪种格式的图像进行算法设计及其实现。本文基于这个需求,使用python中的图 阅读全文
posted @ 2020-09-09 14:38 梅长苏枫笑 阅读(394) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 42 下一页