Class: Gsplat::Training::ImageFitter::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/gsplat/training/image_fitter.rb

Overview

Image-fit metrics, optimized colors, and target image.

Instance Attribute Summary collapse

Instance Attribute Details

#colorsObject (readonly)

Returns the value of attribute colors

Returns:

  • (Object)

    the current value of colors



8
9
10
# File 'lib/gsplat/training/image_fitter.rb', line 8

def colors
  @colors
end

#final_psnrObject (readonly)

Returns the value of attribute final_psnr

Returns:

  • (Object)

    the current value of final_psnr



8
9
10
# File 'lib/gsplat/training/image_fitter.rb', line 8

def final_psnr
  @final_psnr
end

#historyObject (readonly)

Returns the value of attribute history

Returns:

  • (Object)

    the current value of history



8
9
10
# File 'lib/gsplat/training/image_fitter.rb', line 8

def history
  @history
end

#initial_psnrObject (readonly)

Returns the value of attribute initial_psnr

Returns:

  • (Object)

    the current value of initial_psnr



8
9
10
# File 'lib/gsplat/training/image_fitter.rb', line 8

def initial_psnr
  @initial_psnr
end

#targetObject (readonly)

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



8
9
10
# File 'lib/gsplat/training/image_fitter.rb', line 8

def target
  @target
end