Dali: Vision -- Tcl Commands


Table of Contents


Thresholding



bit_adaptive_threshold_8 src dest blockw blockh maxVariance allWhite lowVal



byte_compute_threshold byteSrc percent



bit_make_from_threshold8 byteSrc bitDest threshold



byte_make_from_threshold_8 src dest threshold lowVal



byte_make_from_bit_8 src dest

Smoothing



byte_smooth byteSrc byteDest passes



byte_smooth_gaussian byteSrc byteDest sigma

Edge Detection



byte_edge_detect_sobel byteSrc byteDest1 byteDest2 percent thresh1 thresh2



byte_edge_detect_canny src dest t_low t_high

Morphology Operations



bit_dilate_horizontal_8 src dest



bit_dilate_vertical_8 src dest



bit_dilate_8 src dest



bit_erode_8 src dest

Misc. Operations



bit_count_overlap buf1 buf2



bit_count_overlap buf1 buf2



bit_all_white buf



bit_compare buf1 buf2



bit_compare_blocks bit1 bit2 blocksize



bit_find_centroid buf val xmean ymean



byte_gradient_full buf

Slide Matching



byte_find_background_intensity buf



byte_find_bounding_box buf px py



byte_find_outer_corners buf ix0 iy0 ix1 iy1 ix2 iy2 ix3 iy3



byte_make_from_bit_intersect r g b src1 src2


See Also

ByteImage , BitImage


Last updated : Saturday, November 14, 1998, 07:50 PM