Is it possible to find the total number of components (segmented regions) in graph based segmented image by using your code? In the paper, the author is using the term C for total number of component. Can you please guide me in this regard.
I was compiling but was getting the specified error. However, issue resolved for Windows by some other approach .... Now I am facing problem while running this code in Linux.
Only works for simulated data. Real data needs a super high overlap already. Method works not as it should, it is more like iterative-most-overlap algorithm instead of closes point.
1
10 Dec 2012
Iterative Closest Point
An implementation of various ICP (iterative closest point) features.
It seems working but only if the model and data are similar. I have an object AB (3D) composed of A and B. I am using AB as a model and A as data, but in this case A becomes twice bigger in order to fit AB ???
3
23 Nov 2012
Iterative Closest Point
An implementation of various ICP (iterative closest point) features.
It seems working but only if the model and data are similar. I have an object AB (3D) composed of A and B. I am using AB as a model and A as data, but in this case A becomes twice bigger in order to fit AB ???
Comment only