So the other stuff that needs to be done is
1. color threshing, for wires..
2. Region covered by electronics..
3. 3D-ization
So, AR needs markers, but given the predictable structure of features of a breadboard, it should be possible to do so without a marker.
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
So the other stuff that needs to be done is
1. color threshing, for wires..
2. Region covered by electronics..
3. 3D-ization
To whomsoever it may concern,
The project turned out to be a bit tough. So I joined a PhD in Computer Vision. The method I would like to experiment with is bag-of-words. Therefore, I will try to detail this as hypothesis, experiment and observation. Also, rather than look at this particular application, I would like to switch to an exploratory way of going about it, so that anyone wanting to implement a computer vision project may have a theoretical template on which to base their application.
Hypothesis :
(Originally) Given a model of the breadboard, we can track it, without using any markers. This is vague, and with regards to just tracking, is already done quite well in state-of-art tracking applications, so I will modify it a bit.
(New-explorative?) Try many alternate pipelines to create a robust application using computer vision. (Still vague, but my kind of vague)
Experiment & observations :
The application is broken down as follows:
Real Life --> Data --> Analysis --> Inference --> Output
A log so far for each step, forgive the lack of detail.
-----> Will post some theory, links, codes, data and images soon...
* To be ascertained
Create an account to leave a comment. Already have an account? Log In.
Become a member to follow this project and never miss any updates
Yeah, thats the plan.. check out this earlier post on the same thing...
http://hackaday.com/2013/11/06/augmented-reality-breadboarding/
Im trying to do it with a webcam, without any marker, while the above was with a tablet, and the marker tells the tablet where to look.
I'll try to post some code once i get something working :P