Giter Club home page Giter Club logo

stereo's People

Contributors

johannesu 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  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  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  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  avatar

stereo's Issues

Compile without Matlab

Your sample image looks quite good, better than most other stereo code on github. Is there any way to compile this without mex/matlab? I'm on a new macbook and it seems like the mex command is not possible to install anymore.

You can only call nargin/nargout from within a MATLAB implementation

Hi,

I was trying to reproduce your code for generating a disparity map from the stereo input images
However, I got the following error in MATLAB.

Error using nargin
You can only call nargin/nargout from within a MATLAB function.

Error in vgg_mexcompile_script (line 20)
if nargin == 2 && isequal(varargin{1}, 'compile')

Error in vgg_segment_ms (line 36)
vgg_mexcompile_script; % Compilation happens in this script

Error in dispmap_globalstereo/preprocess (line 391)
			info.segment = vgg_segment_ms(Rorig, self.options.seg_params(1), ...

Error in dispmap_globalstereo (line 55)
			preprocess(self);

Error in example_global (line 29)
dm  = dispmap_globalstereo(images,P, disp_range, disparity_factor, options);

Please advise on how to overcome this error

Compiling issue

Error using nargin
You can only call nargin/nargout from within a MATLAB function.
Error in vgg_mexcompile_script (line 20)
if nargin == 2 && isequal(varargin{1}, 'compile')

I change it to a function as well and set the first input as 'compile'. However, it then requires other stuff. Can you clarify what should be inputed to the function then since vgg_mexcompile_script requires funcName, sourceList, varargin{2}

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.