Computes the arccosine in radians of the input.
(self)
| 694 | return apifunction.ApiFunction.call_(self.name() + '.abs', self) |
| 695 | |
| 696 | def acos(self) -> Image: |
| 697 | """Computes the arccosine in radians of the input.""" |
| 698 | |
| 699 | return apifunction.ApiFunction.call_(self.name() + '.acos', self) |
| 700 | |
| 701 | def add(self, image2: _arg_types.Image) -> Image: |
| 702 | """Adds the first value to the second for each matched pair of bands. |