Giter VIP home page Giter VIP logo

imgraft's People

Contributors

grinsted avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

imgraft's Issues

mean(AA,3) returns A (?)

Hi,

I'm looking into porting this to Octave. It mostly runs in the latest Octave compiled from source, and not so well in the latest release (4.0.0). In trying to get this to work in 4.0.0, I came across this line:

AA=resizefun(mean(AA,3),R.SuperSample); %TODO: improve edge effects of super sampling. (need 2 extra pixels for cubic)

Which has the function call mean(AA,3). I think that AA is only two dimensions, so I'm not sure what the effect of this call is. MATLAB docs https://www.mathworks.com/help/matlab/ref/mean.html state that mean returns A when dim is greater than ndims(A) or when size(A,dim) is 1., which implies this call has no effect. Am I missing something here?

issue in demobindshadler.m

I was working on imcorr software an I finally get into this fantastic repository. After some checks I think there is a bug in the demobindshadler.m, in particular in the line
y=(size(A,2)-1:-1:0)*dx;
where size(A,2) is the same as the previous line x=...

Actually, I think it should be y=(size(A,1)-1:-1:0)*dx;

It cannot be seen by using conv.yxx and fang.yxx images since they are perfectly square, but if you use a rectangular couple of images the bug pop-up quickly.

Please check it,
Marco

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.