Question


what does meshgrid function do in resampling?
I use a code in the name of imresampling, it uses meshgrid function like bellow [Ox,Oy] = meshgrid(ss(1):ops(1):c*ops(1)+ss(1...

10 years ago | 0 answers | 0

0

answers

Question


How can I find old point in old image before resampling?
Hello I have an image and I did resampling on it ( NI = imresample([0.5,0.5],I,[1,1],'linear');) can I find old pixel in...

10 years ago | 1 answer | 0

1

answer

Question


How can I resample an image in matlab?
Hello I want to resample an image in matlab. I use imresample code of by Omer Demirkaya. but I have bellow error. * | |...

10 years ago | 3 answers | 0

3

answers

Question


How can I run a function from a specific pixel in matlab?
Hello I'm working on seam carving as a content aware image resizing method. I want to run *findseam()* function for a minimum p...

10 years ago | 0 answers | 0

0

answers

Question


how can i understand Local Binary code better?
hello i have this code for implementation Local binary pattern function result = lbp(varargin) % image,radius,neighbors,mapp...

11 years ago | 0 answers | 0

0

answers