Community Profile

photo

madhavi supriya


Active since 2015

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Sir,I want to implment a function called kdistribution .I am nt understanding hw to giv input & cal the function x,plz help me.thank u & also tel me how to convert floating point values of mean to integr or unsignedint values.
function [m,b,y]= kdist(x) im=imread('D:\envisatcrop.tif'); imtool(im); l=1; v=1; a=gamma(l); b=gamma(v); winsize=32; ...

9 years ago | 0 answers | 0

0

answers

Question


I need to implement a function for a moving window size of 32 by 32of image size 5195,5595.
function is f(x)=(2/(x*gamma(v)*gamma(L))((L*v*x*mean)^(L+v/2))modified bessel function of first kind (2(L*v*x/mean^(1/2))), w...

9 years ago | 0 answers | 0

0

answers

Question


for an image of size 5525 by 5192, i want to read this image in a moving window of block size 32. for this i want to use for loop.please help.
clc clear all close all I=imread('D:\envisat.tif'); [r c]=size(I) bs=32 nob=(r/bs)*(c/bs) kk=0 for i=1...

9 years ago | 1 answer | 0

1

answer