cluster
Contents: Description, Arguments, Usage, Examples, Images, Related Functions Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: No
Description Windowing cluster detection
Arguments and Return Values Arguments: A numeric array, a radius value and a threshold value Return Value: A byte array
Usage Syntax: cluster(object = VAL [,radius = INT] [,threshold = INT]) The cluster() function generates a 'windowed cluster overlay', from a source image. Each pixel of the overlay represents the number of neighboring pixels in the source image. A pixel is considered to be a neighbor if it is within radius pixels, and has a value above threshold. The source image must be a BYTE, SHORT or INT image, with a depth of 1.
Examples dv> a 100x100x1 array of byte, bsq format [10,000 bytes] dv> c1=cluster(a,radius=1) 100x100x1 array of byte, bsq format [10,000 bytes] dv> c5=cluster(b,radius=5) 100x100x1 array of byte, bsq format [10,000 bytes] dv> c9=cluster(a,radius=9) 100x100x1 array of byte, bsq format [10,000 bytes]
|
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Related Functions
Recent Core Changes Modified On: 07-06-2009 |