tensor akışı:: işlem:: Ton Ayarla

#include <image_ops.h>

Bir veya daha fazla görüntünün tonunu ayarlayın.

Özet

images en az 3 boyutlu bir tensördür. Son boyut kanallar olarak yorumlanır ve üç olmalıdır.

Giriş görüntüsü RGB renk uzayında değerlendirilir. Kavramsal olarak RGB renkleri ilk önce HSV'ye eşlenir. Daha sonra tüm renk tonu değerlerine bir delta uygulanır ve ardından RGB renk alanına yeniden eşlenir.

Argümanlar:

  • kapsam: Bir Kapsam nesnesi
  • resimler: Ayarlanacak resimler. En azından 3 boyutlu.
  • delta: Renk tonuna eklenecek kayan delta.

İadeler:

  • Output : Renk tonu ayarlanmış görüntü veya görüntüler.

Yapıcılar ve Yıkıcılar

AdjustHue (const :: tensorflow::Scope & scope, :: tensorflow::Input images, :: tensorflow::Input delta)

Genel özellikler

operation
output

Kamu işlevleri

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

Genel özellikler

operasyon

Operation operation

çıktı

::tensorflow::Output output

Kamu işlevleri

Ton Ayarla

 AdjustHue(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input images,
  ::tensorflow::Input delta
)

düğüm

::tensorflow::Node * node() const 

operatör::tensorflow::Giriş

 operator::tensorflow::Input() const 

operatör::tensorflow::Çıktı

 operator::tensorflow::Output() const