Dear Friends,
I am trying to work with the VLIB Canny Edge Detection algorithm. The VLIB_Canny_Edge_Detection wrapper function included in vlib_c674x_3_2_1_0 works, but seems to create an excess number of edges.
I need to tweak this function and control its various parameters.
Numerous documentations, such as sprab78, explain how to break down the wrapper function into its building block functions, and apply the relevant parameters to each function in order to achieve the desired results.
My questions are:
1. What is the meaning of the "numItems" parameter of the VLIB_Canny_Edge_Detection wrapper function? It seems to have no effect.
2. Where can I get the source code of VLIB functions (Optimized Assembly and/or Natural C)? IMGLIB and DSPLIB for example include source code.
3. Is there any way to modify the various parameters of the VLIB Kernel Functions without applying them separately? Similar to Matlab "edge" function for example.
4. Is there a code sample that shows how to optimally apply VLIB Canny Edge Detection by applying the 5 VLIB_Canny_Edge_Detection Base Kernels Separately?
Thanks,
Avi Tal.