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

Algorithms

 
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 
GeneralRe: state-of-the art computer/machine vision system Pin
BupeChombaDerrick18-Oct-11 15:15
BupeChombaDerrick18-Oct-11 15:15 
mikemarquard wrote:
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.

 


1) I would agree that my ideas will change in time because they already have, but for the better, at first i started off trying edge detection methods but later on realised that edge detection is not necessary, descriptors such as SIFT,SURF,DOT,HOG and many more use orientation and not contours. This is supported by biological vision in simple and complex cells, my system follows this trend. orientation is not affected by blurring thus more robust and descriptive.

2) My system uses local image patches and a part based recognition infrastructure without segmentation since segmentation is a by-product of recognition then the vision system is not supposed to segment out scenes or potential objects before recognizing them.

3) My system is not currently designed to use stereo cameras it uses a single camera and does not need depth or capturing a 3D representation to aid recognition.

my project as evolved in actual sense and i'am using my on vision library to implement the system and i have figured out how to encode image data in an efficient and robust manner for building a generic object recognition system. How do i know that it will work?well i have been progressively testing simple building blocks of the system and now i'am certain that this will work when the whole system is put together. i am optimizing my vision library for the final implementation and probably months remaining before completion.
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 
GeneralRe: state-of-the art computer/machine vision system Pin
BupeChombaDerrick21-Feb-13 19:57
BupeChombaDerrick21-Feb-13 19:57 

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.