【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.1.22.1 Filter
Functions
| Name | Brief | Example |
|---|---|---|
| get_sampling_window_offset | Get offset array for sampling window, via center point | Examples |
| ocmath_median_filter | The function will first sort all the data values from the surrounding neighbourhood into numerical order and then replace the data point being considered with the value at a certain percentile. | Examples |
| ocmath_us_conserve_filter | This filter is accomplished by a procedure which first finds the minimum and maximum intensity values of all the pixels within a windowed region around the pixel in question. | Examples |
| ocmath_us_percentile_filter | Do percentile filter for given matrix. | Examples |