Graph Matching Genetic Algorithms
- From: "Adusumilli" <akkamal@xxxxxxxxx>
- Date: 9 Apr 2007 23:33:47 -0700
HI,
I m planning to develop a genetic algo based graph matching. where
the input graph is a region adjacency graph(RAG) with feature vector
of region is embedded as attributes of the node. say
R1 R2 R3 R4 R5
R1 0 1 0 1 0
R2 1 0 1 0 0
R3-----------------------
R4-----------------------
R5----------------------
This ^ is the adjaceny graph
and the feature vector of the node(region ) is represented in a
seperate matrix
R1 121 123 10 12 212 -----------------------
R2 100 89 45 ---------------------------------
R3
R4
R5
my application is aimed at matching a given image with all my images
present in database and returning the nearest matches.
can this matching be done with GA ?
Pls comment on the performance also.
regards
Ad
.
- Prev by Date: JOB: Mathematician/contractor
- Next by Date: Software Configuration Management Resource
- Previous by thread: JOB: Mathematician/contractor
- Next by thread: Software Configuration Management Resource
- Index(es):
Relevant Pages
|