使用gamma校正提升jpg亮度
This commit is contained in:
8
pkg/config/config.go
Normal file
8
pkg/config/config.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package config
|
||||
|
||||
type CoRegistrationConfig struct {
|
||||
CRBlockNW int `yaml:"cr_block_nw" mapstructure:"cr_block_nw"`
|
||||
CRBlockNH int `yaml:"cr_block_nh" mapstructure:"cr_block_nh"`
|
||||
CRResampleMethod string `yaml:"cr_resample_method" mapstructure:"cr_resample_method"`
|
||||
FUSBandOrder string `yaml:"fu_band_order" mapstructure:"fu_band_order"`
|
||||
}
|
||||
Reference in New Issue
Block a user