提问
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...
11 years 前 | 0 个回答 | 0
0
个回答
提问
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...
11 years 前 | 1 个回答 | 0
1
个回答
提问
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. * | |...
11 years 前 | 3 个回答 | 0
3
个回答
提问
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...
11 years 前 | 0 个回答 | 0
0
个回答
提问
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 前 | 0 个回答 | 0
0
个回答