- dealing with remaining CC after noise removal
- do we re-index the obj so that the indices are an array of continuous numbers?
- this means to re-index each pixel in the matrix, which requires time
- we can use a dict to record the remaining indices in the CC map, which takes space of only 10- elems
- go with dict !!!!
- Matlab boundary detection
- [B,L,N,A] = bwboundaries(BW);
- % B = {obj, holes}
- N = n_obj
- A = [boundaries, r vs. c = enclosing(i_obj_in_B) vs. enclosed(i_hole_in_B)]
Thursday, October 25, 2007
CC detach, filtering
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment