Git Product home page Git Product logo

akaze's Introduction

Rust Computer Vision

Rust CV is a project to implement computer vision algorithms in Rust.

What is computer vision

Many people are familiar with covolutional neural networks and machine learning in computer vision, but computer vision is much more than that. One of the first things that Rust CV focused on was algorithms in the domain of Multiple-View Geometry (MVG). Today, Rust now has enough MVG algorithms to perform relatively simple camera tracking and odometry tasks. Weakness still exists within image processing and machine learning domains.

Goals

Here are some of the domains of computer vision that Rust CV intends to persue along with examples of the domain (not all algorithms below live within the Rust CV organization, and some of these may exist and are unknown):

To support computer vision tooling, the following will be implemented:

akaze's People

Contributors

vadixidav avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

akaze's Issues

How to adjust params for matching ?

Hi there,

Disclaimer: i'm completely new to computer vision, please forgive me for the maybe silly questions

I was trying to use feature matching with rust, and i came accross your crate rust-cv and the one from indianajohn. I had pretty good starts with the second one matching images, but yours is really much faster at computation.

However, i don't have much the results from matching i had with the other crate. I'm pretty sure it's due to the params I used, or the nature of the images. I tried running https://github.com/rust-cv/akaze/blob/master/tests/estimate_pose.rs on my sample images but it fails estimating the model.

Can you give a clue about what I can do to evaluate the model / calibrate things, or if it's really too complicated for beginners, some good resources to learn what is necessary for that ?

Thanks in advance, and bravo for making these kind of work entering the rust space

Expose separate feature detection and descriptor extraction functions

Right now, there is only extract and extract_path. This is fine for most users. Some advanced users will only want to use akaze to detect or describe features, but not both. Adding these methods will support those users. These methods should also re-expose the evolution data to the user like it used to be before the API was shrunk.

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.