Git Product home page Git Product logo

edgeflow_matlab's People

Contributors

kirkscheper avatar knmcguire avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

edgeflow_matlab's Issues

running error

Hello! I recently tried to run and found that a part of the data file is missing, in addition to the image file can be downloaded, can you upload it?Thank you.

Missing License

I don't see a license file in the repository. It would be nice to have one available to clarify what this code is licensed under.

Link to external matlab2tikz

The main file Edgeflow_generate_results.m currently refers to an external 'matlab2tikz' folder. Solution could be to include the matlab2tikz or provide instructions to download it.

Error in SAD_blockmatching

Hello, I've just tried the code and it works with no error based on the default settings.
However, when I changed the code in Edgeflow_prepare_data.m and replace the 'forward_camera' with 'downward_camera' and got the following error:

Index exceeds the number of array elements (128).

Error in SAD_blockmatching (line 35)
        SAD_temp(r+D+1)=sum(abs(hist_previous(x-W+pixel_shift:x+W+pixel_shift)-hist_current(x+r-W:x+r+W)));

Error in edge_flow_v2 (line 50)
[displacement.x, match_error.x,
fit_quality.x]=SAD_blockmatching(window,max_search_distance,edge_histogram(1).x,
edge_histogram(frame_previous_number.x+1).x,derot.x,1);

Error in calcEdgeFlow (line 33)
    edge_flow_v2(Fx_hist_left,Fy_hist_left,edge_histogram,previous_parameters,...

Error in calculate_OF_on_images (line 72)
        calcEdgeFlow

Error in Edgeflow_generate_results (line 61)
        calculate_OF_on_images

I try to fix the issue, but in case you have the solution in mind I appreciate your help. Thank you very much.

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.