Google I/O'yu ayarladığınız için teşekkür ederiz. İsteğe bağlı olarak tüm oturumları görüntüleyin İsteğe bağlı olarak izleyin

tensorflow :: ops :: AdjustHue

#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 kanal olarak yorumlanır ve üç olmalıdır.

Girdi görüntüsü RGB renk alanında dikkate alınır. Kavramsal olarak, RGB renkleri önce HSV ile eşleştirilir. Daha sonra bir delta, tüm ton değerlerine uygulanır ve ardından RGB renk alanına yeniden eşlenir.

Argümanlar:

  • kapsam: Bir Scope nesnesi
  • görüntüler: Ayarlanacak görüntüler. En az 3 boyutlu.
  • delta: Tona eklenecek bir kayan delta.

İadeler:

  • Output : Ton ayarlı 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

Kamusal işlevler

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

Genel özellikler

operasyon

Operation operation

çıktı

::tensorflow::Output output

Kamusal işlevler

AdjustHue

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

düğüm

::tensorflow::Node * node() const 

operator :: tensorflow :: Girdi

 operator::tensorflow::Input() const 

operator :: tensorflow :: Çıktı

 operator::tensorflow::Output() const