Thông báo: Tất cả dự án phi thương mại đã đăng ký sử dụng Earth Engine trước ngày 15 tháng 4 năm 2025 phải xác minh điều kiện sử dụng phi thương mại để duy trì quyền truy cập vào Earth Engine.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[[["`Image.tan()` calculates the tangent of pixel values within an image, assuming the values represent angles in radians."],["The function operates directly on an image, returning a modified copy with the tangent applied to each pixel's value."],["This method is useful for mathematical image manipulation and potentially specific image processing techniques where tangent calculations on pixel values are required."]]],["The `tan()` function calculates the tangent of an image's pixel values, which are assumed to be in radians. It operates on an `Image` object and returns a new `Image` where each pixel's value represents the tangent of the corresponding input pixel. The function takes the input image as an argument (`this: value`).\n"]]