Thread: Help with program idea

  1. #1
    Registered User
    Join Date
    Apr 2011
    Posts
    2

    Help with program idea

    I have very little programming experience but I am interested in learning. I have an idea that I want to work on but I don't know how to approach it. If anyone could help in any way I would really appreciate it.

    Basic Idea:
    How feasible would it be to make some type of software that fits multiple Kinect 3d point cloud captures of an environment from multiple angles together based on matching geometries of the point clouds? The idea is to take multiple point clouds and have software that searches for similarities between them by comparing them and rotating them around in 3 space. I am thinking that in this way you could just walk all around pointing the capture device in all sorts of directions and then have some sort of algorithm which fits it all together into one super detailed 3d render.

    Does anyone have any suggestions on how I would approach this?

    Thanks!

  2. #2
    Password:
    Join Date
    Dec 2009
    Location
    NC
    Posts
    587
    Not to be a duche, but that would be a serious project for a whole software development company. Visual parsing(getting information from pictures) is hard as it is, trying to extract 3d info from it would be a bajillion times harder.

    It's a really cool idea. I think MS is working on a program for doing just that. I saw a show about it, but I can't remember what they called it.

    Here it is: Interactive 3D Modeling from Multiple Images using Scene Regularities - Microsoft Research

  3. #3
    Registered User
    Join Date
    Apr 2011
    Posts
    2
    No, it's okay. I don't really understand software development at all. I however didn't mean to get the 3d data from pictures, but instead to use Kinect to get the 3d point data. This can already currently be done as far as I understand. I'm talking about a program to take point cloud data and inter-compare it.

    So in other words. If you already had two depth point clouds captured from a Kinect, how would you compare the two point clouds to find similarities in their overall structure and position of each one of their points.

    Here is an example of obtaining the point clouds using Kinect: Dutch Point Clouds - KinectHacks.net

    Other links:
    http://kinecthacks.net/kinect-as-a-3d-capture-device/
    http://kinecthacks.net/3d-image-soft...-for-download/
    http://kinecthacks.net/
    etc..
    Last edited by opguy; 04-09-2011 at 08:33 PM.

  4. #4
    Password:
    Join Date
    Dec 2009
    Location
    NC
    Posts
    587
    Oh, well in that case, it would just be a little math. Wish I could help with the math, but I have no idea where to start.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C program idea not sure!
    By newbiecoderguy in forum C Programming
    Replies: 6
    Last Post: 07-02-2008, 11:31 AM
  2. insufficient memory for tsr
    By manmohan in forum C Programming
    Replies: 8
    Last Post: 01-02-2004, 09:48 AM
  3. Date program starts DOS's date
    By jrahhali in forum C++ Programming
    Replies: 1
    Last Post: 11-24-2003, 05:23 PM
  4. IDEA: Obfuscate a common program as much as possible
    By ygfperson in forum Contests Board
    Replies: 23
    Last Post: 01-11-2003, 10:30 PM
  5. IDEA: Redo a common program in a creative way
    By ygfperson in forum Contests Board
    Replies: 5
    Last Post: 08-16-2002, 08:38 AM