#马赛克
import cv2
import numpy as np
import matplotlib.pyplot as pltimg cv2.imread(coins.jpg,1)
imgInfo img.shape
height imgInfo[0]
width imgInfo[1]for m in range(200,400): #m,n表示打马赛克区域for n in range(200,400):# pixel ->10*10if m%10 0 and …
题目链接:59. 螺旋矩阵 II - 力扣(LeetCode)
给你一个正整数 n ,生成一个包含 1 到 n2 所有元素,且元素按顺时针顺序螺旋排列的 n x n 正方形矩阵 matrix 。
示例 1: 输入:n 3
输出ÿ…