Returns the display range minimum of the current channel. @see ij.process.ImageProcessor#getMin @see #getLuts
()
| 3244 | * @see #getLuts |
| 3245 | */ |
| 3246 | public double getDisplayRangeMin() { |
| 3247 | return ip.getMin(); |
| 3248 | } |
| 3249 | |
| 3250 | /** Returns the display range maximum of the current channel. |
| 3251 | * @see ij.process.ImageProcessor#getMax |
no test coverage detected