Dheeraj Kuamr Gupta
自 2017 起处于活动状态
Followers: 0 Following: 0
Feeds
已回答
How to find the variance of an image?
close all; clear all; clc; I = imread('C:\Users\anubh\Pictures\koala.jpg'); A=rgb2gray(I); [r,c]=size(A) b=r*c; s=0; s=s...
How to find the variance of an image?
close all; clear all; clc; I = imread('C:\Users\anubh\Pictures\koala.jpg'); A=rgb2gray(I); [r,c]=size(A) b=r*c; s=0; s=s...
7 years 前 | 0