Class: Gsplat::Training::ImageFitter::Result
- Inherits:
-
Data
- Object
- Data
- Gsplat::Training::ImageFitter::Result
- Defined in:
- lib/gsplat/training/image_fitter.rb
Overview
Image-fit metrics, optimized colors, and target image.
Instance Attribute Summary collapse
-
#colors ⇒ Object
readonly
Returns the value of attribute colors.
-
#final_psnr ⇒ Object
readonly
Returns the value of attribute final_psnr.
-
#history ⇒ Object
readonly
Returns the value of attribute history.
-
#initial_psnr ⇒ Object
readonly
Returns the value of attribute initial_psnr.
-
#target ⇒ Object
readonly
Returns the value of attribute target.
Instance Attribute Details
#colors ⇒ Object (readonly)
Returns the value of attribute colors
8 9 10 |
# File 'lib/gsplat/training/image_fitter.rb', line 8 def colors @colors end |
#final_psnr ⇒ Object (readonly)
Returns the value of attribute final_psnr
8 9 10 |
# File 'lib/gsplat/training/image_fitter.rb', line 8 def final_psnr @final_psnr end |
#history ⇒ Object (readonly)
Returns the value of attribute history
8 9 10 |
# File 'lib/gsplat/training/image_fitter.rb', line 8 def history @history end |
#initial_psnr ⇒ Object (readonly)
Returns the value of attribute initial_psnr
8 9 10 |
# File 'lib/gsplat/training/image_fitter.rb', line 8 def initial_psnr @initial_psnr end |
#target ⇒ Object (readonly)
Returns the value of attribute target
8 9 10 |
# File 'lib/gsplat/training/image_fitter.rb', line 8 def target @target end |