Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

[Active Canny: Edge Detection and Recovery with Open Active Contour Models

This looks to be a promising article for the implementation of joining the broken edges of a image.

Active Canny: Edge Detection and Recovery with Open Active Contour Models

image description

Major steps.

  1. Find Gradient Magnitude from Color or Grayscale image.
  2. Non Maxima Suppression of the gradient Magnitude.
  3. Similar to Canny Higher Threshold and Lower Threshold, Select pixels with higher threshold as seed pixels.
  4. From seed pixels, initiate snakelets in decreasing order of gradient magnitude.
  5. Two unidirectional snakelets are initiated from a seed and they grow in opposite directions.
  6. The initial snakelets grow to a specific initial length, e.g., 10 − 15. The GVF is computer over the nonmaximum suppressed gradient magnitude image with 3 − 5 initial iterations
  7. If a seed pixel is already covered by a previous snakelet, it is discarded. This way, we obtain a set of short snakelets over the strong gradients.
  8. The snakelets grow and split recursively until they reach an existing snakelet or they cannot grow anymore (gradient lower than TL)
  9. When a snakelet reaches maximum growing length, e.g., 40, it stops growing; a new short snakelet is initiated at the end of it to continue growing.

This is what the article says at the end. The growing force is proportional to the gradient magnitude at the end of the snakelet. This recursive growing of snakelets is analogous to the hysteresis thresholding and edge linking of Canny edge detection. However, a snakelet grows in one direction, while edge pixels are linked in all directions in Canny.

Steps 1,2,3 are done.

Step 4 is something that is very confusing how do I initiate snakelets in decreasing order of gradient magnitude?

[Active Canny: Edge Detection and Recovery with Open Active Contour Models

This looks to be a promising article for the implementation of joining the broken edges of a image.

Active Canny: Edge Detection and Recovery with Open Active Contour Models

image description

Major steps.

  1. Find Gradient Magnitude from Color or Grayscale image.
  2. Non Maxima Suppression of the gradient Magnitude.
  3. Similar to Canny Higher Threshold and Lower Threshold, Select pixels with higher threshold as seed pixels.
  4. From seed pixels, initiate snakelets in decreasing order of gradient magnitude.
  5. Two unidirectional snakelets are initiated from a seed and they grow in opposite directions.
  6. The initial snakelets grow to a specific initial length, e.g., 10 − 15. The GVF is computer over the nonmaximum suppressed gradient magnitude image with 3 − 5 initial iterations
  7. If a seed pixel is already covered by a previous snakelet, it is discarded. This way, we obtain a set of short snakelets over the strong gradients.
  8. The snakelets grow and split recursively until they reach an existing snakelet or they cannot grow anymore (gradient lower than TL)
  9. When a snakelet reaches maximum growing length, e.g., 40, it stops growing; a new short snakelet is initiated at the end of it to continue growing.

This is what the article says at the end. The growing force is proportional to the gradient magnitude at the end of the snakelet. This recursive growing of snakelets is analogous to the hysteresis thresholding and edge linking of Canny edge detection. However, a snakelet grows in one direction, while edge pixels are linked in all directions in Canny.

Steps 1,2,3 are done.

Step 4 is something that is very confusing how do I initiate snakelets in decreasing order of gradient magnitude?

[Active Canny: Edge Detection and Recovery with Open Active Contour Models

This looks to be a promising article for the implementation of joining the broken edges of a image.

Active Canny: Edge Detection and Recovery with Open Active Contour Models

image description

Major steps.

  1. Find Gradient Magnitude from Color or Grayscale image.
  2. Non Maxima Suppression of the gradient Magnitude.
  3. Similar to Canny Higher Threshold and Lower Threshold, Select pixels with higher threshold as seed pixels.
  4. From seed pixels, initiate snakelets in decreasing order of gradient magnitude.
  5. Two unidirectional snakelets are initiated from a seed and they grow in opposite directions.
  6. The initial snakelets grow to a specific initial length, e.g., 10 − 15. The GVF is computer over the nonmaximum suppressed gradient magnitude image with 3 − 5 initial iterations
  7. If a seed pixel is already covered by a previous snakelet, it is discarded. This way, we obtain a set of short snakelets over the strong gradients.
  8. The snakelets grow and split recursively until they reach an existing snakelet or they cannot grow anymore (gradient lower than TL)
  9. When a snakelet reaches maximum growing length, e.g., 40, it stops growing; a new short snakelet is initiated at the end of it to continue growing.

This is what the article says at the end. The growing force is proportional to the gradient magnitude at the end of the snakelet. This recursive growing of snakelets is analogous to the hysteresis thresholding and edge linking of Canny edge detection. However, a snakelet grows in one direction, while edge pixels are linked in all directions in Canny.

Steps 1,2,3 are done.

Step 4 is something that is very confusing how do I initiate snakelets in decreasing order of gradient magnitude?

[Active Active Canny: Edge Detection and Recovery with Open Active Contour Models

This looks to be a promising article for the implementation of joining the broken edges of a image.

Active Canny: Edge Detection and Recovery with Open Active Contour Models

image description

Major steps.

  1. Find Gradient Magnitude from Color or Grayscale image.
  2. Non Maxima Suppression of the gradient Magnitude.
  3. Similar to Canny Higher Threshold and Lower Threshold, Select pixels with higher threshold as seed pixels.
  4. From seed pixels, initiate snakelets in decreasing order of gradient magnitude.
  5. Two unidirectional snakelets are initiated from a seed and they grow in opposite directions.
  6. The initial snakelets grow to a specific initial length, e.g., 10 − 15. The GVF is computer over the nonmaximum suppressed gradient magnitude image with 3 − 5 initial iterations
  7. If a seed pixel is already covered by a previous snakelet, it is discarded. This way, we obtain a set of short snakelets over the strong gradients.
  8. The snakelets grow and split recursively until they reach an existing snakelet or they cannot grow anymore (gradient lower than TL)
  9. When a snakelet reaches maximum growing length, e.g., 40, it stops growing; a new short snakelet is initiated at the end of it to continue growing.

This is what the article says at the end. The growing force is proportional to the gradient magnitude at the end of the snakelet. This recursive growing of snakelets is analogous to the hysteresis thresholding and edge linking of Canny edge detection. However, a snakelet grows in one direction, while edge pixels are linked in all directions in Canny.

Steps 1,2,3 are done.

Step 4 is something that is very confusing how do I initiate snakelets in decreasing order of gradient magnitude?

Active Canny: Edge Detection and Recovery with Open Active Contour Models

This looks to be a promising article for the implementation of joining the broken edges of a image.

Active Canny: Edge Detection and Recovery with Open Active Contour Models

image description

Major steps.

  1. Find Gradient Magnitude from Color or Grayscale image.
  2. Non Maxima Suppression of the gradient Magnitude.
  3. Similar to Canny Higher Threshold and Lower Threshold, Select pixels with higher threshold as seed pixels.
  4. From seed pixels, initiate snakelets in decreasing order of gradient magnitude.
  5. Two unidirectional snakelets are initiated from a seed and they grow in opposite directions.
  6. The initial snakelets grow to a specific initial length, e.g., 10 − 15. The GVF is computer over the nonmaximum suppressed gradient magnitude image with 3 − 5 initial iterations
  7. If a seed pixel is already covered by a previous snakelet, it is discarded. This way, we obtain a set of short snakelets over the strong gradients.
  8. The snakelets grow and split recursively until they reach an existing snakelet or they cannot grow anymore (gradient lower than TL)
  9. When a snakelet reaches maximum growing length, e.g., 40, it stops growing; a new short snakelet is initiated at the end of it to continue growing.

This is what the article says at the end. The growing force is proportional to the gradient magnitude at the end of the snakelet. This recursive growing of snakelets is analogous to the hysteresis thresholding and edge linking of Canny edge detection. However, a snakelet grows in one direction, while edge pixels are linked in all directions in Canny.

Steps 1,2,3 are done.

Step 4 is something that is very confusing how do I initiate snakelets in decreasing order of gradient magnitude?

Help with: Active Canny: Edge Detection and Recovery with Open Active Contour ModelsModels. Confused and stuck

This looks to be a promising article for the implementation of joining the broken edges of a an image.

Active Canny: Edge Detection and Recovery with Open Active Contour Models

image description

Major steps.

  1. Find Gradient Magnitude from Color or Grayscale image.
  2. Non Maxima Suppression of the gradient Magnitude.
  3. Similar to Canny Higher Threshold and Lower Threshold, Select pixels with higher threshold as seed pixels.
  4. From seed pixels, initiate snakelets in decreasing order of gradient magnitude.
  5. Two unidirectional snakelets are initiated from a seed and they grow in opposite directions.
  6. The initial snakelets grow to a specific initial length, e.g., 10 − 15. The GVF is computer over the nonmaximum suppressed gradient magnitude image with 3 − 5 initial iterations
  7. If a seed pixel is already covered by a previous snakelet, it is discarded. This way, we obtain a set of short snakelets over the strong gradients.
  8. The snakelets grow and split recursively until they reach an existing snakelet or they cannot grow anymore (gradient lower than TL)
  9. When a snakelet reaches maximum growing length, e.g., 40, it stops growing; a new short snakelet is initiated at the end of it to continue growing.

This is what the article says at the end. The growing force is proportional to the gradient magnitude at the end of the snakelet. This recursive growing of snakelets is analogous to the hysteresis thresholding and edge linking of Canny edge detection. However, a snakelet grows in one direction, while edge pixels are linked in all directions in Canny.

Steps 1,2,3 are done.

Step 4 is something that is very confusing how do I initiate snakelets in decreasing order of gradient magnitude?