Click here to Skip to main content
15,881,665 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: state-of-the art computer/machine vision system Pin
Richard MacCutchan19-Oct-11 11:29
mveRichard MacCutchan19-Oct-11 11:29 
GeneralRe: state-of-the art computer/machine vision system Pin
BupeChombaDerrick20-Oct-11 9:09
BupeChombaDerrick20-Oct-11 9:09 
AnswerRe: state-of-the art computer/machine vision system Pin
Bernhard Hiller10-Oct-11 23:17
Bernhard Hiller10-Oct-11 23:17 
GeneralRe: state-of-the art computer/machine vision system Pin
Richard MacCutchan11-Oct-11 0:12
mveRichard MacCutchan11-Oct-11 0:12 
GeneralRe: state-of-the art computer/machine vision system Pin
killabyte11-Oct-11 1:10
killabyte11-Oct-11 1:10 
GeneralRe: state-of-the art computer/machine vision system Pin
BupeChombaDerrick18-Oct-11 8:35
BupeChombaDerrick18-Oct-11 8:35 
GeneralRe: state-of-the art computer/machine vision system Pin
BupeChombaDerrick18-Oct-11 9:19
BupeChombaDerrick18-Oct-11 9:19 
AnswerRe: state-of-the art computer/machine vision system Pin
mikemar18-Oct-11 13:35
mikemar18-Oct-11 13:35 
This is in response to all your posts.

I gather that you haven't started or are in early stages of your project. I'm also working on some vision recognition stuff but I'm pretty far along and I can tell you you'll find a lot more complications than you realize as you go. That's the reason why a lot of systems are domain specific. It allows them to take advantage of certain known facts and "cheat" so to speak since no one has created a general purpose system yet. In addition to the difficulty that one posters already mentioned here are just a few of the other things you need to consider:

1) Defining the edge of objects: Most objects in the real world will have areas where the edges are blurred rather than sharp color changes. Look up canny edge detection and it will explain some of this stuff.

2) Recognizing 2 areas are part of the same object: Consider a cat with black and white patches. How is a vision system supposed to know that 2 areas with radically different colors are part of the same object.

3) Depth Perception: If you use 2 cameras similar to our 2 eyes you can match 2 objects and then compare the parallax shift. However, this only works at certain distances. Our brains probably only use this at short distances, several other methods are used at long distances where the parallax shift isn't large enough to judge.


Also why are you worried about patents at this stage? I doubt you are going to get sued for simply experimenting with something. If your system does end up working and you want to commericialize it then buy/license the rights from the existing patent holders that are in your way. In addition you may find your idea changes a lot as you work on it and run into difficulties, it did with me.
GeneralRe: state-of-the art computer/machine vision system Pin
BupeChombaDerrick18-Oct-11 15:15
BupeChombaDerrick18-Oct-11 15:15 
GeneralRe: state-of-the art computer/machine vision system Pin
mikemar18-Oct-11 16:43
mikemar18-Oct-11 16:43 
GeneralRe: state-of-the art computer/machine vision system Pin
BupeChombaDerrick19-Oct-11 6:59
BupeChombaDerrick19-Oct-11 6:59 
GeneralRe: state-of-the art computer/machine vision system Pin
mikemar19-Oct-11 18:49
mikemar19-Oct-11 18:49 
GeneralRe: state-of-the art computer/machine vision system Pin
BupeChombaDerrick20-Oct-11 9:41
BupeChombaDerrick20-Oct-11 9:41 
GeneralRe: state-of-the art computer/machine vision system Pin
mikemar20-Oct-11 16:58
mikemar20-Oct-11 16:58 
GeneralRe: state-of-the art computer/machine vision system Pin
BupeChombaDerrick21-Oct-11 4:54
BupeChombaDerrick21-Oct-11 4:54 
GeneralRe: state-of-the art computer/machine vision system Pin
BupeChombaDerrick21-Feb-13 20:01
BupeChombaDerrick21-Feb-13 20:01 
AnswerRe: state-of-the art computer/machine vision system Pin
YvesDaoust19-Oct-11 3:37
YvesDaoust19-Oct-11 3:37 
GeneralRe: state-of-the art computer/machine vision system Pin
BupeChombaDerrick19-Oct-11 7:19
BupeChombaDerrick19-Oct-11 7:19 
GeneralRe: state-of-the art computer/machine vision system Pin
mikemar19-Oct-11 19:03
mikemar19-Oct-11 19:03 
GeneralRe: state-of-the art computer/machine vision system Pin
BupeChombaDerrick20-Oct-11 9:49
BupeChombaDerrick20-Oct-11 9:49 
AnswerRe: state-of-the art computer/machine vision system Pin
BillWoodruff22-Oct-11 14:33
professionalBillWoodruff22-Oct-11 14:33 
GeneralRe: state-of-the art computer/machine vision system Pin
BupeChombaDerrick23-Oct-11 16:00
BupeChombaDerrick23-Oct-11 16:00 
GeneralRe: state-of-the art computer/machine vision system Pin
BillWoodruff23-Oct-11 16:20
professionalBillWoodruff23-Oct-11 16:20 
GeneralRe: state-of-the art computer/machine vision system Pin
Richard MacCutchan23-Oct-11 22:37
mveRichard MacCutchan23-Oct-11 22:37 
GeneralRe: state-of-the art computer/machine vision system Pin
BupeChombaDerrick21-Feb-13 19:58
BupeChombaDerrick21-Feb-13 19:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.